sencha touch 2 - How can I extend a custom class ussing Architect? -
I am using Sencha architect. I have already created a base class named MyApp.view.MyMenu which extends Ext.Menu.
How do I create a second class: MyApp.view.MySecondMenu which Expands MyApp.view.MyMenu I can not be able to change the property of the extension!
Thank you!
PS: I'm using architect v3.0.4.1386.
I found a solution:
- In the toolbox search for class .
- Drag the class into the project inspector
- You are now able to modify the expanded property :)
Comments
Post a Comment