X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/ButtonGroup.html diff --git a/docs/source/ButtonGroup.html b/docs/source/ButtonGroup.html index 3717ee4e..b034be4d 100644 --- a/docs/source/ButtonGroup.html +++ b/docs/source/ButtonGroup.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.container.ButtonGroup
  * @extends Ext.panel.Panel
  * <p>Provides a container for arranging a group of related Buttons in a tabular manner.</p>
@@ -51,17 +68,17 @@ Ext.define('Ext.container.ButtonGroup', {
     alias: 'widget.buttongroup',
     alternateClassName: 'Ext.ButtonGroup',
 
-    /**
+    /**
      * @cfg {Number} columns The <tt>columns</tt> configuration property passed to the
      * {@link #layout configured layout manager}. See {@link Ext.layout.container.Table#columns}.
      */
 
-    /**
+    /**
      * @cfg {String} baseCls  Defaults to <tt>'x-btn-group'</tt>.  See {@link Ext.panel.Panel#baseCls}.
      */
     baseCls: Ext.baseCSSPrefix + 'btn-group',
 
-    /**
+    /**
      * @cfg {Object} layout  Defaults to <tt>'table'</tt>.  See {@link Ext.container.Container#layout}.
      */
     layout: {
@@ -70,7 +87,7 @@ Ext.define('Ext.container.ButtonGroup', {
 
     defaultType: 'button',
 
-    /**
+    /**
      * @cfg {Boolean} frame  Defaults to <tt>true</tt>.  See {@link Ext.panel.Panel#frame}.
      */
     frame: true,
@@ -147,20 +164,22 @@ Ext.define('Ext.container.ButtonGroup', {
         return c;
     }
 
-    /**
+    /**
      * @cfg {Array} tools  @hide
      */
-    /**
+    /**
      * @cfg {Boolean} collapsible  @hide
      */
-    /**
+    /**
      * @cfg {Boolean} collapseMode  @hide
      */
-    /**
+    /**
      * @cfg {Boolean} animCollapse  @hide
      */
-    /**
+    /**
      * @cfg {Boolean} closable  @hide
      */
 });
-
\ No newline at end of file +
+ +