X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Label.html diff --git a/docs/source/Label.html b/docs/source/Label.html index 65cf892b..200de244 100644 --- a/docs/source/Label.html +++ b/docs/source/Label.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.form.Label
  * @extends Ext.Component
 
@@ -58,17 +75,17 @@ Ext.define('Ext.form.Label', {
     alias: 'widget.label',
     requires: ['Ext.util.Format'],
 
-    /**
+    /**
      * @cfg {String} text The plain text to display within the label (defaults to ''). If you need to include HTML
      * tags within the label's innerHTML, use the {@link #html} config instead.
      */
-    /**
+    /**
      * @cfg {String} forId The id of the input element to which this label will be bound via the standard HTML 'for'
      * attribute. If not specified, the attribute will not be added to the label. In most cases you will be
      * associating the label with a {@link Ext.form.field.Base} component, so you should make sure this matches
      * the {@link Ext.form.field.Base#inputId inputId} of that field.
      */
-    /**
+    /**
      * @cfg {String} html An HTML fragment that will be used as the label's innerHTML (defaults to '').
      * Note that if {@link #text} is specified it will take precedence and this value will be ignored.
      */
@@ -84,7 +101,7 @@ Ext.define('Ext.form.Label', {
         };
     },
 
-    /**
+    /**
      * Updates the label's innerHTML with the specified string.
      * @param {String} text The new label text
      * @param {Boolean} encode (optional) False to skip HTML-encoding the text when rendering it
@@ -111,4 +128,6 @@ Ext.define('Ext.form.Label', {
     }
 });
 
-
\ No newline at end of file +
+ +