A great way to build forms using the EXT Js framework.
Features:
* Right click anywhere on the form
* Possibility to undo
* Autosave in cookies (don’t loose config if you reload)
* Drag components to add them on the form or on the tree
* Double click on components to add them to current node
* Better creation of Layouts (border,column,table,accordion)
* Less bugs… (hope so)
* Anchor & Absolute layouts
* “Visual resize” in context menu of elements can be used to “move” element, if they are contained in an absolute layout
Todo :
* Toolbar creation
* Panels buttons creation
* Other panels (trees & co)
* Event handlers ?
Known bugs:
* By default, GuiBuilder elements are in a “fit” container; useful for a borderlayout, but you need to create an empty element for a fixed with panel
* On firefox, dragging components can only work if clicking text (like “Border Layout”). Spent 3 hours on this bug without success
Demo: http://tof2k.com/ext/formbuilder/
Download: http://tof2k.com/ext/formbuilder/formbuilder.zip
Source: http://extjs.com/forum/showthread.php?t=14702

Related Listings:
RSS feed for comments on this post. TrackBack URL
July 22nd, 2009 at 1:09 pm
There seems to be a newer, but also deprecated extjs gui builder available. see http://www.rabuser.info/jsgui.php
why does no one complete one of the builders?