X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.Toolbar.Separator.html diff --git a/docs/output/Ext.Toolbar.Separator.html b/docs/output/Ext.Toolbar.Separator.html index 2c7a591e..531324a0 100644 --- a/docs/output/Ext.Toolbar.Separator.html +++ b/docs/output/Ext.Toolbar.Separator.html @@ -1,19 +1,19 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Toolbar.Item
        Toolbar.Separator

Class Ext.Toolbar.Separator

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

-        'Item 2'
-    ]
-});

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component