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.
I found a solution: