X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.Toolbar.Fill.html diff --git a/docs/output/Ext.Toolbar.Fill.html b/docs/output/Ext.Toolbar.Fill.html index cade6f78..82683fa6 100644 --- a/docs/output/Ext.Toolbar.Fill.html +++ b/docs/output/Ext.Toolbar.Fill.html @@ -1,19 +1,24 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Toolbar.Item
        Toolbar.Spacer
          Toolbar.Fill

Class Ext.Toolbar.Fill

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.Fill
Extends:Toolbar.Spacer
xtype:tbfill
A non-rendering placeholder item which instructs the Toolbar's Layout to begin using -the right-justified button container. -
new Ext.Panel({
-    tbar : [
-        'Item 1',
-        {xtype: 'tbfill'}, // or '->'

-        'Item 2'
-    ]
-});

Config Options

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