X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Panel.html diff --git a/docs/source/Panel.html b/docs/source/Panel.html index e66b5509..5b3bddf1 100644 --- a/docs/source/Panel.html +++ b/docs/source/Panel.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.Panel
+  
/**
+ * @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 <jason@sencha.com>