X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/CheckboxGroup2.html diff --git a/docs/source/CheckboxGroup2.html b/docs/source/CheckboxGroup2.html index 6cc76f8e..2412d0fb 100644 --- a/docs/source/CheckboxGroup2.html +++ b/docs/source/CheckboxGroup2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.layout.container.CheckboxGroup
  * @extends Ext.layout.container.Container
  * <p>This layout implements the column arrangement for {@link Ext.form.CheckboxGroup} and {@link Ext.form.RadioGroup}.
@@ -77,7 +94,7 @@ Ext.define('Ext.layout.container.CheckboxGroup', {
     renderItems: Ext.emptyFn,
 
 
-    /**
+    /**
      * @private
      * Creates and returns the shadow hbox container that will be used to arrange the owner's items
      * into columns.
@@ -127,7 +144,7 @@ Ext.define('Ext.layout.container.CheckboxGroup', {
     },
 
 
-    /**
+    /**
      * @private Get the number of columns in the checkbox group
      */
     getColCount: function() {
@@ -137,4 +154,6 @@ Ext.define('Ext.layout.container.CheckboxGroup', {
     }
 
 });
-
\ No newline at end of file +
+ +