X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Display.html diff --git a/docs/source/Display.html b/docs/source/Display.html index d9d407f4..f7e285b3 100644 --- a/docs/source/Display.html +++ b/docs/source/Display.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @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
@@ -52,12 +69,12 @@ Ext.define('Ext.form.field.Display', {
         }
     ],
 
-    /**
+    /**
      * @cfg {String} fieldCls The default CSS class for the field (defaults to <tt>"x-form-display-field"</tt>)
      */
     fieldCls: Ext.baseCSSPrefix + 'form-display-field',
 
-    /**
+    /**
      * @cfg {Boolean} htmlEncode <tt>false</tt> to skip HTML-encoding the text when rendering it (defaults to
      * <tt>false</tt>). This might be useful if you want to include tags in the field's innerHTML rather than
      * rendering them as string literals per the default logic.
@@ -97,29 +114,31 @@ Ext.define('Ext.form.field.Display', {
         return this.inputEl;
     }
 
-    /**
+    /**
      * @cfg {String} inputType
      * @hide
      */
-    /**
+    /**
      * @cfg {Boolean} disabled
      * @hide
      */
-    /**
+    /**
      * @cfg {Boolean} readOnly
      * @hide
      */
-    /**
+    /**
      * @cfg {Boolean} validateOnChange
      * @hide
      */
-    /**
+    /**
      * @cfg {Number} checkChangeEvents
      * @hide
      */
-    /**
+    /**
      * @cfg {Number} checkChangeBuffer
      * @hide
      */
 });
-
\ No newline at end of file +
+ +