X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Spinner.html diff --git a/docs/source/Spinner.html b/docs/source/Spinner.html index 3e4cdc65..99556030 100644 --- a/docs/source/Spinner.html +++ b/docs/source/Spinner.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.field.Spinner
+  
/**
+ * @class Ext.form.field.Spinner
  * @extends Ext.form.field.Trigger
  * <p>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
@@ -67,10 +67,6 @@
  * <p>By default, pressing the up and down arrow keys will also trigger the onSpinUp and onSpinDown methods;
  * to prevent this, set <tt>{@link #keyNavEnabled} = false</tt>.</p>
  *
- * @constructor
- * Creates a new Spinner field
- * @param {Object} config Configuration options
- * @xtype spinnerfield
  */
 Ext.define('Ext.form.field.Spinner', {
     extend: 'Ext.form.field.Trigger',