X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.Toolbar.TextItem.html diff --git a/docs/output/Ext.Toolbar.TextItem.html b/docs/output/Ext.Toolbar.TextItem.html index 65189747..ecfcd30f 100644 --- a/docs/output/Ext.Toolbar.TextItem.html +++ b/docs/output/Ext.Toolbar.TextItem.html @@ -1,17 +1,21 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Toolbar.Item
        Toolbar.TextItem

Class Ext.Toolbar.TextItem

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.TextItem
Extends:Toolbar.Item
xtype:tbtext
A simple class that renders text directly into a toolbar -(with css class:'xtb-text'). Example usage: -
new Ext.Panel({
-    tbar : [
-        {xtype: 'tbtext', text: 'Item 1'} // or simply 'Item 1'

-    ]
-});

Config Options

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