X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Display.html diff --git a/docs/source/Display.html b/docs/source/Display.html index f7e285b3..0614f124 100644 --- a/docs/source/Display.html +++ b/docs/source/Display.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.field.Display
+  
/**
+ * @class Ext.form.field.Display
  * @extends Ext.form.field.Base
  * <p>A display-only text field which is not validated and not submitted. This is useful for when you want
  * to display a value from a form's {@link Ext.form.Basic#load loaded data} but do not want to allow the
@@ -49,12 +49,6 @@
         renderTo: Ext.getBody()
     });
 </code></pre>
-
- * @constructor
- * Creates a new DisplayField.
- * @param {Object} config Configuration options
- *
- * @xtype displayfield
  */
 Ext.define('Ext.form.field.Display', {
     extend:'Ext.form.field.Base',