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:

  1. In the toolbox search for class .
  2. Drag the class into the project inspector
  3. You are now able to modify the expanded property :)

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -