Chrome Extension: ExtJS Definition Builder
###Brief
A chrome extension to make building mvc(s) components easy in ExtJS. Simply specify the root of the json data you wish to extract and voila files ready for your app. At onset, there is support for creating the required Store
, Model
, and View
. Right now, being as this is my most commonly used component, i support creation of the Ext.grid.Panel
. I will be working on adding form
and dataview
next.
###How To Install Extension Installing the development version of the extension is easy.
- Download and unzip the project.
- Load an unpacked extension in Chrome browser.
- Do a query in browser to the json response you are looking to parse/use.
- Click on the extension (will display a pop-up window)
- In the popup provide the following info:
- Root of data in json
- App name that the files will be used in
- Component name to use for the components being generated
###Next Steps If you'd like to contribute let me know. Feel free to fork the project as well.