Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Panel.html
index e66b550..5b3bddf 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-form-Panel-method-constructor'><span id='Ext-form-Panel'>/**
-</span></span> * @class Ext.form.Panel
+  <pre class="prettyprint lang-js"><span id='Ext-form-Panel'>/**
+</span> * @class Ext.form.Panel
  * @extends Ext.panel.Panel
 
 FormPanel provides a standard container for forms. It is essentially a standard {@link Ext.panel.Panel} which
@@ -135,9 +135,6 @@ __Example usage:__
         renderTo: Ext.getBody()
     });
 
- * @constructor
- * @param {Object} config Configuration options
- * @xtype form
  *
  * @markdown
  * @docauthor Jason Johnston &lt;jason@sencha.com&gt;