X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.Toolbar.Fill.html diff --git a/docs/output/Ext.Toolbar.Fill.html b/docs/output/Ext.Toolbar.Fill.html index 09c3b7c4..a98780ad 100644 --- a/docs/output/Ext.Toolbar.Fill.html +++ b/docs/output/Ext.Toolbar.Fill.html @@ -1,4 +1,4 @@ -
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
A non-rendering placeholder item which instructs the Toolbar's Layout to begin using +
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
A non-rendering placeholder item which instructs the Toolbar's Layout to begin using the right-justified button container.
new Ext.Panel({
     tbar : [
@@ -6,14 +6,14 @@ the right-justified button container.
         {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