In addition to the basic ComboBox functionality available in the Ext library, there is a poorly-documented extension called the TwinTriggerField. This is simply a standard ComboBox with two control icons on the right which you can customize. This...
In addition to the basic ComboBox functionality available in the Ext library, there is a poorly-documented extension called the TwinTriggerField. This is simply a standard ComboBox with two control icons on the right which you can customize. This...
June 9, 2008 | In: Ext, ajax, recommended
It's somewhat difficult to find examples of the autocomplete ComboBox that the Ext library provides, so I'll add another one to the mix in the hopes that it makes it easier for future implementers to find. First, let's look at the code you need. The...
I downloaded this, but haven't played around with it yet, so I can't offer any other opinion than I think it's a great idea. Once I implement it and actually try it out, I'll post with comprehensive feedback. Jaxer - The AJAX Server From...
jQuery 1.2.2 was announced today. Though this is a revision release, it's a significant one and definitely worth considering an upgrade to your existing jQuery implementations. If for nothing else, the 300% speed improvement for DOMElement. You can...
These three Javascript libraries are at the core of how I build fun, well-organized, and easy to maintain web applications. Each one serves a different purpose: jQuery - The best at DOM selection, manipulation and searching Ext - Makes all my little...