Nov 12 2008
extjs ComboBox remote XML
The new release of dradis is going to use the ExtJS library for the web interface. ExtJS provides lots of JavaScript widgets useful to create complex GUI for web applications.
This is the first of a series of posts with small tips and tricks of ExtJS that will also address its integration with Ruby on Rails.
In this release we are going to create a ComboBox that loads its items from a remote location (potentially a rails REST endpoint).
