I tried to use TabReorderer plugin but when I put in "requires": "Ext.ux.TabReorderer" there is an error during compilation:
com.sencha.exceptions.ExBuild: Failed to find any files for ...app.js::ClassRequire::Ext.ux.TabReorderer
I checked ant I can find the file with class definition inside my workspace here :
"ext\packages\ux\classic\src\TabReorderer.js"
If it worked I planned to "processConfig" of my TabPanel and apply this :
{
plugins: Ext.create('Ext.ux.TabReorderer')
}
Has anyone tried to do this ? What am I doing wrong.