Properties Methods Events Direct Link
Toolbar.Item
  Toolbar.Separator

Class Ext.Toolbar.Separator

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.Separator
Extends:Toolbar.Item
A simple class that adds a vertical separator bar between toolbar items. Example usage:
new Ext.Panel({
	tbar : [
		'Item 1',
		{xtype: 'tbseparator'}, // or '-'
		'Item 2'
	]
});

Public Properties

This class has no public properties.

Public Methods

Method Defined By

Public Events

This class has no public events.