X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.Toolbar.Separator.html diff --git a/docs/output/Ext.Toolbar.Separator.html b/docs/output/Ext.Toolbar.Separator.html index 6f472874..e74f8c28 100644 --- a/docs/output/Ext.Toolbar.Separator.html +++ b/docs/output/Ext.Toolbar.Separator.html @@ -1,4 +1,4 @@ -
Observable
  Component
    BoxComponent
      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 +
Observable
  Component
    BoxComponent
      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 (css class:'xtb-sep'). Example usage:
new Ext.Panel({
     tbar : [
@@ -6,14 +6,14 @@
         {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