Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / RadioGroup.html
index 9210cfe..c6b3d60 100644 (file)
@@ -1,4 +1,21 @@
-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-form.RadioGroup-method-constructor'><span id='Ext-form.RadioGroup'>/**
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>The source code</title>
+  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <style type="text/css">
+    .highlight { display: block; background-color: #ddd; }
+  </style>
+  <script type="text/javascript">
+    function highlight() {
+      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+    }
+  </script>
+</head>
+<body onload="prettyPrint(); highlight();">
+  <pre class="prettyprint lang-js"><span id='Ext-form-RadioGroup-method-constructor'><span id='Ext-form-RadioGroup'>/**
 </span></span> * @class Ext.form.RadioGroup
  * @extends Ext.form.CheckboxGroup
  * &lt;p&gt;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',
 
-<span id='Ext-form.RadioGroup-cfg-items'>    /**
+<span id='Ext-form-RadioGroup-cfg-items'>    /**
 </span>     * @cfg {Array} items An Array of {@link Ext.form.field.Radio Radio}s or Radio config objects
      * to arrange in the group.
      */
-<span id='Ext-form.RadioGroup-cfg-allowBlank'>    /**
+<span id='Ext-form-RadioGroup-cfg-allowBlank'>    /**
 </span>     * @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,
-<span id='Ext-form.RadioGroup-cfg-blankText'>    /**
+<span id='Ext-form-RadioGroup-cfg-blankText'>    /**
 </span>     * @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', {
     }
 
 });
-</pre></pre></body></html>
\ No newline at end of file
+</pre>
+</body>
+</html>