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

Browse by Tags

All Tags » JavaScript
Showing page 1 of 2 (15 total posts)
  • 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
  • WebChart View Angle Chooser Control: Client-Side 3D Rendering

    View Angle Chooser is a UI control that comes included with the Charting 2008.1 product. It displays three sides of a rectangular box which can be rotated using a mouse to select the best chart viewing angle. Check out the Charting toolbar demo to see it in action. In this post I will explain how it was implemented. The challenge ...
    Posted to Bojan Jovanovic (Weblog) by Bojan on July 22, 2008
  • Drilling deeper into the Charting client-side API

    ComponentArt Charting 2008.1 introduces an easy way for end users to customize the look and feel of charts. This is accomplished through a JavaScript client-side API. Charting toolbar demo in ComponentArt’s new Charting gallery shows how this can be done. The toolbar demo allows the end user change the following ...
    Posted to Bojan Jovanovic (Weblog) by Bojan on July 14, 2008
  • Multiline strings in JavaScript

    Myth: You can't have a string literal stretch across two lines of text in JavaScript. Fact: You can have multiline string literals in JavaScript in all browsers. Multiline (or is it "multi-line"?) strings are a fringe feature of programming languages. They are very rarely needed, so a lot of languages don't support them at ...
    Posted to Jovan's Blog (Weblog) by Jovan on October 17, 2007
  • Visual Studio 2008 and ComponentArt Web.UI

      Now that Visual Studio 2008 Beta 2 has shipped, it's a good time to talk about the next version of ASP.NET and Visual Studio. More specifically, I am happy to share some good news on how Microsoft's next major platform release will affect ComponentArt's customers.   Scott Guthrie has a great post on ASP.NET AJAX in .NET ...
    Posted to Miljan Braticevic (Weblog) by Miljan on July 30, 2007
  • Dynamically Assigning Event Handlers w/ Arguments to Instance Methods in Javascript

    I ran into a speed bump of sorts when attempting to assign an object instance method as a DOM event handler, there's some information floating around the net, but a post on the topic can't hurt. Something like this on the server side would usually fit the ...
    Posted to Phil Tucker (Weblog) by Phil on February 16, 2007
  • ComponentArt Web.UI 2007.1 Details Announced

    Last night we updated the official Web.UI product roadmap. We are about 1-2 weeks off target regarding the release dates that were announced back in November. However, the good news is that the 2007.1 release will include one additional control (Dialog for ASP.NET), adding a total of three new controls: ComboBox, ToolBar, and Dialog. Adding a ...
    Posted to Miljan Braticevic (Weblog) by Miljan on February 1, 2007
1 2 Next >