Application Startup
* 1.1: using Ext.regApplication( {name:…, launch:…}) * 2.0: using Ext.application( {name:…, launch:…})
Using Panel html and items
* 1.1: html will be rendered before the items are rendered * 2.0: html will be will be rendered after the items are rendered…
Dockable Items
* 1.1: Use the Panel's dockableItems attribute, and then mark the menubar with dock:top|bottom * 2.0: Put the menubar directly in items, using the docked:top|bottom (notice diffence between dock and docked…)
Ext.Image
* 1.1: Not available as xtype: 'image' * 2.0: Available
Ext.TabPanel@tabBarDock
SL1.1: Default for tabBarDock is top SL2.0: Default for tabBarDock is bottom ,tabBarDock:'bottom'