jovan
3 comments
3,029 views
In the previous post I explained how you can customize the behaviour of MaskedInput’s Transforms. That should probably cover all your needs. However, MaskedInput’s architecture does allow for one more way to customize transforms. You can actually...
Posted by jovan
Posted on Fri Oct 24, 2008 @ 7:05 AM
1 comments
3,000 views
In this blog post I will assume that you understand how MaskedInput Transforms function. It was explained in the previous blog post . Here is the list of currently implemented transforms: CreditCard_VisaMasterCard - Visa or MasterCard credit card number...
Posted on Thu Oct 23, 2008 @ 6:30 AM
2 comments
3,256 views
The format of the masked input is fully defined by the "Transform" it uses. A Transform is a client-side JavaScript object containing just three functions: validate – A function that takes a look at what the user just typed into the masked...
Posted on Wed Oct 22, 2008 @ 7:06 AM
4 comments
2,971 views
Short Story: This will not work: < ComponentArt : NumberInput runat = "server" ID = "MyNumberInput" /> < input type = "button" value = "+" onclick = "MyNumberInput.increaseValue();" /> <...
Posted on Tue Oct 14, 2008 @ 8:17 AM