major doc changes
[roojs1] / docs / symbols / Roo.bootstrap.form.ComboBox.json
similarity index 79%
rename from docs/symbols/Roo.bootstrap.ComboBox.json
rename to docs/symbols/Roo.bootstrap.form.ComboBox.json
index 8dfd137..bf543d8 100644 (file)
@@ -1,16 +1,25 @@
 {
-  "name" : "Roo.bootstrap.ComboBox",
+  "name" : "Roo.bootstrap.form.ComboBox",
   "augments" : [
-    "Roo.bootstrap.TriggerField",
-    "Roo.bootstrap.Input",
+    "Roo.bootstrap.form.TriggerField",
+    "Roo.bootstrap.form.Input",
     "Roo.bootstrap.Component",
     "Roo.Component",
     "Roo.util.Observable"
   ],
+  "childClasses" : {
+    "Roo.bootstrap.form.ComboBox" : [
+      "Roo.bootstrap.form.MoneyField"
+    ]
+  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "A combobox control with support for autocomplete, remote-loading, paging and many other features.",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "ComboBox",
   "example" : "",
   "deprecated" : "",
     }
   ],
   "returns" : [],
+  "throws" : "",
+  "requires" : "",
   "config" : [
     {
       "name" : "growMax",
       "type" : "Number",
       "desc" : "",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "selectOnFocus",
       "type" : "Boolean",
       "desc" : "True to select any existing text in the field immediately on focus.  Only applies\nwhen editable = true (defaults to false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "md",
       "type" : "Number",
       "desc" : "colspan out of 12 for computer-sized screens",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "dataId",
       "type" : "string",
       "desc" : "cutomer id",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "grow",
       "type" : "Boolean",
       "desc" : "",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "capture",
       "type" : "String",
       "desc" : "a) use for file input only. (default empty)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "user",
-        "camera"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "can_build_overlaid",
       "type" : "Boolean",
       "desc" : "True if element can be rebuild from a HTML page",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "queryDelay",
       "type" : "Number",
       "desc" : "The length of time in milliseconds to delay between the start of typing and sending the\nquery to filter the dropdown list (defaults to 500 if mode = 'remote' or 10 if mode = 'local')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
-    },
-    {
-      "name" : "triggerAction",
-      "type" : "String",
-      "desc" : "The action to execute when the trigger field is activated.  Use 'all' to run the\nquery specified by the allQuery config option (defaults to 'query')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "minLength",
       "type" : "Number",
       "desc" : "Minimum input field length required (defaults to 0)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "triggerAction",
+      "type" : "String",
+      "desc" : "The action to execute when the trigger field is activated.  Use 'all' to run the\nquery specified by the allQuery config option (defaults to 'query')",
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "resizable",
       "type" : "Boolean",
       "desc" : "True to add a resize handle to the bottom of the dropdown list (defaults to false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "mobileTouchView",
       "type" : "Boolean",
       "desc" : "e) show mobile touch view when using a mobile default true",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "labelmd",
       "type" : "Number",
       "desc" : "set the width of label (1-12)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "editable",
       "type" : "Boolean",
       "desc" : "False to prevent the user from typing text directly into the field, just like a\ntraditional select (defaults to true)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "listeners",
       "type" : "Object",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
-      "memberOf" : "Roo.util.Observable",
-      "optvals" : []
+      "memberOf" : "Roo.util.Observable"
     },
     {
       "name" : "labelAlign",
       "type" : "String",
       "desc" : "t)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "top",
-        "left"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "listWidth",
       "type" : "Number",
       "desc" : "The width in pixels of the dropdown list (defaults to the width of the ComboBox field)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "alwaysQuery",
       "type" : "Boolean",
       "desc" : "Disable caching of results, and always send query",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "handleHeight",
       "type" : "Number",
       "desc" : "The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "visibilityEl",
       "type" : "string|object",
       "desc" : "t) What element to use for visibility (@see getVisibilityEl())",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : [
-        "el",
-        "parent"
-      ]
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "emptyResultText",
       "type" : "Boolean",
       "desc" : "only for touch device",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "title",
       "type" : "String",
       "desc" : "If supplied, a header element is created containing this text and added into the top of\nthe dropdown list (defaults to undefined, with no header element)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "style",
       "type" : "String",
       "desc" : "any extra css",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
-    },
-    {
-      "name" : "after",
-      "type" : "string",
-      "desc" : "- input group add on after",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "maxLength",
       "type" : "Number",
       "desc" : "Maximum input field length allowed (defaults to Number.MAX_VALUE)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "after",
+      "type" : "string",
+      "desc" : "- input group add on after",
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "name",
       "type" : "String",
       "desc" : "name of the input",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "queryParam",
       "type" : "String",
       "desc" : "Name of the query as it will be passed on the querystring (defaults to 'query')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "tpl",
       "type" : "String/Roo.Template",
       "desc" : "The template to use to render the output default is  '<a class=\"dropdown-item\" href=\"#\">{' + this.displayField + '}</a>'",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
-      "name" : "disableClass",
+      "name" : "selectedClass",
       "type" : "String",
-      "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
-      "memberOf" : "Roo.Component",
-      "optvals" : []
+      "desc" : "CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected')",
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
-      "name" : "selectedClass",
+      "name" : "disableClass",
       "type" : "String",
-      "desc" : "CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
+      "memberOf" : "Roo.Component"
     },
     {
       "name" : "autocomplete",
       "type" : "String",
       "desc" : "- default is new-password see: https://developers.google.com/web/fundamentals/input/form/label-and-name-inputs?hl=en",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "hasFeedback",
       "type" : "Boolean",
       "desc" : "e) default true",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
-      "name" : "(button|checkbox|email|file|hidden|image|number|password|radio|range|reset|search|submit|text)",
-      "type" : "String",
-      "desc" : "inputType",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "name" : "validator",
+      "type" : "Function",
+      "desc" : "A custom validation function to be called during field validation (defaults to null).\nIf available, this function will be called only after the basic validators all return true, and will be passed the\ncurrent field value and expected to return boolean true if the value is valid or a string error message if invalid.",
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "actionMode",
       "type" : "String",
       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
-      "memberOf" : "Roo.Component",
-      "optvals" : []
-    },
-    {
-      "name" : "validator",
-      "type" : "Function",
-      "desc" : "A custom validation function to be called during field validation (defaults to null).\nIf available, this function will be called only after the basic validators all return true, and will be passed the\ncurrent field value and expected to return boolean true if the value is valid or a string error message if invalid.",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.Component"
     },
     {
       "name" : "hiddenName",
       "type" : "String",
       "desc" : "If specified, a hidden form field with this name is dynamically generated to store the\nfield's data value (defaults to the underlying DOM element's name)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "sm",
       "type" : "Number",
       "desc" : "colspan out of 12 for tablet-sized screens",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "autoCreate",
       "type" : "Boolean/Object",
       "desc" : "A DomHelper element spec, or true for a default element spec (defaults to:\n{tag: \"input\", type: \"text\", size: \"24\", autocomplete: \"off\"})",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "removable",
       "type" : "Boolean",
       "desc" : "e) special filter default false",
-      "memberOf" : "Roo.bootstrap.TriggerField",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.TriggerField"
     },
     {
       "name" : "minChars",
       "type" : "Number",
       "desc" : "The minimum number of characters the user must type before autocomplete and typeahead activate\n(defaults to 4, does not apply if editable = false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "animate",
       "type" : "Boolean",
       "desc" : "default true",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "btnPosition",
       "type" : "String",
       "desc" : "set the position of the trigger button (left | right) default right",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "validationEvent",
       "type" : "String/Boolean",
       "desc" : "The event that should initiate field validation. Set to false to disable\n      automatic validation (defaults to \"keyup\").",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "disableClear",
       "type" : "Boolean",
       "desc" : "Disable showing of clear button.",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "container_method",
       "type" : "string",
       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "xs",
       "type" : "Number",
       "desc" : "colspan out of 12 for mobile-sized screens",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "lazyRender",
       "type" : "Boolean",
       "desc" : "True to prevent the ComboBox from rendering until requested (should always be used when\nrendering into an Roo.Editor, defaults to false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "labelsm",
       "type" : "Number",
       "desc" : "set the width of label (1-12)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "indicatorpos",
       "type" : "String",
       "desc" : "t) default left",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "left",
-        "right"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "minLengthText",
       "type" : "String",
       "desc" : "Error text to display if the minimum length validation fails (defaults to \"The minimum length for this field is {minLength}\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "labelxs",
       "type" : "Number",
       "desc" : "set the width of label (1-12)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "afterButton",
+      "type" : "Roo.bootstrap.Button",
+      "desc" : "to show before",
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "listAlign",
       "type" : "String",
       "desc" : "A valid anchor position value. See {@link Roo.Element#alignTo} for details on supported\nanchor positions (defaults to 'tl-bl')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "showToggleBtn",
       "type" : "Boolean",
       "desc" : "show toggle button or not (true|false) default true",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "invalidFeedbackIcon",
       "type" : "String",
       "desc" : "The CSS class to use when create feedback icon (defaults to \"x-form-invalid\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "triggerList",
       "type" : "Boolean",
       "desc" : "trigger show the list or not (true|false) default true",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "xattr",
       "type" : "Object",
       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "forceFeedback",
       "type" : "Boolean",
       "desc" : "e) Default false",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "mode",
       "type" : "String",
       "desc" : "Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "maskRe",
       "type" : "String",
       "desc" : "An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "typeAhead",
       "type" : "Boolean",
       "desc" : "True to populate and autoselect the remainder of the text being typed after a configurable\ndelay (typeAheadDelay) if it matches a known value (defaults to false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "disableKeyFilter",
       "type" : "Boolean",
       "desc" : "True to disable input keystroke filtering (defaults to false)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "triggerText",
       "type" : "String",
       "desc" : "multiple combobox trigger button text default 'Select'",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
-    },
-    {
-      "name" : "allowDomMove",
-      "type" : "Boolean",
-      "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
-      "memberOf" : "Roo.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "regexText",
       "type" : "String",
       "desc" : "-- Depricated - use Invalid Text",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "allowDomMove",
+      "type" : "Boolean",
+      "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
+      "memberOf" : "Roo.Component"
     },
     {
       "name" : "fieldLabel",
       "type" : "string",
       "desc" : "- the label associated",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "growMin",
       "type" : "Number",
       "desc" : "",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "disabled",
       "type" : "Boolean",
       "desc" : "is it disabled",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "triggerClass",
       "type" : "String",
       "desc" : "An additional CSS class used to style the trigger button.  The trigger will always get the\nclass 'x-form-trigger' by default and triggerClass will be <b>appended</b> if specified.",
-      "memberOf" : "Roo.bootstrap.TriggerField",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.TriggerField"
     },
     {
       "name" : "validClass",
       "type" : "String",
       "desc" : "DEPRICATED - uses BS4 is-valid now",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "modalTitle",
       "type" : "String",
       "desc" : "The title of the dialog that pops up on mobile views.",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "preventMark",
       "type" : "Boolean",
       "desc" : "Do not show tick or cross if error/success",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "accept",
       "type" : "String",
       "desc" : "o) use for file input only. (default empty)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "image",
-        "video",
-        "audio"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "validateOnBlur",
       "type" : "Boolean",
       "desc" : "Whether the field should validate when it loses focus (defaults to true).",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "valueField",
       "type" : "String",
       "desc" : "The underlying data value name to bind to this CombBox (defaults to undefined if\nmode = 'remote' or 'value' if mode = 'local'). \nNote: use of a valueField requires the user make a selection\nin order for a value to be mapped.",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
-    },
-    {
-      "name" : "focusClass",
-      "type" : "String",
-      "desc" : "The CSS class to use when the field receives focus (defaults to \"x-form-focus\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "allowBlank",
       "type" : "Boolean",
       "desc" : "False to validate that the value length > 0 (defaults to true)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "focusClass",
+      "type" : "String",
+      "desc" : "The CSS class to use when the field receives focus (defaults to \"x-form-focus\")",
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "store",
       "type" : "Roo.data.Store",
       "desc" : "The data store to which this combo is bound (defaults to undefined)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "invalidClass",
       "type" : "String",
       "desc" : "DEPRICATED - uses BS4 is-valid now",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "listClass",
       "type" : "String",
       "desc" : "CSS class to apply to the dropdown list element (defaults to '')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "displayField",
       "type" : "String",
       "desc" : "The underlying data field name to bind to this CombBox (defaults to undefined if\nmode = 'remote' or 'text' if mode = 'local')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
+    },
+    {
+      "name" : "inputType",
+      "type" : "String",
+      "desc" : "t)",
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "tooltip",
       "type" : "string",
       "desc" : "Text for the tooltip",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "tickable",
       "type" : "Boolean",
       "desc" : "ComboBox with tickable selections (true|false), default false",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "specialFilter",
       "type" : "Boolean",
       "desc" : "e) special filter default false",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "emptyTitle",
       "type" : "String",
       "desc" : "default ''",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "typeAheadDelay",
       "type" : "Number",
       "desc" : "The length of time in milliseconds to wait until the typeahead text is displayed\nif typeAhead = true (defaults to 250)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "loadingText",
       "type" : "String",
       "desc" : "The text to display in the dropdown list while data is loading.  Only applies\nwhen mode = 'remote' (defaults to 'Loading...')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "size",
       "type" : "string",
       "desc" : "- (lg|sm) or leave empty..",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "width",
       "type" : "Number",
       "desc" : "fixed with? experimental",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "caret",
       "type" : "String",
       "desc" : "r) BS3 only - carat fa name",
-      "memberOf" : "Roo.bootstrap.TriggerField",
-      "optvals" : [
-        "search",
-        "calendar"
-      ]
+      "memberOf" : "Roo.bootstrap.form.TriggerField"
     },
     {
       "name" : "hideTrigger",
       "type" : "Boolean",
       "desc" : "True to hide the trigger element and display only the base text field (defaults to false)",
-      "memberOf" : "Roo.bootstrap.TriggerField",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.TriggerField"
     },
     {
       "name" : "minListWidth",
       "type" : "Number",
       "desc" : "The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if\nlistWidth has a higher value)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
-    },
-    {
-      "name" : "multiple",
-      "type" : "Boolean",
-      "desc" : "e) ComboBobArray, default false",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "invalidText",
       "type" : "String",
       "desc" : "The error text to display if {@link #validator} test fails during validation (defaults to \"\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
+    },
+    {
+      "name" : "multiple",
+      "type" : "Boolean",
+      "desc" : "e) ComboBobArray, default false",
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "placeholder",
       "type" : "string",
       "desc" : "- placeholder to put in text.",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "before",
       "type" : "string",
       "desc" : "- input group add on before",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "blankText",
       "type" : "String",
       "desc" : "Error text to display if the allow blank validation fails (defaults to \"This field is required\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "readOnly",
       "type" : "Boolean",
       "desc" : "Specifies that the field should be read-only",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "hideMode",
       "type" : "String",
       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
-      "memberOf" : "Roo.Component",
-      "optvals" : [
-        "display",
-        "visibility"
-      ]
+      "memberOf" : "Roo.Component"
     },
     {
       "name" : "vtype",
       "type" : "String",
       "desc" : "A validation type name as defined in {@link Roo.form.VTypes} (defaults to null)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "maxHeight",
       "type" : "Number",
       "desc" : "The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "mobile_restrict_height",
       "type" : "Boolean",
       "desc" : "e) restrict height for touch view",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "valueNotFoundText",
       "type" : "String",
       "desc" : "When using a name/value combo, if the value passed to setValue is not found in\nthe store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "validFeedbackIcon",
       "type" : "String",
       "desc" : "The CSS class to use when create feedback icon (defaults to \"x-form-invalid\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "autoFocus",
       "type" : "Boolean",
       "desc" : "e) auto focus the first item, default true",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "lg",
       "type" : "Number",
       "desc" : "colspan out of 12 for large computer-sized screens",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "pageSize",
       "type" : "Number",
       "desc" : "If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the\nfilter queries will execute with page start and limit parameters.  Only applies when mode = 'remote' (defaults to 0)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "useNativeIOS",
       "type" : "Boolean",
       "desc" : "e) render it as classic select for ios, not support dynamic load data (default false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "forceSelection",
       "type" : "Boolean",
       "desc" : "True to restrict the selected value to one of the values in the list, false to\nallow the user to set arbitrary text into the field (defaults to false)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "labelWidth",
       "type" : "Number",
       "desc" : "set the width of label",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "append",
       "type" : "Boolean",
       "desc" : "e) default false",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : [
-        "true",
-        "false"
-      ]
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "validationDelay",
       "type" : "Number",
       "desc" : "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "labellg",
       "type" : "Number",
       "desc" : "set the width of label (1-12)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "allQuery",
       "type" : "String",
       "desc" : "The text query to send to the server to return all records for the list with no filtering (defaults to '')",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "cls",
       "type" : "String",
       "desc" : "css class",
-      "memberOf" : "Roo.bootstrap.Component",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.Component"
     },
     {
       "name" : "blockFocus",
       "type" : "Boolean",
       "desc" : "Prevents all focus calls, so it can work with things like HTML edtor bar",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "shadow",
       "type" : "Boolean/String",
       "desc" : "True or \"sides\" for the default effect, \"frame\" for 4-way shadow, and \"drop\" for bottom-right",
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.ComboBox"
     },
     {
       "name" : "maxLengthText",
       "type" : "String",
       "desc" : "Error text to display if the maximum length validation fails (defaults to \"The maximum length for this field is {maxLength}\")",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "value",
       "type" : "string",
       "desc" : "default value of the input",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "regex",
       "type" : "RegExp",
       "desc" : "A JavaScript RegExp object to be tested against the field value during validation (defaults to null).\nIf available, this regex will be evaluated only after the basic validators all return true, and will be passed the\ncurrent field value.  If the test fails, the field will be marked invalid using {@link #regexText}.",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
+      "memberOf" : "Roo.bootstrap.form.Input"
     },
     {
       "name" : "align",
       "type" : "String",
       "desc" : "t) Default left",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : [
-        "left",
-        "center",
-        "right"
-      ]
+      "memberOf" : "Roo.bootstrap.form.Input"
     }
   ],
   "methods" : [
     {
       "name" : "select",
+      "type" : "function",
       "desc" : "Select an item in the dropdown list by its numeric index in the list. This function does NOT cause the select event to fire.\nThe store must be loaded and the list expanded for this function to work, otherwise use setValue.",
+      "sig" : "(index, scrollIntoView)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "index",
       ],
       "returns" : []
     },
