Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.bootstrap.ComboBox.json
index 7e98b9a..8dfd137 100644 (file)
       "memberOf" : "Roo.bootstrap.ComboBox",
       "optvals" : []
     },
-    {
-      "name" : "minLength",
-      "type" : "Number",
-      "desc" : "Minimum input field length required (defaults to 0)",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
-    },
     {
       "name" : "triggerAction",
       "type" : "String",
       "memberOf" : "Roo.bootstrap.ComboBox",
       "optvals" : []
     },
+    {
+      "name" : "minLength",
+      "type" : "Number",
+      "desc" : "Minimum input field length required (defaults to 0)",
+      "memberOf" : "Roo.bootstrap.Input",
+      "optvals" : []
+    },
     {
       "name" : "resizable",
       "type" : "Boolean",
     {
       "name" : "tpl",
       "type" : "String/Roo.Template",
-      "desc" : "The template to use to render the output",
+      "desc" : "The template to use to render the output default is  '<a class=\"dropdown-item\" href=\"#\">{' + this.displayField + '}</a>'",
       "memberOf" : "Roo.bootstrap.ComboBox",
       "optvals" : []
     },
         "false"
       ]
     },
+    {
+      "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" : "actionMode",
       "type" : "String",
       "memberOf" : "Roo.bootstrap.ComboBox",
       "optvals" : []
     },
+    {
+      "name" : "preventMark",
+      "type" : "Boolean",
+      "desc" : "Do not show tick or cross if error/success",
+      "memberOf" : "Roo.bootstrap.Input",
+      "optvals" : []
+    },
     {
       "name" : "accept",
       "type" : "String",
       "memberOf" : "Roo.bootstrap.ComboBox",
       "optvals" : []
     },
-    {
-      "name" : "inputType",
-      "type" : "String",
-      "desc" : "button | checkbox | email | file | hidden | image | number | password | radio | range | reset | search | submit | text",
-      "memberOf" : "Roo.bootstrap.Input",
-      "optvals" : []
-    },
     {
       "name" : "tooltip",
       "type" : "string",
       "memberOf" : "Roo.bootstrap.Input",
       "optvals" : []
     },
+    {
+      "name" : "width",
+      "type" : "Number",
+      "desc" : "fixed with? experimental",
+      "memberOf" : "Roo.bootstrap.ComboBox",
+      "optvals" : []
+    },
     {
       "name" : "caret",
       "type" : "String",
       ],
       "returns" : []
     },
+    {
+      "name" : "paste",
+      "desc" : "Fires after the user pastes into input",
+      "memberOf" : "Roo.bootstrap.Input",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "this",
+          "type" : "Roo.form.Field",
+          "desc" : "",
+          "isOptional" : false
+        },
+        {
+          "name" : "e",
+          "type" : "Roo.EventObject",
+          "desc" : "The event Object",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
     {
       "name" : "change",
       "desc" : "Fires just before the field blurs if the field value has changed.",