Why can't I navigate more than one level down using Navigation view? From the initial view panel I can navigate to any top level panels. But if I want to go from a top level panel to another to level panel I get this error message in the browser:
Uncaught TypeError: Object [object Object] has no method 'push'
I'm using this code on the event binding for the buttons:
this.push(Ext.create('Test.view.help', {
title: 'help'
}));
Attachment 48586
Uncaught TypeError: Object [object Object] has no method 'push'
I'm using this code on the event binding for the buttons:
this.push(Ext.create('Test.view.help', {
title: 'help'
}));
Attachment 48586
Aucun commentaire:
Enregistrer un commentaire