-    {
-      "name" : "expand",
-      "desc" : "Expands the dropdown list if it is currently hidden. Fires the 'expand' event on completion.",
-      "isStatic" : false,
-      "isConstructor" : false,
-      "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [],
-      "returns" : []
-    },
-    {
-      "name" : "collapse",
-      "desc" : "Hides the dropdown list if it is currently expanded. Fires the 'collapse' event on completion.",
-      "isStatic" : false,
-      "isConstructor" : false,
-      "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [],
-      "returns" : []
-    },
-    {
-      "name" : "getValue",
-      "desc" : "Returns the currently selected field value or empty string if no value is set.",
-      "isStatic" : false,
-      "isConstructor" : false,
-      "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [],
-      "returns" : [
-        {
-          "name" : "",
-          "type" : "String",
-          "desc" : "value The selected value"
-        }
-      ]
-    },
     {
       "name" : "selectByValue",
+      "type" : "function",
       "desc" : "Select an item in the dropdown list by its data value. This function does NOT cause the select event to fire.\nThe store must be loaded and the list expanded for this function to work, otherwise use setValue.",
+      "sig" : "(value, scrollIntoView)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "value",
       ]
     },
     {
-      "name" : "setValue",
-      "desc" : "Sets the specified value into the field.  If the value finds a match, the corresponding record text\nwill be displayed in the field.  If the value does not match the data value of an existing item,\nand the valueNotFoundText config option is defined, it will be displayed as the default field text.\nOtherwise the field will be blank (although the value will still be set).",
+      "name" : "setFromData",
+      "type" : "function",
+      "desc" : "Sets the value of the field based on a object which is related to the record format for the store.",
+      "sig" : "(value)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "value",
-          "type" : "String",
-          "desc" : "The value to match",
+          "type" : "Object",
+          "desc" : "the value to set as. or false on reset?",
           "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "setFromData",
-      "desc" : "Sets the value of the field based on a object which is related to the record format for the store.",
+      "name" : "setEditable",
+      "type" : "function",
+      "desc" : "Allow or prevent the user from directly editing the field text.  If false is passed,\nthe user will only be able to select from the items defined in the dropdown list.  This method\nis the runtime equivalent of setting the 'editable' config option at config time.",
+      "sig" : "(value)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "value",
-          "type" : "Object",
-          "desc" : "the value to set as. or false on reset?",
+          "type" : "Boolean",
+          "desc" : "True to allow the user to directly edit the field text",
           "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "setEditable",
-      "desc" : "Allow or prevent the user from directly editing the field text.  If false is passed,\nthe user will only be able to select from the items defined in the dropdown list.  This method\nis the runtime equivalent of setting the 'editable' config option at config time.",
+      "name" : "collapse",
+      "type" : "function",
+      "desc" : "Hides the dropdown list if it is currently expanded. Fires the 'collapse' event on completion.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [],
+      "returns" : []
+    },
+    {
+      "name" : "doQuery",
+      "type" : "function",
+      "desc" : "Execute a query to filter the dropdown list.  Fires the beforequery event prior to performing the\nquery allowing the query action to be canceled if needed.",
+      "sig" : "(query, forceAll)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
-          "name" : "value",
+          "name" : "query",
+          "type" : "String",
+          "desc" : "The SQL query to execute",
+          "isOptional" : false
+        },
+        {
+          "name" : "forceAll",
           "type" : "Boolean",
-          "desc" : "True to allow the user to directly edit the field text",
+          "desc" : "True to force the query to execute even if there are currently fewer characters\nin the field than the minimum specified by the minChars config option.  It also clears any filter previously\nsaved in the current store (defaults to false)",
           "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "clearValue",
-      "desc" : "Clears any text/value currently set in the field",
+      "name" : "getValue",
+      "type" : "function",
+      "desc" : "Returns the currently selected field value or empty string if no value is set.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
-      "returns" : []
+      "returns" : [
+        {
+          "name" : "",
+          "type" : "String",
+          "desc" : "value The selected value"
+        }
+      ]
     },
     {
-      "name" : "isExpanded",
-      "desc" : "Returns true if the dropdown list is expanded, else false.",
+      "name" : "expand",
+      "type" : "function",
+      "desc" : "Expands the dropdown list if it is currently hidden. Fires the 'expand' event on completion.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
-      "name" : "doQuery",
-      "desc" : "Execute a query to filter the dropdown list.  Fires the beforequery event prior to performing the\nquery allowing the query action to be canceled if needed.",
+      "name" : "setValue",
+      "type" : "function",
+      "desc" : "Sets the specified value into the field.  If the value finds a match, the corresponding record text\nwill be displayed in the field.  If the value does not match the data value of an existing item,\nand the valueNotFoundText config option is defined, it will be displayed as the default field text.\nOtherwise the field will be blank (although the value will still be set).",
+      "sig" : "(value)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.ComboBox",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
-          "name" : "query",
+          "name" : "value",
           "type" : "String",
-          "desc" : "The SQL query to execute",
-          "isOptional" : false
-        },
-        {
-          "name" : "forceAll",
-          "type" : "Boolean",
-          "desc" : "True to force the query to execute even if there are currently fewer characters\nin the field than the minimum specified by the minChars config option.  It also clears any filter previously\nsaved in the current store (defaults to false)",
+          "desc" : "The value to match",
           "isOptional" : false
         }
       ],
       "returns" : []
     },
