X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Text.html diff --git a/docs/source/Text.html b/docs/source/Text.html index 11d29e2e..f46f5ec9 100644 --- a/docs/source/Text.html +++ b/docs/source/Text.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.field.Text
+  
/**
+ * @class Ext.form.field.Text
  * @extends Ext.form.field.Base
  
 A basic text field.  Can be used as a direct replacement for traditional text inputs,
@@ -31,7 +31,7 @@ The Text field has a useful set of validations built in:
 - {@link #minLength} for requiring a minimum value length
 - {@link #maxLength} for setting a maximum value length (with {@link #enforceMaxLength} to add it
   as the `maxlength` attribute on the input element)
-- {@link regex} to specify a custom regular expression for validation
+- {@link #regex} to specify a custom regular expression for validation
 
 In addition, custom validations may be added:
  
@@ -72,10 +72,7 @@ validation: see {@link #maskRe} and {@link #stripCharsRe} for details.
         }]
     }); 
 
- * @constructor Creates a new TextField
- * @param {Object} config Configuration options
  *
- * @xtype textfield
  * @markdown
  * @docauthor Jason Johnston <jason@sencha.com>
  */