Sencha Touch: how to add a table view as rootView in left side & a view with a button as detailsView in right side of this split view in sencha touch
问题 I have implemented an app in iphone using sencha touch & phone gap . Implemented split view using following code in index.js in SRC file with two text messages.. as shown bellow figure Now i need to add a table view on left side root view and a button on right side details view. how? Thanks in advance Ext.ns('sink', 'demos', 'Ext.ux'); Ext.ux.UniversalUI = Ext.extend(Ext.Panel, { fullscreen: true, layout: 'hbox', items: [ //Root view { xtype: 'panel', html: 'TableView/Rootview goes here ...',