How to push Ext.Panel when row selected on Ext.List in Sencha Touch 2.0?
问题 Given a simple Ext.List like the one in the Sencha docs, how can I make a new Panel or Carousel get "pushed" onto the screen when I click on one of the names? http://docs.sencha.com/touch/2-0/#!/guide/list I'd like to be able to have a button to navigate back to the main screen too. 回答1: You can achieve this using Ext.navigation.View. Here is a very simple application demonstrating this: Ext.setup({ // onReady is when we can start building our application onReady: function() { // Create the