X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Hidden.html diff --git a/docs/source/Hidden.html b/docs/source/Hidden.html index ab28c706..986a9dcc 100644 --- a/docs/source/Hidden.html +++ b/docs/source/Hidden.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.field.Hidden
+  
/**
+ * @class Ext.form.field.Hidden
  * @extends Ext.form.field.Base
  * <p>A basic hidden field for storing hidden values in forms that need to be passed in the form submit.</p>
  * <p>This creates an actual input element with type="submit" in the DOM. While its label is
@@ -53,11 +53,6 @@
  * <p>Submitting the above form will result in three values sent to the server:
  * <code>text_field=value+from+text+field&hidden_field_1=value+from+hidden+field&<br>hidden_field_2=value+from+submit+call</code></p>
  *
- * @constructor
- * Create a new Hidden field.
- * @param {Object} config Configuration options
- * 
- * @xtype hiddenfield
  */
 Ext.define('Ext.form.field.Hidden', {
     extend:'Ext.form.field.Base',