X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.Toolbar.Spacer.html diff --git a/docs/output/Ext.Toolbar.Spacer.html b/docs/output/Ext.Toolbar.Spacer.html deleted file mode 100644 index 86ef133a..00000000 --- a/docs/output/Ext.Toolbar.Spacer.html +++ /dev/null @@ -1,223 +0,0 @@ -
-
- Properties - Methods - Events - Direct Link -
-
-
Toolbar.Item
-  Toolbar.Spacer
-

Class Ext.Toolbar.Spacer

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

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file