Properties Methods Events Direct Link
Toolbar.Item
  Toolbar.Spacer
    Toolbar.Fill

Class Ext.Toolbar.Fill

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.Fill
Extends:Toolbar.Spacer
A simple element that adds a greedy (100% width) horizontal space between items in a toolbar.
new Ext.Panel({
	tbar : [
		'Item 1',
		{xtype: 'tbfill'}, // or '->'
		'Item 2'
	]
});

Public Properties

This class has no public properties.

Public Methods

Method Defined By

Public Events

This class has no public events.