I generated an Ext JS 4.2.1.883 application with the sencha CMD 3.1.2.342 using nthe neptune theme...
I've got an ItemSelector
Control in my View with the Buttons 'add'
and 'remove'
..
I executed a sencha ant cleaen
and sencha app build
still my Buttons of the ItemsControl are without any Icon. It seems that my generated Appname-all.css
does not include the CSS of the ItemSelector.css
file in my ext\src\ux
folder where e.g a style would be defined for the css class .x-form-itemselector-add. In the Appname-all.scss
file i found a variable $include-ext-ux-form-itemselector
which is set to true. I dont know how i can fix this..
I already tried to write Ext.require('Ext.ux.form.ItemSelector');
and Ext.Loader.setPath('Ext.ux', './ext/src/ux');
in my application.js file.
I dont know how to proceed - please help!