Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Spinner.html
index 3e4cdc6..9955603 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-form-field-Spinner-method-constructor'><span id='Ext-form-field-Spinner'>/**
-</span></span> * @class Ext.form.field.Spinner
+  <pre class="prettyprint lang-js"><span id='Ext-form-field-Spinner'>/**
+</span> * @class Ext.form.field.Spinner
  * @extends Ext.form.field.Trigger
  * &lt;p&gt;A field with a pair of up/down spinner buttons. This class is not normally instantiated directly,
  * instead it is subclassed and the {@link #onSpinUp} and {@link #onSpinDown} methods are implemented
  * &lt;p&gt;By default, pressing the up and down arrow keys will also trigger the onSpinUp and onSpinDown methods;
  * to prevent this, set &lt;tt&gt;{@link #keyNavEnabled} = false&lt;/tt&gt;.&lt;/p&gt;
  *
- * @constructor
- * Creates a new Spinner field
- * @param {Object} config Configuration options
- * @xtype spinnerfield
  */
 Ext.define('Ext.form.field.Spinner', {
     extend: 'Ext.form.field.Trigger',