X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.Toolbar.TextItem.html diff --git a/docs/output/Ext.Toolbar.TextItem.html b/docs/output/Ext.Toolbar.TextItem.html index 0ac26266..ecfcd30f 100644 --- a/docs/output/Ext.Toolbar.TextItem.html +++ b/docs/output/Ext.Toolbar.TextItem.html @@ -1,17 +1,21 @@ -
Observable
  Component
    BoxComponent
      Toolbar.Item
        Toolbar.TextItem

Class Ext.Toolbar.TextItem

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.TextItem
Extends:Toolbar.Item
A simple class that renders text directly into a toolbar +

Class Ext.Toolbar.TextItem

Package:Ext
Defined In:Toolbar.js
Class:Toolbar.TextItem
Extends:Toolbar.Item
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