If I want to require "Ext.ux.menu.StoreMenu" I would need to include on the loading the examples code, e.g.
since examples are not included within the sdk of a CMD created app. Is there a better way to make this reference? should I bring the examples into my own code? e.g. copy examples/ux to app/ux?
including extjs example code
Code:
Ext.Loader.setConfig({
enabled : true,
paths : {
'Ext.ux' : 'http://ift.tt/1IsIM1L',
}
});
since examples are not included within the sdk of a CMD created app. Is there a better way to make this reference? should I bring the examples into my own code? e.g. copy examples/ux to app/ux?
including extjs example code
Aucun commentaire:
Enregistrer un commentaire