Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Display.html
index f7e285b..0614f12 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-form-field-Display-method-constructor'><span id='Ext-form-field-Display'>/**
-</span></span> * @class Ext.form.field.Display
+  <pre class="prettyprint lang-js"><span id='Ext-form-field-Display'>/**
+</span> * @class Ext.form.field.Display
  * @extends Ext.form.field.Base
  * &lt;p&gt;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
         renderTo: Ext.getBody()
     });
 &lt;/code&gt;&lt;/pre&gt;
-
- * @constructor
- * Creates a new DisplayField.
- * @param {Object} config Configuration options
- *
- * @xtype displayfield
  */
 Ext.define('Ext.form.field.Display', {
     extend:'Ext.form.field.Base',