This repository is for the ExtJS4 user extension featured on this post: http://www.sencha.com/forum/showthread.php?134751-Ext.ux.form.field.BoxSelect-Intuitive-Multi-Select-ComboBox
Thanks to all those out there in the community that have contributed their patches or bug reports.
Hosted on github at https://github.com/kveeiv/extjs-boxselect
This fork of extjs-boxselect has been reorganized by chris@jarv.us to function as a Sencha CMD package and is hosted at https://github.com/JarvusInnovations/extjs-boxselect
- Clone extjs-boxselect repository into
${workspace.dir}/packages
- Add
"extjs-boxselect"
to the"requires"
array in${app.dir}/app.json
- Add
"Ext.ux.form.field.BoxSelect"
torequires
array at the top of anyExt.define({...});
blocks you wish to use theboxselect
xtype within