X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Hidden.html diff --git a/docs/source/Hidden.html b/docs/source/Hidden.html index 78a8013e..986a9dcc 100644 --- a/docs/source/Hidden.html +++ b/docs/source/Hidden.html @@ -1,5 +1,22 @@ -Sencha Documentation Project
/**
- * @class Ext.form.field.Hidden
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @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
@@ -36,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',
@@ -66,4 +78,6 @@ Ext.define('Ext.form.field.Hidden', {
     markInvalid : Ext.emptyFn,
     clearInvalid : Ext.emptyFn
 });
-
\ No newline at end of file +
+ +