After Koen (a coworker) pointed out that my online ComboBox demo was rather user-unfriendly (like how you just had to "know" to type an 'a' in the fields), I threw some instructions around it. It's available at /web/widgets/, as before. There's also a new distro at /web/widgets/widgets-b2231.zip, and the project page has been updated as well. The actual code is unchanged, only the demo file has been updated.
Recent Posts
Categories
- ajax (8)
- amazon (5)
- aside (10)
- biking (10)
- bluedragon (19)
- cfml (46)
- coldfusion (62)
- database (3)
- development (99)
- eclipse (1)
- flex (22)
- fusebox (11)
- golf (1)
- gpsracr (4)
- grails (2)
- groovy (11)
- iphone (4)
- java (12)
- javascript (16)
- jfission (6)
- meta (48)
- neuromancer (6)
- osx (4)
- personal (71)
- railo (7)
- tools (51)
- Uncategorized (12)
- wordpress (4)
Much better.
For DHTML combo boxes, or anything DHTML/AJAX related, I recommend looking at Ext (http://extjs.com/). Ext provides a unified API atop either Prototype/Scriptaculous, YUI or jQuery. The combo box demo is here http://www.extjs.com/deploy/ext/examples/form/combos.html
The API is well organized and documented. The site provides numerous examples and an active forum. I'm not necessarily a true believer; but, what's there I have found more accessible than any other OSS solution I've come across.
Thanks Matthew; looks slick. Wasn't around in 2005 when I needed one though. ;)