Hi
I am trying to preload all classes from certain path to be able to use lazy instantiation.
When I load them one by one it works,
when I try to do
Ext.require(['com.myorg.cl.tools.mymenuitems.*']) it doesnt.
Am I doing something wrong?
Hi
I am trying to preload all classes from certain path to be able to use lazy instantiation.
When I load them one by one it works,
when I try to do
Ext.require(['com.myorg.cl.tools.mymenuitems.*']) it doesnt.
Am I doing something wrong?
The wildcard '*' will only work for Ext widgets as we have a manifest file to tell the class system what classes are in certain namespaces.
Mitchell Simoens @LikelyMitch
Check out my GitHub:
https://github.com/mitchellsimoens
Posts are my own, not any current, past or future employer's.