Search code examples
sencha-touch-2sencha-architect

How can I extend a custom class ussing Architect?


I'm using Sencha Architect. I have already created a base class called MyApp.view.MyMenu that extends Ext.Menu.

How can I create a second class called: MyApp.view.MySecondMenu that extends MyApp.view.MyMenu. I cannot seem to be able to change the extend property!

Thank you!

PS: I'm using Architect v3.0.4.1386.


Solution

  • I found a solution:

    1. In the Toolbox search for Class.
    2. Drag the Class into the Project Inspector
    3. Now you are able to modify the extend property :)