This space is available to any ComponentArt employee to write about anything.

Browse by Tags

All Tags » Input
  • MaskedInput Transform Intellisense

    MaskedInput class's Transform property that I described in depth in a few preceding blog posts presented us with an interesting design dilemma. At first it seemed like it should be a typical enumeration property, with one value for each Transform type. However, since the architecture allowed new Transform types to be added in a number of ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 27, 2008
  • Building in new MaskedInput Transforms

    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 build in your own. As you can see from the MaskedInput_Transforms.js file attached in ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 24, 2008
  • Customizing MaskedInput Transforms

    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.CreditCard_AmEx - American Express credit card number.Telephone_NorthAmerica - North American ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 23, 2008
  • MaskedInput Transform functionality

    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 input box, and returns a boolean value: true if text is valid, false if it isn't. For ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 22, 2008
  • Major input control Gotcha

    Short Story: This will not work: <ComponentArt:NumberInput runat="server" ID="MyNumberInput" /> <input type="button" value="+" onclick="MyNumberInput.increaseValue();" /> <input type="button" value="-" onclick="MyNumberInput.decreaseValue();" ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 14, 2008
  • ComponentArt Web.UI 2008.2 Details Announced

    The Web.UI product team has been hard at work on the next major release of ComponentArt's flagship product line. I am pleased to announce that the release of Web.UI 2008.2 is on the horizon and that it will include three new controls, a major Grid overhaul and several important new suite-wide features. Three New Controls The Web.UI suite ...
    Posted to Miljan Braticevic (Weblog) by Miljan on July 10, 2008