+    {
+      "name" : "clearValue",
+      "type" : "function",
+      "desc" : "Clears any text/value currently set in the field",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [],
+      "returns" : []
+    },
+    {
+      "name" : "isExpanded",
+      "type" : "function",
+      "desc" : "Returns true if the dropdown list is expanded, else false.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [],
+      "returns" : []
+    },
     {
       "name" : "onTriggerClick",
+      "type" : "function",
       "desc" : "The function that should handle the trigger's click event.  This method does nothing by default until overridden\nby an implementing function.",
+      "sig" : "(e)",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.TriggerField",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.TriggerField",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "e",
     },
     {
       "name" : "autoSize",
+      "type" : "function",
       "desc" : "",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.TriggerField",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.TriggerField",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
-      "name" : "clearInvalid",
-      "desc" : "Clear any invalid styles/messages for this field",
-      "isStatic" : false,
-      "isConstructor" : false,
-      "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [],
-      "returns" : []
-    },
-    {
-      "name" : "validate",
-      "desc" : "Validates the field value",
+      "name" : "setRawValue",
+      "type" : "function",
+      "desc" : "Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see {@link #setValue}.",
+      "sig" : "(value)",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
-      "params" : [],
-      "returns" : [
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [
         {
-          "name" : "",
-          "type" : "Boolean",
-          "desc" : "True if the value is valid, else false"
+          "name" : "value",
+          "type" : "Mixed",
+          "desc" : "The value to set",
+          "isOptional" : false
         }
-      ]
+      ],
+      "returns" : []
     },
     {
       "name" : "markInvalid",
+      "type" : "function",
       "desc" : "Mark this field as invalid",
+      "sig" : "(msg)",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "msg",
     },
     {
       "name" : "getRawValue",
+      "type" : "function",
       "desc" : "Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see {@link #getValue}.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       ]
     },
     {
-      "name" : "markValid",
-      "desc" : "Mark this field as valid",
+      "name" : "reset",
+      "type" : "function",
+      "desc" : "Resets the current field value to the originally loaded value and clears any validation messages",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [],
+      "returns" : []
+    },
+    {
+      "name" : "validate",
+      "type" : "function",
+      "desc" : "Validates the field value",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
-      "returns" : []
+      "returns" : [
+        {
+          "name" : "",
+          "type" : "Boolean",
+          "desc" : "True if the value is valid, else false"
+        }
+      ]
     },
     {
       "name" : "getName",
+      "type" : "function",
       "desc" : "Returns the name of the field",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
       ]
     },
     {
-      "name" : "reset",
-      "desc" : "Resets the current field value to the originally loaded value and clears any validation messages",
+      "name" : "clearInvalid",
+      "type" : "function",
+      "desc" : "Clear any invalid styles/messages for this field",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
-      "name" : "setRawValue",
-      "desc" : "Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see {@link #setValue}.",
+      "name" : "markValid",
+      "type" : "function",
+      "desc" : "Mark this field as valid",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
-      "params" : [
-        {
-          "name" : "value",
-          "type" : "Mixed",
-          "desc" : "The value to set",
-          "isOptional" : false
-        }
-      ],
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [],
       "returns" : []
     },
     {
       "name" : "inputEl",
+      "type" : "function",
       "desc" : "return the real input element.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "validateValue",
+      "type" : "function",
       "desc" : "Validates a value according to the field's validation rules and marks the field as invalid\nif the validation fails",
+      "sig" : "(value)",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.form.Input",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "value",
     },
     {
       "name" : "tooltipEl",
+      "type" : "function",
       "desc" : "Fetch the element to display the tooltip on.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "hide",
+      "type" : "function",
       "desc" : "Hide a component - adds 'hidden' class",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "show",
+      "type" : "function",
       "desc" : "Show a component - removes 'hidden' class",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "setVisibilityEl",
+      "type" : "function",
       "desc" : "Set the element that will be used to show or hide",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "getVisibilityEl",
+      "type" : "function",
       "desc" : "Get the element that will be used to show or hide",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "initEvents",
+      "type" : "function",
       "desc" : "Initialize Events for the element",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "getChildContainer",
+      "type" : "function",
       "desc" : "Fetch the element to add children to",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.bootstrap.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "getId",
+      "type" : "function",
       "desc" : "Returns the id of this component.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "render",
+      "type" : "function",
       "desc" : "If this is a lazy rendering component, render it to its container element.",
+      "sig" : "(container)",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "container",
     },
     {
       "name" : "destroy",
+      "type" : "function",
       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "isVisible",
+      "type" : "function",
       "desc" : "Returns true if this component is visible.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "setDisabled",
+      "type" : "function",
       "desc" : "Convenience function for setting disabled/enabled by boolean.",
+      "sig" : "(disabled)",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "disabled",
     },
     {
       "name" : "focus",
+      "type" : "function",
       "desc" : "Try to focus this component.",
+      "sig" : "(selectText)",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "selectText",
     },
     {
       "name" : "enable",
+      "type" : "function",
       "desc" : "Enable this component.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "setVisible",
+      "type" : "function",
       "desc" : "Convenience function to hide or show this component by boolean.",
+      "sig" : "(visible)",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "visible",
     },
     {
       "name" : "disable",
+      "type" : "function",
       "desc" : "Disable this component.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "getEl",
+      "type" : "function",
       "desc" : "Returns the underlying {@link Roo.Element}.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.Component",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : [
         {
     },
     {
       "name" : "purgeListeners",
+      "type" : "function",
       "desc" : "Removes all listeners for this object",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "on",
+      "type" : "function",
       "desc" : "Appends an event handler to this element (shorthand for addListener)",
+      "sig" : "(eventName, handler, scope, options)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "un",
+      "type" : "function",
       "desc" : "Removes a listener (shorthand for removeListener)",
+      "sig" : "(eventName, handler, scope)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "addEvents",
+      "type" : "function",
       "desc" : "Used to define events on this Observable",
+      "sig" : "(object)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "object",
     },
     {
       "name" : "releaseCapture",
+      "type" : "function",
       "desc" : "Removes <b>all</b> added captures from the Observable.",
+      "sig" : "(o)",
+      "static" : true,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
     },
     {
       "name" : "removeListener",
+      "type" : "function",
       "desc" : "Removes a listener",
+      "sig" : "(eventName, handler, scope)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "fireEvent",
+      "type" : "function",
       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
+      "sig" : "(eventName, args)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "hasListener",
+      "type" : "function",
       "desc" : "Checks to see if this object has any listeners for a specified event",
+      "sig" : "(eventName)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
     },
     {
       "name" : "capture",
+      "type" : "function",
       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
+      "sig" : "(o, fn, scope)",
+      "static" : true,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : true,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
     },
     {
       "name" : "addListener",
+      "type" : "function",
       "desc" : "Appends an event handler to this component",
+      "sig" : "(eventName, handler, scope, options)",
+      "static" : false,
+      "memberOf" : "Roo.util.Observable",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.util.Observable",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "eventName",
   ],
   "events" : [
     {
-      "name" : "edit",
-      "desc" : "Fires when the 'edit' icon is pressed (add a listener to enable add button)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "tick",
+      "type" : "function",
+      "desc" : "Fires when tick the element",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
-        },
-        {
-          "name" : "record",
-          "type" : "Roo.data.Record|false",
-          "desc" : "The data record returned from the underlying store (or false on nothing selected)",
-          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "afterremove",
-      "desc" : "Fires when the remove value from the combobox array",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "select",
+      "type" : "function",
+      "desc" : "Fires when a list item is selected",
+      "sig" : "function (combo, record, index)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
+        },
+        {
+          "name" : "record",
+          "type" : "Roo.data.Record",
+          "desc" : "The data record returned from the underlying store (or false on clear)",
+          "isOptional" : false
+        },
+        {
+          "name" : "index",
+          "type" : "Number",
+          "desc" : "The index of the selected item in the dropdown list",
+          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
       "name" : "touchviewdisplay",
+      "type" : "function",
       "desc" : "Fires when touch view require special display (default is using displayField)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "sig" : "function (combo, cfg)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         },
       "returns" : []
     },
     {
-      "name" : "beforequery",
-      "desc" : "Fires before all queries are processed. Return false to cancel the query or set cancel to true.\nThe event object passed has these properties:",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "expand",
+      "type" : "function",
+      "desc" : "Fires when the dropdown list is expanded",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
-        },
-        {
-          "name" : "query",
-          "type" : "String",
-          "desc" : "The query",
-          "isOptional" : false
-        },
-        {
-          "name" : "forceAll",
-          "type" : "Boolean",
-          "desc" : "true to force \"all\" query",
-          "isOptional" : false
-        },
-        {
-          "name" : "cancel",
-          "type" : "Boolean",
-          "desc" : "true to cancel the query",
-          "isOptional" : false
-        },
-        {
-          "name" : "e",
-          "type" : "Object",
-          "desc" : "The query event object",
-          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "remove",
-      "desc" : "Fires when the remove value from the combobox array",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "collapse",
+      "type" : "function",
+      "desc" : "Fires when the dropdown list is collapsed",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         }
       "returns" : []
     },
     {
-      "name" : "beforeselect",
-      "desc" : "Fires before a list item is selected. Return false to cancel the selection.",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "afterremove",
+      "type" : "function",
+      "desc" : "Fires when the remove value from the combobox array",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
-        },
-        {
-          "name" : "record",
-          "type" : "Roo.data.Record",
-          "desc" : "The data record returned from the underlying store",
-          "isOptional" : false
-        },
-        {
-          "name" : "index",
-          "type" : "Number",
-          "desc" : "The index of the selected item in the dropdown list",
-          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "tick",
-      "desc" : "Fires when tick the element",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "add",
+      "type" : "function",
+      "desc" : "Fires when the 'add' icon is pressed (add a listener to enable add button)",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         }
       "returns" : []
     },
     {
-      "name" : "add",
-      "desc" : "Fires when the 'add' icon is pressed (add a listener to enable add button)",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "remove",
+      "type" : "function",
+      "desc" : "Fires when the remove value from the combobox array",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         }
       "returns" : []
     },
     {
-      "name" : "expand",
-      "desc" : "Fires when the dropdown list is expanded",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "beforequery",
+      "type" : "function",
+      "desc" : "Fires before all queries are processed. Return false to cancel the query or set cancel to true.\nThe event object passed has these properties:",
+      "sig" : "function (combo, query, forceAll, cancel, e)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
+        },
+        {
+          "name" : "query",
+          "type" : "String",
+          "desc" : "The query",
+          "isOptional" : false
+        },
+        {
+          "name" : "forceAll",
+          "type" : "Boolean",
+          "desc" : "true to force \"all\" query",
+          "isOptional" : false
+        },
+        {
+          "name" : "cancel",
+          "type" : "Boolean",
+          "desc" : "true to cancel the query",
+          "isOptional" : false
+        },
+        {
+          "name" : "e",
+          "type" : "Object",
+          "desc" : "The query event object",
+          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "specialfilter",
-      "desc" : "Fires when specialfilter",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "edit",
+      "type" : "function",
+      "desc" : "Fires when the 'edit' icon is pressed (add a listener to enable add button)",
+      "sig" : "function (combo, record)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
+        },
+        {
+          "name" : "record",
+          "type" : "Roo.data.Record|false",
+          "desc" : "The data record returned from the underlying store (or false on nothing selected)",
+          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "collapse",
-      "desc" : "Fires when the dropdown list is collapsed",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "specialfilter",
+      "type" : "function",
+      "desc" : "Fires when specialfilter",
+      "sig" : "function (combo)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         }
       "returns" : []
     },
     {
-      "name" : "select",
-      "desc" : "Fires when a list item is selected",
-      "memberOf" : "Roo.bootstrap.ComboBox",
+      "name" : "beforeselect",
+      "type" : "function",
+      "desc" : "Fires before a list item is selected. Return false to cancel the selection.",
+      "sig" : "function (combo, record, index)\n{\n\n}",
+      "memberOf" : "",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "params" : [
         {
           "name" : "combo",
-          "type" : "Roo.bootstrap.ComboBox",
+          "type" : "Roo.bootstrap.form.ComboBox",
           "desc" : "This combo box",
           "isOptional" : false
         },
         {
           "name" : "record",
           "type" : "Roo.data.Record",
-          "desc" : "The data record returned from the underlying store (or false on clear)",
+          "desc" : "The data record returned from the underlying store",
           "isOptional" : false
         },
         {
     },
     {
       "name" : "paste",
+      "type" : "function",
       "desc" : "Fires after the user pastes into input",
-      "memberOf" : "Roo.bootstrap.Input",
+      "sig" : "function (_self, e)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     },
     {
       "name" : "change",
+      "type" : "function",
       "desc" : "Fires just before the field blurs if the field value has changed.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "sig" : "function (_self, newValue, oldValue)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "returns" : []
     },
     {
-      "name" : "invalid",
-      "desc" : "Fires after the field has been marked as invalid.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "valid",
+      "type" : "function",
+      "desc" : "Fires after the field has been validated with no errors.",
+      "sig" : "function (_self)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
           "type" : "Roo.form.Field",
           "desc" : "",
           "isOptional" : false
-        },
-        {
-          "name" : "msg",
-          "type" : "String",
-          "desc" : "The validation message",
-          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "valid",
-      "desc" : "Fires after the field has been validated with no errors.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "specialkey",
+      "type" : "function",
+      "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
+      "sig" : "function (_self, e)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
           "type" : "Roo.form.Field",
           "desc" : "",
           "isOptional" : false
+        },
+        {
+          "name" : "e",
+          "type" : "Roo.EventObject",
+          "desc" : "The event object",
+          "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "blur",
-      "desc" : "Fires when this field loses input focus.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "focus",
+      "type" : "function",
+      "desc" : "Fires when this field receives input focus.",
+      "sig" : "function (_self)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "returns" : []
     },
     {
-      "name" : "specialkey",
-      "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "keyup",
+      "type" : "function",
+      "desc" : "Fires after the key up",
+      "sig" : "function (_self, e)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
         {
           "name" : "e",
           "type" : "Roo.EventObject",
-          "desc" : "The event object",
+          "desc" : "The event Object",
           "isOptional" : false
         }
       ],
       "returns" : []
     },
     {
-      "name" : "focus",
-      "desc" : "Fires when this field receives input focus.",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "blur",
+      "type" : "function",
+      "desc" : "Fires when this field loses input focus.",
+      "sig" : "function (_self)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "returns" : []
     },
     {
-      "name" : "keyup",
-      "desc" : "Fires after the key up",
-      "memberOf" : "Roo.bootstrap.Input",
+      "name" : "invalid",
+      "type" : "function",
+      "desc" : "Fires after the field has been marked as invalid.",
+      "sig" : "function (_self, msg)\n{\n\n}",
+      "memberOf" : "Roo.bootstrap.form.Input",
       "example" : "",
       "deprecated" : "",
       "since" : "",
           "isOptional" : false
         },
         {
-          "name" : "e",
-          "type" : "Roo.EventObject",
-          "desc" : "The event Object",
+          "name" : "msg",
+          "type" : "String",
+          "desc" : "The validation message",
           "isOptional" : false
         }
       ],
     },
     {
       "name" : "childrenrendered",
+      "type" : "function",
       "desc" : "Fires when the children have been rendered..",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.bootstrap.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "beforerender",
+      "type" : "function",
       "desc" : "Fires before the component is rendered. Return false to stop the render.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "disable",
+      "type" : "function",
       "desc" : "Fires after the component is disabled.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "render",
+      "type" : "function",
       "desc" : "Fires after the component is rendered.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "destroy",
+      "type" : "function",
       "desc" : "Fires after the component is destroyed.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "hide",
+      "type" : "function",
       "desc" : "Fires after the component is hidden.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "beforehide",
+      "type" : "function",
       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "show",
+      "type" : "function",
       "desc" : "Fires after the component is shown.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "beforeshow",
+      "type" : "function",
       "desc" : "Fires before the component is shown.  Return false to stop the show.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "enable",
+      "type" : "function",
       "desc" : "Fires after the component is enabled.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",
     },
     {
       "name" : "beforedestroy",
+      "type" : "function",
       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
+      "sig" : "function (_self)\n{\n\n}",
       "memberOf" : "Roo.Component",
       "example" : "",
       "deprecated" : "",