Skip to content

256MbTeam/Ext.panel.rowtbarHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ExtJS hack

Add multiple toolbars to a Panel

Usage

  var panel = new Ext.Panel({
   title: 'Test Panel',
   tbar: ['->', 'Hello'],
   rowtbar: [
       ['->', 'Hello from top rowTbar'],
       ['->', 'And second row']
   ],
   bbar: [],
   rowbbar: [
       ['->', 'Hello from bottom rowTbar'],
       ['->', 'And second row'],
       [{xtype: 'button', text: "I'm a button!"}]
   ]
});

About

Add multiple toolbars to a Panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published