it:ad:sencha_touch:concepts_migrating

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'

  • /home/skysigal/public_html/data/pages/it/ad/sencha_touch/concepts_migrating.txt
  • Last modified: 2023/11/04 22:35
  • by 127.0.0.1