X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/RadioGroup.html diff --git a/docs/source/RadioGroup.html b/docs/source/RadioGroup.html index 9210cfe6..c6b3d60d 100644 --- a/docs/source/RadioGroup.html +++ b/docs/source/RadioGroup.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.form.RadioGroup
  * @extends Ext.form.CheckboxGroup
  * <p>A {@link Ext.form.FieldContainer field container} which has a specialized layout for arranging
@@ -43,17 +60,17 @@ Ext.define('Ext.form.RadioGroup', {
     extend: 'Ext.form.CheckboxGroup',
     alias: 'widget.radiogroup',
 
-    /**
+    /**
      * @cfg {Array} items An Array of {@link Ext.form.field.Radio Radio}s or Radio config objects
      * to arrange in the group.
      */
-    /**
+    /**
      * @cfg {Boolean} allowBlank True to allow every item in the group to be blank (defaults to true).
      * If allowBlank = false and no items are selected at validation time, {@link @blankText} will
      * be used as the error text.
      */
     allowBlank : true,
-    /**
+    /**
      * @cfg {String} blankText Error text to display if the {@link #allowBlank} validation fails
      * (defaults to 'You must select one item in this group')
      */
@@ -70,4 +87,6 @@ Ext.define('Ext.form.RadioGroup', {
     }
 
 });
-
\ No newline at end of file +
+ +