it:ad:sencha_touch:reference_layout

IT:AD:Sencha Touch:Reference:Layout

ST1.1 DockedItems

Programmatically add a docked Item:

 thePanel.addDocked(aToolBar);

Reference a docked Item:

 var theToolBar = thePanel.getDockedItems()[0];
 theToolBar.setTitle('Pressed!');

To remove:

 thePanel.removeDocked(aToolBar);
  • /home/skysigal/public_html/data/pages/it/ad/sencha_touch/reference_layout.txt
  • Last modified: 2023/11/04 22:35
  • by 127.0.0.1