X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.ButtonGroup.html diff --git a/docs/output/Ext.ButtonGroup.html b/docs/output/Ext.ButtonGroup.html index bff8f894..a1291f54 100644 --- a/docs/output/Ext.ButtonGroup.html +++ b/docs/output/Ext.ButtonGroup.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Panel
          ButtonGroup

Class Ext.ButtonGroup

Package:Ext
Defined In:ButtonGroup.js
Class:ButtonGroup
Extends:Panel
xtype:buttongroup
Container for a group of buttons. Example usage: +
Observable
  Component
    BoxComponent
      Container
        Panel
          ButtonGroup

Class Ext.ButtonGroup

Package:Ext
Defined In:ButtonGroup.js
Class:ButtonGroup
Extends:Panel
Container for a group of buttons. Example usage:
var p = new Ext.Panel({
     title: 'Panel with Button Group',
     width: 300,
@@ -32,21 +32,21 @@
             text: 'Format', iconCls: 'add16'
         }]
     }]
-});

Config Options

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