This is mainly for my own information retrieval, but perhaps it might be useful to another Javascript developer out there who is using ExtJS. I’ve got a list of several thousand insurance plans I need to display to the users of one of my...
I have to say, it's been a refreshing break to work on one of our older apps that was written pre-Flex. Working on my old jQuery/ExtJS Javascript code has been fun and I've been able to add some new tricks I've learned in the last year and a half.
One...
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...
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...
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...