X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fjson%2Froodata.json;h=2aca33ee49350b644c02d810f8606f221ecf5874;hb=15573daa58775f851954e1d1df7f1f7316505ca3;hp=dffbb9014b5138ee6ea2379d8778c81c7a93ec92;hpb=5b1a708cf006e24f8f6eb81a4e9723dad77c31cd;p=roojs1 diff --git a/docs/json/roodata.json b/docs/json/roodata.json index dffbb9014b..2aca33ee49 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -1668,11 +1668,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -2426,364 +2427,366 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], + "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" + ] + }, + { + "name" : "listeners", + "type" : "Object", + "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf" : "Roo.util.Observable" + } + ], + "events" : [ + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name" : "destroy", + "type" : "function", + "desc" : "Fires after the component is destroyed.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "disable", + "type" : "function", + "desc" : "Fires after the component is disabled.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "enable", + "type" : "function", + "desc" : "Fires after the component is enabled.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "eventclick", + "type" : "function", + "desc" : "Fires when the mouse click an", + "sig" : "function (_self, )\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "evententer", + "type" : "function", + "desc" : "Fires when mouse over an event", + "sig" : "function (_self, Event)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "eventleave", + "type" : "function", + "desc" : "Fires when the mouse leaves an", + "sig" : "function (_self, )\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "hide", + "type" : "function", + "desc" : "Fires after the component is hidden.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "monthchange", + "type" : "function", + "desc" : "Fires when the displayed month changes", + "sig" : "function (_self, date)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "render", + "type" : "function", + "desc" : "Fires after the component is rendered.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "rendered", + "type" : "function", + "desc" : "Fires when the grid is rendered", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "select", + "type" : "function", + "desc" : "Fires when a date is selected", + "sig" : "function (_self, date)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "show", + "type" : "function", + "desc" : "Fires after the component is shown.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + } + ], + "methods" : [ + { + "name" : "addEvents", + "type" : "function", + "desc" : "Used to define events on this Observable", + "sig" : "(object)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "addListener", + "type" : "function", + "desc" : "Appends an event handler to this component", + "sig" : "(eventName, handler, scope, options)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "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\nbefore 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" + }, + { + "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" + }, + { + "name" : "disable", + "type" : "function", + "desc" : "Disable this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "enable", + "type" : "function", + "desc" : "Enable this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "focus", + "type" : "function", + "desc" : "Try to focus this component.", + "sig" : "(selectText)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "getEl", + "type" : "function", + "desc" : "Returns the underlying {@link Roo.Element}.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "getId", + "type" : "function", + "desc" : "Returns the id of this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "hide", + "type" : "function", + "desc" : "Hide this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "isVisible", + "type" : "function", + "desc" : "Returns true if this component is visible.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "purgeListeners", + "type" : "function", + "desc" : "Removes all listeners for this object", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "releaseCapture", + "type" : "function", + "desc" : "Removes all added captures from the Observable.", + "sig" : "(o)", + "static" : true, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "removeListener", + "type" : "function", + "desc" : "Removes a listener", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "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" + }, + { + "name" : "setDisabled", + "type" : "function", + "desc" : "Convenience function for setting disabled/enabled by boolean.", + "sig" : "(disabled)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "setVisible", + "type" : "function", + "desc" : "Convenience function to hide or show this component by boolean.", + "sig" : "(visible)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "show", + "type" : "function", + "desc" : "Show this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "un", + "type" : "function", + "desc" : "Removes a listener (shorthand for removeListener)", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable" + } + ] + }, + "Roo.ColorPalette" : { + "props" : [ + { + "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" + }, + { + "name" : "allowDomMove", + "type" : "Boolean", + "desc" : "Whether the component can move the Dom node when rendering (defaults to true).", + "memberOf" : "Roo.Component" + }, + { + "name" : "allowReselect", + "type" : "Boolean", + "desc" : "If set to true then reselecting a color that is already selected fires the selection event", + "memberOf" : "" + }, + { + "name" : "disableClass", + "type" : "String", + "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").", "memberOf" : "Roo.Component" }, + { + "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" + ] + }, + { + "name" : "itemCls", + "type" : "String", + "desc" : "The CSS class to apply to the containing element (defaults to \"x-color-palette\")", + "memberOf" : "" + }, { "name" : "listeners", "type" : "Object", "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", "memberOf" : "Roo.util.Observable" - } - ], - "events" : [ - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name" : "destroy", - "type" : "function", - "desc" : "Fires after the component is destroyed.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - }, - { - "name" : "disable", - "type" : "function", - "desc" : "Fires after the component is disabled.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - }, - { - "name" : "enable", - "type" : "function", - "desc" : "Fires after the component is enabled.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - }, - { - "name" : "eventclick", - "type" : "function", - "desc" : "Fires when the mouse click an", - "sig" : "function (_self, )\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "evententer", - "type" : "function", - "desc" : "Fires when mouse over an event", - "sig" : "function (_self, Event)\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "eventleave", - "type" : "function", - "desc" : "Fires when the mouse leaves an", - "sig" : "function (_self, )\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "hide", - "type" : "function", - "desc" : "Fires after the component is hidden.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - }, - { - "name" : "monthchange", - "type" : "function", - "desc" : "Fires when the displayed month changes", - "sig" : "function (_self, date)\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "render", - "type" : "function", - "desc" : "Fires after the component is rendered.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - }, - { - "name" : "rendered", - "type" : "function", - "desc" : "Fires when the grid is rendered", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "select", - "type" : "function", - "desc" : "Fires when a date is selected", - "sig" : "function (_self, date)\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "show", - "type" : "function", - "desc" : "Fires after the component is shown.", - "sig" : "function (_self)\n{\n\n}", - "memberOf" : "Roo.Component" - } - ], - "methods" : [ - { - "name" : "addEvents", - "type" : "function", - "desc" : "Used to define events on this Observable", - "sig" : "(object)", - "static" : false, - "memberOf" : "Roo.util.Observable" - }, - { - "name" : "addListener", - "type" : "function", - "desc" : "Appends an event handler to this component", - "sig" : "(eventName, handler, scope, options)", - "static" : false, - "memberOf" : "Roo.util.Observable" - }, - { - "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\nbefore 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" - }, - { - "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" - }, - { - "name" : "disable", - "type" : "function", - "desc" : "Disable this component.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "enable", - "type" : "function", - "desc" : "Enable this component.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "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" - }, - { - "name" : "focus", - "type" : "function", - "desc" : "Try to focus this component.", - "sig" : "(selectText)", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "getEl", - "type" : "function", - "desc" : "Returns the underlying {@link Roo.Element}.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "getId", - "type" : "function", - "desc" : "Returns the id of this component.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "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" - }, - { - "name" : "hide", - "type" : "function", - "desc" : "Hide this component.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "isVisible", - "type" : "function", - "desc" : "Returns true if this component is visible.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "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" - }, - { - "name" : "purgeListeners", - "type" : "function", - "desc" : "Removes all listeners for this object", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.util.Observable" - }, - { - "name" : "releaseCapture", - "type" : "function", - "desc" : "Removes all added captures from the Observable.", - "sig" : "(o)", - "static" : true, - "memberOf" : "Roo.util.Observable" - }, - { - "name" : "removeListener", - "type" : "function", - "desc" : "Removes a listener", - "sig" : "(eventName, handler, scope)", - "static" : false, - "memberOf" : "Roo.util.Observable" - }, - { - "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" - }, - { - "name" : "setDisabled", - "type" : "function", - "desc" : "Convenience function for setting disabled/enabled by boolean.", - "sig" : "(disabled)", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "setVisible", - "type" : "function", - "desc" : "Convenience function to hide or show this component by boolean.", - "sig" : "(visible)", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "show", - "type" : "function", - "desc" : "Show this component.", - "sig" : "()\n{\n\n}", - "static" : false, - "memberOf" : "Roo.Component" - }, - { - "name" : "un", - "type" : "function", - "desc" : "Removes a listener (shorthand for removeListener)", - "sig" : "(eventName, handler, scope)", - "static" : false, - "memberOf" : "Roo.util.Observable" - } - ] - }, - "Roo.ColorPalette" : { - "props" : [ - { - "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" - }, - { - "name" : "allowDomMove", - "type" : "Boolean", - "desc" : "Whether the component can move the Dom node when rendering (defaults to true).", - "memberOf" : "Roo.Component" - }, - { - "name" : "allowReselect", - "type" : "Boolean", - "desc" : "If set to true then reselecting a color that is already selected fires the selection event", - "memberOf" : "" - }, - { - "name" : "disableClass", - "type" : "String", - "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").", - "memberOf" : "Roo.Component" - }, - { - "name" : "hideMode", - "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" - }, - { - "name" : "itemCls", - "type" : "String", - "desc" : "The CSS class to apply to the containing element (defaults to \"x-color-palette\")", - "memberOf" : "" - }, - { - "name" : "listeners", - "type" : "Object", - "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", - "memberOf" : "Roo.util.Observable" - }, - { - "name" : "value", - "type" : "String", - "desc" : "The initial color to highlight (should be a valid 6-digit color hex code without the # symbol). Note that\nthe hex codes are case-sensitive.", - "memberOf" : "" + }, + { + "name" : "value", + "type" : "String", + "desc" : "The initial color to highlight (should be a valid 6-digit color hex code without the # symbol). Note that\nthe hex codes are case-sensitive.", + "memberOf" : "" } ], "events" : [ @@ -3075,11 +3078,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "" + "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" : "", + "optvals" : [ + "display", + "visibility" + ] }, { "name" : "listeners", @@ -3674,14 +3678,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "" + "west" + ] }, { "name" : "resizeEl", @@ -4124,11 +4129,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -4949,11 +4955,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "ignoreNoChange", @@ -6927,14 +6934,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.ContentPanel", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "Roo.ContentPanel" + "west" + ] }, { "name" : "resizeEl", @@ -7215,11 +7223,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -10198,11 +10207,12 @@ { "name" : "tabPosition", "type" : "String", - "desc" : [ - "(top", - "bottom)" - ], - "memberOf" : "" + "desc" : "m) \"top\" or \"bottom\" (defaults to \"bottom\")", + "memberOf" : "", + "optvals" : [ + "top", + "bottom" + ] }, { "name" : "title", @@ -10787,14 +10797,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.ContentPanel", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "Roo.ContentPanel" + "west" + ] }, { "name" : "resizeEl", @@ -12675,11 +12686,12 @@ { "name" : "tabPosition", "type" : "String", - "desc" : [ - "(top", - "bottom)" - ], - "memberOf" : "Roo.LayoutRegion" + "desc" : "m) \"top\" or \"bottom\" (defaults to \"bottom\")", + "memberOf" : "Roo.LayoutRegion", + "optvals" : [ + "top", + "bottom" + ] }, { "name" : "title", @@ -14988,14 +15000,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.ContentPanel", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "Roo.ContentPanel" + "west" + ] }, { "name" : "resizeEl", @@ -16187,11 +16200,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -16232,22 +16246,24 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "( success", + "desc" : ")", + "memberOf" : "", + "optvals" : [ + "success", "info", "warning", - "danger )" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "xattr", @@ -16655,11 +16671,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -16688,11 +16705,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -17046,11 +17064,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -17079,11 +17098,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -17443,11 +17463,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -17506,11 +17527,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -17847,17 +17869,18 @@ { "name" : "badge_weight", "type" : "String", - "desc" : [ - "(default", + "desc" : ") default (same as button)", + "memberOf" : "", + "optvals" : [ + "default", "primary", "secondary", "success", "info", "warning", "danger", - "link )" - ], - "memberOf" : "" + "link" + ] }, { "name" : "can_build_overlaid", @@ -17910,11 +17933,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -17973,11 +17997,12 @@ { "name" : "pressed", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default null - if the button ahs active state", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "preventDefault", @@ -17994,12 +18019,13 @@ { "name" : "size", "type" : "String", - "desc" : [ - "( lg", + "desc" : "s)", + "memberOf" : "", + "optvals" : [ + "lg", "sm", - "xs)" - ], - "memberOf" : "" + "xs" + ] }, { "name" : "style", @@ -18010,12 +18036,13 @@ { "name" : "tag", "type" : "String", - "desc" : [ - "( a", + "desc" : "t)", + "memberOf" : "", + "optvals" : [ + "a", "input", - "submit)" - ], - "memberOf" : "" + "submit" + ] }, { "name" : "target", @@ -18026,11 +18053,12 @@ { "name" : "theme", "type" : "String", - "desc" : [ - "(default", - "glow)" - ], - "memberOf" : "" + "desc" : "w)", + "memberOf" : "", + "optvals" : [ + "default", + "glow" + ] }, { "name" : "toggle", @@ -18047,26 +18075,28 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(default", + "desc" : ") default", + "memberOf" : "", + "optvals" : [ + "default", "primary", "secondary", "success", "info", "warning", "danger", - "link )" - ], - "memberOf" : "" + "link" + ] }, { "name" : "xattr", @@ -18492,11 +18522,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -18537,11 +18568,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -18902,18 +18934,586 @@ }, { "name" : "header", - "type" : "Object", - "desc" : "generate the user specific header of the calendar, default false", + "type" : "Object", + "desc" : "generate the user specific header of the calendar, default false", + "memberOf" : "" + }, + { + "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" + ] + }, + { + "name" : "listeners", + "type" : "Object", + "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "loadMask", + "type" : "Boolean", + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] + }, + { + "name" : "name", + "type" : "string", + "desc" : "Specifies name attribute", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "startDay", + "type" : "Number", + "desc" : "Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)", + "memberOf" : "" + }, + { + "name" : "style", + "type" : "String", + "desc" : "any extra css", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "tooltip", + "type" : "string", + "desc" : "Text for the tooltip", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "visibilityEl", + "type" : "string|object", + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] + }, + { + "name" : "xattr", + "type" : "Object", + "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)", + "memberOf" : "Roo.bootstrap.Component" + } + ], + "events" : [ + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "name" : "childrenrendered", + "type" : "function", + "desc" : "Fires when the children have been rendered..", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "destroy", + "type" : "function", + "desc" : "Fires after the component is destroyed.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "disable", + "type" : "function", + "desc" : "Fires after the component is disabled.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "enable", + "type" : "function", + "desc" : "Fires after the component is enabled.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "eventclick", + "type" : "function", + "desc" : "Fires when the mouse click an", + "sig" : "function (_self, )\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "evententer", + "type" : "function", + "desc" : "Fires when mouse over an event", + "sig" : "function (_self, Event)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "eventleave", + "type" : "function", + "desc" : "Fires when the mouse leaves an", + "sig" : "function (_self, )\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "hide", + "type" : "function", + "desc" : "Fires after the component is hidden.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "monthchange", + "type" : "function", + "desc" : "Fires when the displayed month changes", + "sig" : "function (_self, date)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "render", + "type" : "function", + "desc" : "Fires after the component is rendered.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + }, + { + "name" : "select", + "type" : "function", + "desc" : "Fires when a date is selected", + "sig" : "function (_self, date)\n{\n\n}", + "memberOf" : "" + }, + { + "name" : "show", + "type" : "function", + "desc" : "Fires after the component is shown.", + "sig" : "function (_self)\n{\n\n}", + "memberOf" : "Roo.Component" + } + ], + "methods" : [ + { + "name" : "addEvents", + "type" : "function", + "desc" : "Used to define events on this Observable", + "sig" : "(object)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "addListener", + "type" : "function", + "desc" : "Appends an event handler to this component", + "sig" : "(eventName, handler, scope, options)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "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\nbefore 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" + }, + { + "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" + }, + { + "name" : "disable", + "type" : "function", + "desc" : "Disable this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "enable", + "type" : "function", + "desc" : "Enable this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "focus", + "type" : "function", + "desc" : "Try to focus this component.", + "sig" : "(selectText)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "getChildContainer", + "type" : "function", + "desc" : "Fetch the element to add children to", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "getEl", + "type" : "function", + "desc" : "Returns the underlying {@link Roo.Element}.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "getId", + "type" : "function", + "desc" : "Returns the id of this component.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "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" + }, + { + "name" : "hide", + "type" : "function", + "desc" : "Hide a component - adds 'hidden' class", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "initEvents", + "type" : "function", + "desc" : "Initialize Events for the element", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "isVisible", + "type" : "function", + "desc" : "Returns true if this component is visible.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "purgeListeners", + "type" : "function", + "desc" : "Removes all listeners for this object", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "releaseCapture", + "type" : "function", + "desc" : "Removes all added captures from the Observable.", + "sig" : "(o)", + "static" : true, + "memberOf" : "Roo.util.Observable" + }, + { + "name" : "removeListener", + "type" : "function", + "desc" : "Removes a listener", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable" + }, + { + "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" + }, + { + "name" : "setDisabled", + "type" : "function", + "desc" : "Convenience function for setting disabled/enabled by boolean.", + "sig" : "(disabled)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "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" + }, + { + "name" : "setVisible", + "type" : "function", + "desc" : "Convenience function to hide or show this component by boolean.", + "sig" : "(visible)", + "static" : false, + "memberOf" : "Roo.Component" + }, + { + "name" : "show", + "type" : "function", + "desc" : "Show a component - removes 'hidden' class", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "tooltipEl", + "type" : "function", + "desc" : "Fetch the element to display the tooltip on.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "un", + "type" : "function", + "desc" : "Removes a listener (shorthand for removeListener)", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable" + } + ] + }, + "Roo.bootstrap.Card" : { + "props" : [ + { + "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" + }, + { + "name" : "allowDomMove", + "type" : "Boolean", + "desc" : "Whether the component can move the Dom node when rendering (defaults to true).", + "memberOf" : "Roo.Component" + }, + { + "name" : "can_build_overlaid", + "type" : "Boolean", + "desc" : "True if element can be rebuild from a HTML page", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "cls", + "type" : "String", + "desc" : "css class", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "container_method", + "type" : "string", + "desc" : "method to fetch parents container element (used by NavHeaderbar - getHeaderChildContainer)", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "dataId", + "type" : "string", + "desc" : "cutomer id", + "memberOf" : "Roo.bootstrap.Component" + }, + { + "name" : "disableClass", + "type" : "String", + "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").", + "memberOf" : "Roo.Component" + }, + { + "name" : "display", + "type" : "String", + "desc" : "x)", + "memberOf" : "", + "optvals" : [ + "none", + "inline", + "inline-block", + "block", + "table", + "table-cell", + "table-row", + "flex", + "inline-flex" + ] + }, + { + "name" : "display_lg", + "type" : "String", + "desc" : "x)", + "memberOf" : "", + "optvals" : [ + "none", + "inline", + "inline-block", + "block", + "table", + "table-cell", + "table-row", + "flex", + "inline-flex" + ] + }, + { + "name" : "display_sm", + "type" : "String", + "desc" : "x)", + "memberOf" : "", + "optvals" : [ + "none", + "inline", + "inline-block", + "block", + "table", + "table-cell", + "table-row", + "flex", + "inline-flex" + ] + }, + { + "name" : "display_xl", + "type" : "String", + "desc" : "x)", + "memberOf" : "", + "optvals" : [ + "none", + "inline", + "inline-block", + "block", + "table", + "table-cell", + "table-row", + "flex", + "inline-flex" + ] + }, + { + "name" : "display_xs", + "type" : "String", + "desc" : "x)", + "memberOf" : "", + "optvals" : [ + "none", + "inline", + "inline-block", + "block", + "table", + "table-cell", + "table-row", + "flex", + "inline-flex" + ] + }, + { + "name" : "footer", + "type" : "String", + "desc" : "", + "memberOf" : "" + }, + { + "name" : "header", + "type" : "String", + "desc" : "", "memberOf" : "" }, + { + "name" : "header_image", + "type" : "String", + "desc" : "src url of image.", + "memberOf" : "" + }, + { + "name" : "header_size", + "type" : "Number", + "desc" : "5) H1 or H2 etc.. 0 indicates default", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] + }, + { + "name" : "html", + "type" : "String", + "desc" : "-- html contents - or just use children..", + "memberOf" : "" }, { "name" : "listeners", @@ -18922,13 +19522,109 @@ "memberOf" : "Roo.util.Observable" }, { - "name" : "loadMask", - "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "name" : "margin", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_bottom", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_left", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_right", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_top", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_x", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] + }, + { + "name" : "margin_y", + "type" : "String", + "desc" : "o)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5", + "auto" + ] }, { "name" : "name", @@ -18937,10 +19633,102 @@ "memberOf" : "Roo.bootstrap.Component" }, { - "name" : "startDay", - "type" : "Number", - "desc" : "Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)", - "memberOf" : "" + "name" : "padding", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_bottom", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_left", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_right", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_top", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_x", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + }, + { + "name" : "padding_y", + "type" : "String", + "desc" : "5)", + "memberOf" : "", + "optvals" : [ + "0", + "1", + "2", + "3", + "4", + "5" + ] }, { "name" : "style", @@ -18948,6 +19736,18 @@ "desc" : "any extra css", "memberOf" : "Roo.bootstrap.Component" }, + { + "name" : "subtitle", + "type" : "String", + "desc" : "", + "memberOf" : "" + }, + { + "name" : "title", + "type" : "String", + "desc" : "", + "memberOf" : "" + }, { "name" : "tooltip", "type" : "string", @@ -18957,11 +19757,28 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] + }, + { + "name" : "weight", + "type" : "String", + "desc" : "k)", + "memberOf" : "", + "optvals" : [ + "primary", + "warning", + "info", + "danger", + "secondary", + "success", + "light", + "dark" + ] }, { "name" : "xattr", @@ -19027,27 +19844,6 @@ "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.Component" }, - { - "name" : "eventclick", - "type" : "function", - "desc" : "Fires when the mouse click an", - "sig" : "function (_self, )\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "evententer", - "type" : "function", - "desc" : "Fires when mouse over an event", - "sig" : "function (_self, Event)\n{\n\n}", - "memberOf" : "" - }, - { - "name" : "eventleave", - "type" : "function", - "desc" : "Fires when the mouse leaves an", - "sig" : "function (_self, )\n{\n\n}", - "memberOf" : "" - }, { "name" : "hide", "type" : "function", @@ -19055,13 +19851,6 @@ "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.Component" }, - { - "name" : "monthchange", - "type" : "function", - "desc" : "Fires when the displayed month changes", - "sig" : "function (_self, date)\n{\n\n}", - "memberOf" : "" - }, { "name" : "render", "type" : "function", @@ -19069,13 +19858,6 @@ "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.Component" }, - { - "name" : "select", - "type" : "function", - "desc" : "Fires when a date is selected", - "sig" : "function (_self, date)\n{\n\n}", - "memberOf" : "" - }, { "name" : "show", "type" : "function", @@ -19308,12 +20090,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -19330,12 +20113,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -19382,11 +20166,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "checked", @@ -19445,11 +20230,12 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "groupId", @@ -19460,29 +20246,32 @@ { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inline", @@ -19523,11 +20312,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -19718,11 +20508,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -19733,14 +20524,15 @@ { "name" : "weight", "type" : "String", - "desc" : [ - "(primary", + "desc" : "s) The text that appears beside the checkbox", + "memberOf" : "", + "optvals" : [ + "primary", "warning", "info", "danger", - "success)" - ], - "memberOf" : "" + "success" + ] }, { "name" : "xattr", @@ -20239,13 +21031,14 @@ { "name" : "alert", "type" : "String", - "desc" : [ - "(success", + "desc" : "r) type alert (changes background / border...)", + "memberOf" : "", + "optvals" : [ + "success", "info", "warning", - "danger)" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "allowDomMove", @@ -20286,40 +21079,44 @@ { "name" : "fa", "type" : "String", - "desc" : [ - "(ban", + "desc" : ".) font awesome icon", + "memberOf" : "", + "optvals" : [ + "ban", "check", - "...)" - ], - "memberOf" : "" + "..." + ] }, { "name" : "fasize", "type" : "Number", - "desc" : [ - "(1", + "desc" : ".) font awsome size", + "memberOf" : "", + "optvals" : [ + "1", "2", - "....)" - ], - "memberOf" : "" + "...." + ] }, { "name" : "hidden", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) hide the element", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -20330,12 +21127,13 @@ { "name" : "icon", "type" : "String", - "desc" : [ - "(info-sign", + "desc" : ".) glyphicon name", + "memberOf" : "", + "optvals" : [ + "info-sign", "check", - "...)" - ], - "memberOf" : "" + "..." + ] }, { "name" : "lg", @@ -20400,11 +21198,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -20728,12 +21527,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -20750,12 +21550,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allQuery", @@ -20790,11 +21591,12 @@ { "name" : "append", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "autoCreate", @@ -20805,11 +21607,12 @@ { "name" : "autoFocus", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) auto focus the first item, default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "autocomplete", @@ -20850,20 +21653,22 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "caret", "type" : "String", - "desc" : [ - "(search", - "calendar)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "r) BS3 only - carat fa name", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "search", + "calendar" + ] }, { "name" : "cls", @@ -20946,11 +21751,12 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "forceSelection", @@ -20985,11 +21791,12 @@ { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hiddenName", @@ -21000,11 +21807,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -21015,11 +21823,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -21048,11 +21857,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -21183,20 +21993,22 @@ { "name" : "mobileTouchView", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) show mobile touch view when using a mobile default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "mobile_restrict_height", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) restrict height for touch view", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "modalTitle", @@ -21213,11 +22025,12 @@ { "name" : "multiple", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) ComboBobArray, default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "name", @@ -21270,11 +22083,12 @@ { "name" : "removable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "e) special filter default false", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "true", + "false" + ] }, { "name" : "resizable", @@ -21321,11 +22135,12 @@ { "name" : "specialFilter", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) special filter default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "store", @@ -21402,11 +22217,12 @@ { "name" : "useNativeIOS", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) render it as classic select for ios, not support dynamic load data (default false)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "validClass", @@ -21465,11 +22281,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -22152,11 +22969,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -22185,11 +23003,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -22507,13 +23326,14 @@ { "name" : "alert", "type" : "String", - "desc" : [ - "(success", + "desc" : "r) type alert (changes background / border...)", + "memberOf" : "", + "optvals" : [ + "success", "info", "warning", - "danger)" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "allowDomMove", @@ -22530,11 +23350,12 @@ { "name" : "clickable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cls", @@ -22563,20 +23384,22 @@ { "name" : "expandable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "expanded", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "fa", @@ -22599,20 +23422,22 @@ { "name" : "hidden", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) hide the element", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -22623,12 +23448,13 @@ { "name" : "icon", "type" : "String", - "desc" : [ - "(info-sign", + "desc" : ".) glyphicon name", + "memberOf" : "", + "optvals" : [ + "info-sign", "check", - "...)" - ], - "memberOf" : "" + "..." + ] }, { "name" : "jumbotron", @@ -22651,15 +23477,16 @@ { "name" : "panel", "type" : "String", - "desc" : [ - "(default", + "desc" : "r) render as panel - type - primary/success.....", + "memberOf" : "", + "optvals" : [ + "default", "primary", "success", "info", "warning", - "danger)" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "rheader", @@ -22670,12 +23497,13 @@ { "name" : "sticky", "type" : "String", - "desc" : [ - "(footer", + "desc" : "h) block to use as footer or body- needs css-bootstrap/sticky-footer.css", + "memberOf" : "", + "optvals" : [ + "footer", "wrap", - "push)" - ], - "memberOf" : "" + "push" + ] }, { "name" : "style", @@ -22686,12 +23514,13 @@ { "name" : "tag", "type" : "String", - "desc" : [ - "(header", + "desc" : "n) type of HTML tag.", + "memberOf" : "", + "optvals" : [ + "header", "aside", - "section)" - ], - "memberOf" : "" + "section" + ] }, { "name" : "tooltip", @@ -22702,21 +23531,23 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "well", "type" : "String", - "desc" : [ - "(lg", + "desc" : "d) a well, large, small or medium.", + "memberOf" : "", + "optvals" : [ + "lg", "sm", - "md)" - ], - "memberOf" : "" + "md" + ] }, { "name" : "xattr", @@ -23049,12 +23880,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -23071,12 +23903,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -23129,11 +23962,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -23198,11 +24032,12 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "format", @@ -23213,29 +24048,32 @@ { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -23270,11 +24108,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -23501,11 +24340,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -24030,11 +24870,12 @@ { "name" : "dayAllowBlank", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "dayFormat", @@ -24063,20 +24904,22 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "" + "desc" : "t)", + "memberOf" : "", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -24117,11 +24960,12 @@ { "name" : "monthAllowBlank", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "monthFormat", @@ -24156,11 +25000,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -24171,11 +25016,12 @@ { "name" : "yearAllowBlank", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "yearFormat", @@ -24577,11 +25423,12 @@ { "name" : "editable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) allow edit when upload a image default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "fieldLabel", @@ -24592,20 +25439,22 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(left", - "top)" - ], - "memberOf" : "" + "desc" : "p) default left", + "memberOf" : "", + "optvals" : [ + "left", + "top" + ] }, { "name" : "labelWidth", @@ -24700,11 +25549,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -25142,11 +25992,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -25175,11 +26026,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -25554,11 +26406,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -25575,20 +26428,22 @@ { "name" : "showDownload", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) show download button (default true)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "showTrash", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) show trash button (default true)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -25605,11 +26460,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -25967,11 +26823,12 @@ { "name" : "clickable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cls", @@ -26000,11 +26857,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -26027,11 +26885,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -26054,11 +26913,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -26383,11 +27243,12 @@ { "name" : "allowBlank", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) target allowBlank default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "allowDomMove", @@ -26428,11 +27289,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -26449,11 +27311,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "" + "desc" : "t) default left", + "memberOf" : "", + "optvals" : [ + "left", + "right" + ] }, { "name" : "invalidClass", @@ -26506,11 +27369,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -26922,11 +27786,12 @@ { "name" : "errorMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "fileUpload", @@ -26937,11 +27802,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", @@ -27012,11 +27878,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -27514,11 +28381,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -27553,11 +28421,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -27918,11 +28787,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -27933,15 +28803,16 @@ { "name" : "level", "type" : "Number", - "desc" : [ - "(1", + "desc" : "6) default 1", + "memberOf" : "", + "optvals" : [ + "1", "2", "3", "4", "5", - "6)" - ], - "memberOf" : "" + "6" + ] }, { "name" : "listeners", @@ -27970,11 +28841,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -28286,12 +29158,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -28308,12 +29181,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -28360,11 +29234,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -28417,20 +29292,22 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "height", @@ -28441,11 +29318,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -28456,11 +29334,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "invalidClass", @@ -28477,11 +29356,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -28600,15 +29480,16 @@ { "name" : "resize", "type" : "string", - "desc" : [ - "(none", + "desc" : "l)", + "memberOf" : "Roo.bootstrap.TextArea", + "optvals" : [ + "none", "both", "horizontal", "vertical", "inherit", - "initial)" - ], - "memberOf" : "Roo.bootstrap.TextArea" + "initial" + ] }, { "name" : "rows", @@ -28697,11 +29578,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -28718,11 +29600,12 @@ { "name" : "wrap", "type" : "string", - "desc" : [ - "(soft", - "hard)" - ], - "memberOf" : "Roo.bootstrap.TextArea" + "desc" : "d)Specifies how the text in a text area is to be wrapped when submitted in a form", + "memberOf" : "Roo.bootstrap.TextArea", + "optvals" : [ + "soft", + "hard" + ] }, { "name" : "xattr", @@ -29332,11 +30215,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -29395,13 +30279,14 @@ { "name" : "target", "type" : "String", - "desc" : [ - "(_self", + "desc" : "p)target for a href.", + "memberOf" : "", + "optvals" : [ + "_self", "_blank", "_parent", - "_top)" - ], - "memberOf" : "" + "_top" + ] }, { "name" : "tooltip", @@ -29412,11 +30297,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -29749,12 +30635,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "" + "audio" + ] }, { "name" : "actionMode", @@ -29771,12 +30658,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "" + "right" + ] }, { "name" : "allowBlank", @@ -29817,11 +30705,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -29874,38 +30763,42 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) Default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "" + "desc" : "t) default left", + "memberOf" : "", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -29934,11 +30827,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "" + "desc" : "t)", + "memberOf" : "", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -30123,11 +31017,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -30662,11 +31557,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "isAutoInitial", @@ -30725,11 +31621,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -31152,11 +32049,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "isAutoInitial", @@ -31233,11 +32131,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -31633,11 +32532,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -31666,11 +32566,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -31681,13 +32582,14 @@ { "name" : "target", "type" : "String", - "desc" : [ - "(_self", + "desc" : "p) target for a href.", + "memberOf" : "", + "optvals" : [ + "_self", "_blank", "_parent", - "_top)" - ], - "memberOf" : "" + "_top" + ] }, { "name" : "tooltip", @@ -31698,11 +32600,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -32087,11 +32990,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "latitude", @@ -32174,11 +33078,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -32635,11 +33540,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -32680,11 +33586,12 @@ { "name" : "placetitle", "type" : "String", - "desc" : [ - "(center", - "bottom)" - ], - "memberOf" : "" + "desc" : "m)", + "memberOf" : "", + "optvals" : [ + "center", + "bottom" + ] }, { "name" : "preventDefault", @@ -32695,16 +33602,17 @@ { "name" : "size", "type" : "String", - "desc" : [ - "(xs", + "desc" : "e)", + "memberOf" : "", + "optvals" : [ + "xs", "sm", "md", "md-left", "md-right", "tall", - "wide)" - ], - "memberOf" : "" + "wide" + ] }, { "name" : "style", @@ -32733,11 +33641,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -33120,20 +34029,22 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "isLink", "type" : "bool", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) the menu has link disable auto expand and collaspe (default false)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "listeners", @@ -33156,11 +34067,12 @@ { "name" : "stopEvent", "type" : "bool", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) Stop event after trigger press (default true)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -33177,21 +34089,23 @@ { "name" : "type", "type" : "String", - "desc" : [ - "(dropdown", + "desc" : "u) type of menu", + "memberOf" : "", + "optvals" : [ + "dropdown", "treeview", - "submenu)" - ], - "memberOf" : "" + "submenu" + ] }, { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -33593,11 +34507,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -33656,11 +34571,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -34045,11 +34961,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -34078,11 +34995,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -34418,11 +35336,12 @@ { "name" : "closable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cls", @@ -34451,20 +35370,22 @@ { "name" : "fixed", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false, fix the bar at the top", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -34499,22 +35420,24 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(info", + "desc" : "r) default info", + "memberOf" : "", + "optvals" : [ + "info", "success", "warning", - "danger)" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "xattr", @@ -34946,12 +35869,13 @@ { "name" : "buttonPosition", "type" : "String", - "desc" : [ - "(left", + "desc" : "r) default right (DEPRICATED) - use mr-auto on buttons to put them on the left", + "memberOf" : "", + "optvals" : [ + "left", "right", - "center)" - ], - "memberOf" : "" + "center" + ] }, { "name" : "buttons", @@ -35004,11 +35928,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -35037,11 +35962,12 @@ { "name" : "size", "type" : "String", - "desc" : [ - "(sm", - "lg)" - ], - "memberOf" : "" + "desc" : "g) default empty", + "memberOf" : "", + "optvals" : [ + "sm", + "lg" + ] }, { "name" : "specificTitle", @@ -35076,11 +36002,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "width", @@ -35436,12 +36363,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -35458,12 +36386,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allQuery", @@ -35516,11 +36445,12 @@ { "name" : "append", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) default false", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "autoCreate", @@ -35531,11 +36461,12 @@ { "name" : "autoFocus", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) auto focus the first item, default true", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "autocomplete", @@ -35576,29 +36507,32 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "caret", "type" : "String", - "desc" : [ - "(search", - "calendar)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "r) BS3 only - carat fa name", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "search", + "calendar" + ] }, { "name" : "castInt", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) cast int if true (defalut true)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cls", @@ -35699,11 +36633,12 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "forceSelection", @@ -35738,11 +36673,12 @@ { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hiddenName", @@ -35753,11 +36689,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -35768,11 +36705,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -35801,11 +36739,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -35966,20 +36905,22 @@ { "name" : "mobileTouchView", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) show mobile touch view when using a mobile default true", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "mobile_restrict_height", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) restrict height for touch view", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "modalTitle", @@ -35996,11 +36937,12 @@ { "name" : "multiple", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) ComboBobArray, default false", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "name", @@ -36059,11 +37001,12 @@ { "name" : "removable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "e) special filter default false", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "true", + "false" + ] }, { "name" : "resizable", @@ -36110,11 +37053,12 @@ { "name" : "specialFilter", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) special filter default false", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "store", @@ -36197,11 +37141,12 @@ { "name" : "useNativeIOS", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.ComboBox" + "desc" : "e) render it as classic select for ios, not support dynamic load data (default false)", + "memberOf" : "Roo.bootstrap.ComboBox", + "optvals" : [ + "true", + "false" + ] }, { "name" : "validClass", @@ -36260,11 +37205,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -36905,12 +37851,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -36927,12 +37874,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -36973,11 +37921,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -37030,38 +37979,42 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -37090,11 +38043,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -37285,11 +38239,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -37771,11 +38726,12 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "" + "desc" : "t)", + "memberOf" : "", + "optvals" : [ + "left", + "right" + ] }, { "name" : "allowDomMove", @@ -37816,11 +38772,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inverse", @@ -37861,21 +38818,23 @@ { "name" : "type", "type" : "String", - "desc" : [ - "(nav", + "desc" : "b) default nav", + "memberOf" : "", + "optvals" : [ + "nav", "pills", - "tab)" - ], - "memberOf" : "" + "tab" + ] }, { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -38256,11 +39215,12 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "t) alignment", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "left", + "right" + ] }, { "name" : "allowDomMove", @@ -38331,11 +39291,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inverse", @@ -38352,20 +39313,22 @@ { "name" : "loadMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "e) loadMask on the bar", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "true", + "false" + ] }, { "name" : "main", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "e) main nav bar? default false", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "true", + "false" + ] }, { "name" : "mobilerow", @@ -38382,12 +39345,13 @@ { "name" : "position", "type" : "String", - "desc" : [ - "(fixed-top", + "desc" : "p) position", + "memberOf" : "", + "optvals" : [ + "fixed-top", "fixed-bottom", - "static-top)" - ], - "memberOf" : "" + "static-top" + ] }, { "name" : "srButton", @@ -38404,13 +39368,14 @@ { "name" : "tag", "type" : "String", - "desc" : [ - "(header", + "desc" : "v) default is nav", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "header", "footer", "nav", - "div)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "div" + ] }, { "name" : "tooltip", @@ -38421,27 +39386,31 @@ { "name" : "type", "type" : "String", - "desc" : [ - "(nav", + "desc" : "s)", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "nav", "pills", - "tabs)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "tabs" + ] }, { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(light", + "desc" : "e) default is light.", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "light", "primary", "secondary", "success", @@ -38449,9 +39418,8 @@ "warning", "info", "dark", - "white)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "white" + ] }, { "name" : "xattr", @@ -38804,11 +39772,12 @@ { "name" : "animateRef", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) link to element default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "badge", @@ -38819,27 +39788,29 @@ { "name" : "badgecls", "type" : "String", - "desc" : [ - "(bg-green", + "desc" : "w)the extra classes for the badge", + "memberOf" : "", + "optvals" : [ + "bg-green", "bg-red", - "bg-yellow)" - ], - "memberOf" : "" + "bg-yellow" + ] }, { "name" : "button_weight", "type" : "String", - "desc" : [ - "(default", + "desc" : ") default none", + "memberOf" : "", + "optvals" : [ + "default", "primary", "secondary", "success", "info", "warning", "danger", - "link )" - ], - "memberOf" : "" + "link" + ] }, { "name" : "can_build_overlaid", @@ -38892,11 +39863,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -38931,11 +39903,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -38952,11 +39925,12 @@ { "name" : "tagtype", "type" : "String", - "desc" : [ - "(a", - "span)" - ], - "memberOf" : "" + "desc" : "n) render as a href or span?", + "memberOf" : "", + "optvals" : [ + "a", + "span" + ] }, { "name" : "tooltip", @@ -38967,11 +39941,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -39346,11 +40321,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -39379,11 +40355,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -39708,11 +40685,12 @@ { "name" : "active", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) Is item active default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "allowDomMove", @@ -39753,20 +40731,22 @@ { "name" : "disabled", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) Is item active default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -39795,11 +40775,12 @@ { "name" : "position", "type" : "String", - "desc" : [ - "(top", - "bottom)" - ], - "memberOf" : "" + "desc" : "m) text position default bottom", + "memberOf" : "", + "optvals" : [ + "top", + "bottom" + ] }, { "name" : "rid", @@ -39822,11 +40803,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -40187,11 +41169,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -40220,11 +41203,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -40577,11 +41561,12 @@ { "name" : "animateRef", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavItem" + "desc" : "e) link to element default false", + "memberOf" : "Roo.bootstrap.NavItem", + "optvals" : [ + "true", + "false" + ] }, { "name" : "badge", @@ -40592,27 +41577,29 @@ { "name" : "badgecls", "type" : "String", - "desc" : [ - "(bg-green", + "desc" : "w)the extra classes for the badge", + "memberOf" : "Roo.bootstrap.NavItem", + "optvals" : [ + "bg-green", "bg-red", - "bg-yellow)" - ], - "memberOf" : "Roo.bootstrap.NavItem" + "bg-yellow" + ] }, { "name" : "button_weight", "type" : "String", - "desc" : [ - "(default", + "desc" : ") default none", + "memberOf" : "Roo.bootstrap.NavItem", + "optvals" : [ + "default", "primary", "secondary", "success", "info", "warning", "danger", - "link )" - ], - "memberOf" : "Roo.bootstrap.NavItem" + "link" + ] }, { "name" : "can_build_overlaid", @@ -40665,11 +41652,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -40704,11 +41692,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavItem" + "desc" : "e) default false", + "memberOf" : "Roo.bootstrap.NavItem", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -40725,11 +41714,12 @@ { "name" : "tagtype", "type" : "String", - "desc" : [ - "(a", - "span)" - ], - "memberOf" : "Roo.bootstrap.NavItem" + "desc" : "n) render as a href or span?", + "memberOf" : "Roo.bootstrap.NavItem", + "optvals" : [ + "a", + "span" + ] }, { "name" : "tooltip", @@ -40740,11 +41730,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -41083,11 +42074,12 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "" + "desc" : "t) alignment", + "memberOf" : "", + "optvals" : [ + "left", + "right" + ] }, { "name" : "allowDomMove", @@ -41134,11 +42126,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inverse", @@ -41155,20 +42148,22 @@ { "name" : "loadMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) loadMask on the bar", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "main", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) main nav bar? default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "name", @@ -41185,13 +42180,14 @@ { "name" : "tag", "type" : "String", - "desc" : [ - "(header", + "desc" : "v) default is nav", + "memberOf" : "", + "optvals" : [ + "header", "footer", "nav", - "div)" - ], - "memberOf" : "" + "div" + ] }, { "name" : "tooltip", @@ -41202,27 +42198,31 @@ { "name" : "type", "type" : "String", - "desc" : [ - "(nav", + "desc" : "s)", + "memberOf" : "", + "optvals" : [ + "nav", "pills", - "tabs)" - ], - "memberOf" : "" + "tabs" + ] }, { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(light", + "desc" : "e) default is light.", + "memberOf" : "", + "optvals" : [ + "light", "primary", "secondary", "success", @@ -41230,9 +42230,8 @@ "warning", "info", "dark", - "white)" - ], - "memberOf" : "" + "white" + ] }, { "name" : "xattr", @@ -41609,11 +42608,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -41642,11 +42642,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -41981,12 +42982,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -42003,12 +43005,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -42067,11 +43070,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -42136,38 +43140,42 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -42196,11 +43204,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -42427,11 +43436,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -42942,11 +43952,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inverse", @@ -42987,11 +43998,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -43309,11 +44321,12 @@ { "name" : "active", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "allowDomMove", @@ -43360,11 +44373,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -43393,11 +44407,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -43414,11 +44429,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -43743,11 +44759,12 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "t) alignment", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "left", + "right" + ] }, { "name" : "allowDomMove", @@ -43824,11 +44841,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inverse", @@ -43845,20 +44863,22 @@ { "name" : "loadMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "e) loadMask on the bar", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "true", + "false" + ] }, { "name" : "main", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "desc" : "e) main nav bar? default false", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "true", + "false" + ] }, { "name" : "name", @@ -43881,13 +44901,14 @@ { "name" : "tag", "type" : "String", - "desc" : [ - "(header", + "desc" : "v) default is nav", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "header", "footer", "nav", - "div)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "div" + ] }, { "name" : "tooltip", @@ -43898,27 +44919,31 @@ { "name" : "type", "type" : "String", - "desc" : [ - "(nav", + "desc" : "s)", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "nav", "pills", - "tabs)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "tabs" + ] }, { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(light", + "desc" : "e) default is light.", + "memberOf" : "Roo.bootstrap.NavSimplebar", + "optvals" : [ + "light", "primary", "secondary", "success", @@ -43926,9 +44951,8 @@ "warning", "info", "dark", - "white)" - ], - "memberOf" : "Roo.bootstrap.NavSimplebar" + "white" + ] }, { "name" : "xattr", @@ -44279,12 +45303,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -44301,12 +45326,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -44347,20 +45373,22 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "caret", "type" : "String", - "desc" : [ - "(search", - "calendar)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "r) BS3 only - carat fa name", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "search", + "calendar" + ] }, { "name" : "cls", @@ -44419,29 +45447,32 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -44452,11 +45483,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -44485,11 +45517,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -44608,11 +45641,12 @@ { "name" : "removable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.TriggerField" + "desc" : "e) special filter default false", + "memberOf" : "Roo.bootstrap.TriggerField", + "optvals" : [ + "true", + "false" + ] }, { "name" : "selectOnFocus", @@ -44695,11 +45729,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -45232,11 +46267,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -45295,11 +46331,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -45659,11 +46696,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -45698,11 +46736,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -46074,11 +47113,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "label", @@ -46101,13 +47141,14 @@ { "name" : "panel", "type" : "String", - "desc" : [ - "(success", + "desc" : ")", + "memberOf" : "", + "optvals" : [ + "success", "info", "warning", - "danger )" - ], - "memberOf" : "" + "danger" + ] }, { "name" : "role", @@ -46136,11 +47177,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -46500,11 +47542,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -46539,11 +47582,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -46855,12 +47899,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -46877,12 +47922,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -46923,11 +47969,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -46980,47 +48027,52 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "" + "desc" : "t) default left", + "memberOf" : "", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inline", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) inline the element (default true)", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "inputType", @@ -47049,11 +48101,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -47238,11 +48291,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -47253,14 +48307,15 @@ { "name" : "weight", "type" : "String", - "desc" : [ - "(primary", + "desc" : "s) The text that appears beside the radio", + "memberOf" : "", + "optvals" : [ + "primary", "warning", "info", "danger", - "success)" - ], - "memberOf" : "" + "success" + ] }, { "name" : "xattr", @@ -47779,11 +48834,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -47812,11 +48868,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -48134,12 +49191,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -48156,12 +49214,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -48202,11 +49261,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -48265,38 +49325,42 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -48325,11 +49389,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -48520,11 +49585,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -49035,11 +50101,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -49068,11 +50135,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -49617,13 +50685,14 @@ { "name" : "alert", "type" : "String", - "desc" : [ - "(success", + "desc" : "r) type alert (changes background / border...)", + "memberOf" : "Roo.bootstrap.Column", + "optvals" : [ + "success", "info", "warning", - "danger)" - ], - "memberOf" : "Roo.bootstrap.Column" + "danger" + ] }, { "name" : "allowDomMove", @@ -49634,11 +50703,12 @@ { "name" : "autoslide", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) auto slide .. default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "bullets", @@ -49685,40 +50755,44 @@ { "name" : "fa", "type" : "String", - "desc" : [ - "(ban", + "desc" : ".) font awesome icon", + "memberOf" : "Roo.bootstrap.Column", + "optvals" : [ + "ban", "check", - "...)" - ], - "memberOf" : "Roo.bootstrap.Column" + "..." + ] }, { "name" : "fasize", "type" : "Number", - "desc" : [ - "(1", + "desc" : ".) font awsome size", + "memberOf" : "Roo.bootstrap.Column", + "optvals" : [ + "1", "2", - "....)" - ], - "memberOf" : "Roo.bootstrap.Column" + "...." + ] }, { "name" : "hidden", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Column" + "desc" : "e) hide the element", + "memberOf" : "Roo.bootstrap.Column", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -49729,12 +50803,13 @@ { "name" : "icon", "type" : "String", - "desc" : [ - "(info-sign", + "desc" : ".) glyphicon name", + "memberOf" : "Roo.bootstrap.Column", + "optvals" : [ + "info-sign", "check", - "...)" - ], - "memberOf" : "Roo.bootstrap.Column" + "..." + ] }, { "name" : "lg", @@ -49781,11 +50856,12 @@ { "name" : "showarrow", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) show arrow default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "sm", @@ -49820,11 +50896,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -50228,11 +51305,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -50285,11 +51363,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -50621,12 +51700,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Specifies the alignment of a table according to surrounding text", + "memberOf" : "", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "" + "right" + ] }, { "name" : "allowDomMove", @@ -50667,11 +51747,12 @@ { "name" : "cellSelection", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cellpadding", @@ -50724,11 +51805,12 @@ { "name" : "footerShow", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) generate tfoot, default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "frame", @@ -50739,20 +51821,22 @@ { "name" : "headerShow", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) generate thead, default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hover", @@ -50781,11 +51865,12 @@ { "name" : "loadMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "name", @@ -50802,11 +51887,12 @@ { "name" : "rowSelection", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "rules", @@ -50817,11 +51903,12 @@ { "name" : "scrollBody", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false - body scrolled / fixed header", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "sortable", @@ -50856,11 +51943,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "width", @@ -51769,11 +52857,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -51814,11 +52903,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -52220,11 +53310,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -52289,11 +53380,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "width", @@ -52671,11 +53763,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -52710,11 +53803,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -53026,12 +54120,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -53048,12 +54143,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -53094,11 +54190,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -53157,29 +54254,32 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -53190,11 +54290,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -53223,11 +54324,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -53340,15 +54442,16 @@ { "name" : "resize", "type" : "string", - "desc" : [ - "(none", + "desc" : "l)", + "memberOf" : "", + "optvals" : [ + "none", "both", "horizontal", "vertical", "inherit", - "initial)" - ], - "memberOf" : "" + "initial" + ] }, { "name" : "rows", @@ -53431,11 +54534,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -53446,11 +54550,12 @@ { "name" : "wrap", "type" : "string", - "desc" : [ - "(soft", - "hard)" - ], - "memberOf" : "" + "desc" : "d)Specifies how the text in a text area is to be wrapped when submitted in a form", + "memberOf" : "", + "optvals" : [ + "soft", + "hard" + ] }, { "name" : "xattr", @@ -53913,12 +55018,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -53935,12 +55041,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -53981,11 +55088,12 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "cls", @@ -54038,11 +55146,12 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "format", @@ -54053,29 +55162,32 @@ { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -54104,11 +55216,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -54293,11 +55406,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -54789,12 +55903,13 @@ { "name" : "accept", "type" : "String", - "desc" : [ - "(image", + "desc" : "o) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "image", "video", - "audio)" - ], - "memberOf" : "Roo.bootstrap.Input" + "audio" + ] }, { "name" : "actionMode", @@ -54811,12 +55926,13 @@ { "name" : "align", "type" : "String", - "desc" : [ - "(left", + "desc" : "t) Default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", "center", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "right" + ] }, { "name" : "allowBlank", @@ -54857,20 +55973,22 @@ { "name" : "capture", "type" : "String", - "desc" : [ - "(user", - "camera)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "a) use for file input only. (default empty)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "user", + "camera" + ] }, { "name" : "caret", "type" : "String", - "desc" : [ - "(search", - "calendar)" - ], - "memberOf" : "" + "desc" : "r) BS3 only - carat fa name", + "memberOf" : "", + "optvals" : [ + "search", + "calendar" + ] }, { "name" : "cls", @@ -54923,29 +56041,32 @@ { "name" : "forceFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) Default false", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hasFeedback", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "e) default true", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "true", + "false" + ] }, { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -54956,11 +56077,12 @@ { "name" : "indicatorpos", "type" : "String", - "desc" : [ - "(left", - "right)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t) default left", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "left", + "right" + ] }, { "name" : "inputType", @@ -54989,11 +56111,12 @@ { "name" : "labelAlign", "type" : "String", - "desc" : [ - "(top", - "left)" - ], - "memberOf" : "Roo.bootstrap.Input" + "desc" : "t)", + "memberOf" : "Roo.bootstrap.Input", + "optvals" : [ + "top", + "left" + ] }, { "name" : "labelWidth", @@ -55106,11 +56229,12 @@ { "name" : "removable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) special filter default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "selectOnFocus", @@ -55193,11 +56317,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "vtype", @@ -55742,20 +56867,22 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "isDocument", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "listeners", @@ -55766,11 +56893,12 @@ { "name" : "loadMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "loadingText", @@ -55835,11 +56963,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -56323,11 +57452,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "icon", @@ -56362,11 +57492,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -56720,11 +57851,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "icon", @@ -56747,11 +57879,12 @@ { "name" : "showtabs", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) show the tabs default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -56762,11 +57895,12 @@ { "name" : "tabScrollable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) tab scrollable when mobile view default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "title", @@ -56783,11 +57917,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -57127,11 +58262,12 @@ { "name" : "active", "type" : "Boolean", - "desc" : [ - "(false", - "true)" - ], - "memberOf" : "" + "desc" : "e) Default false", + "memberOf" : "", + "optvals" : [ + "false", + "true" + ] }, { "name" : "allowDomMove", @@ -57172,11 +58308,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -57211,11 +58348,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -57820,11 +58958,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -57853,11 +58992,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -58335,11 +59475,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -58368,11 +59509,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -58848,11 +59990,12 @@ { "name" : "overflow", "type" : "String", - "desc" : [ - "(hidden", - "visible)" - ], - "memberOf" : "" + "desc" : "e) if you have menus in the region, then you need to set this to visible.", + "memberOf" : "", + "optvals" : [ + "hidden", + "visible" + ] }, { "name" : "preferredTabWidth", @@ -58893,11 +60036,12 @@ { "name" : "tabPosition", "type" : "String", - "desc" : [ - "(top", - "bottom)" - ], - "memberOf" : "" + "desc" : "m) \"top\" or \"bottom\" (defaults to \"bottom\")", + "memberOf" : "", + "optvals" : [ + "top", + "bottom" + ] }, { "name" : "title", @@ -59296,11 +60440,12 @@ { "name" : "tabPosition", "type" : "String", - "desc" : [ - "(top", - "bottom)" - ], - "memberOf" : "Roo.LayoutRegion" + "desc" : "m) \"top\" or \"bottom\" (defaults to \"bottom\")", + "memberOf" : "Roo.LayoutRegion", + "optvals" : [ + "top", + "bottom" + ] }, { "name" : "title", @@ -59697,11 +60842,12 @@ { "name" : "disable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "disableClass", @@ -59712,11 +60858,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "href", @@ -59757,11 +60904,12 @@ { "name" : "preventDefault", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default true", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "style", @@ -59772,11 +60920,12 @@ { "name" : "submenu", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "tooltip", @@ -59787,11 +60936,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -60166,11 +61316,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -60217,25 +61368,27 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "weight", "type" : "String", - "desc" : [ - "(default", + "desc" : "e)", + "memberOf" : "", + "optvals" : [ + "default", "primary", "success", "info", "warning", "danger", - "inverse)" - ], - "memberOf" : "" + "inverse" + ] }, { "name" : "xattr", @@ -60596,11 +61749,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -60629,11 +61783,12 @@ { "name" : "visibilityEl", "type" : "string|object", - "desc" : [ - "(el", - "parent)" - ], - "memberOf" : "Roo.bootstrap.Component" + "desc" : "t) What element to use for visibility (@see getVisibilityEl())", + "memberOf" : "Roo.bootstrap.Component", + "optvals" : [ + "el", + "parent" + ] }, { "name" : "xattr", @@ -61025,14 +62180,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "" + "west" + ] }, { "name" : "resizeEl", @@ -61359,14 +62515,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.bootstrap.panel.Content", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "Roo.bootstrap.panel.Content" + "west" + ] }, { "name" : "resizeEl", @@ -61695,14 +62852,15 @@ { "name" : "region", "type" : "String", - "desc" : [ - "(center", + "desc" : "t) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.bootstrap.panel.Content", + "optvals" : [ + "center", "north", "south", "east", - "west)" - ], - "memberOf" : "Roo.bootstrap.panel.Content" + "west" + ] }, { "name" : "resizeEl", @@ -69548,11 +70706,12 @@ { "name" : "errorMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "errorReader", @@ -69968,11 +71127,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -70631,11 +71791,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", @@ -71100,11 +72261,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -72204,11 +73366,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -72312,6 +73475,12 @@ "desc" : "True to automatically select any existing field text when the field receives input focus (defaults to false)", "memberOf" : "Roo.form.TextField" }, + { + "name" : "seperator", + "type" : "String", + "desc" : "The value seperator normally ','", + "memberOf" : "" + }, { "name" : "tabIndex", "type" : "Number", @@ -72941,11 +74110,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -73472,11 +74642,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -74618,11 +75789,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -75728,11 +76900,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -76544,11 +77717,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -77170,11 +78344,12 @@ { "name" : "closable", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "" + "desc" : "e) default false", + "memberOf" : "", + "optvals" : [ + "true", + "false" + ] }, { "name" : "cls", @@ -77221,11 +78396,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -77956,11 +79132,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -78728,11 +79905,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -79372,11 +80550,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", @@ -79691,11 +80870,12 @@ { "name" : "errorMask", "type" : "Boolean", - "desc" : [ - "(true", - "false)" - ], - "memberOf" : "Roo.form.BasicForm" + "desc" : "e) default false", + "memberOf" : "Roo.form.BasicForm", + "optvals" : [ + "true", + "false" + ] }, { "name" : "errorReader", @@ -80247,11 +81427,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -80969,11 +82150,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -81722,11 +82904,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "listeners", @@ -82540,11 +83723,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", @@ -82967,11 +84151,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -83855,11 +85040,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -84656,11 +85842,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -85333,11 +86520,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "labelAlign", @@ -85808,11 +86996,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -86817,11 +88006,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -87593,11 +88783,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -88406,11 +89597,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "inputType", @@ -89129,11 +90321,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "html", @@ -89600,11 +90793,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideTrigger", @@ -92549,11 +93743,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "ignoreNoChange", @@ -94114,11 +95309,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -94458,11 +95654,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -94826,11 +96023,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -95224,11 +96422,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -95873,11 +97072,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -96528,11 +97728,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -97226,11 +98427,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -97576,11 +98778,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "hideOnClick", @@ -99132,11 +100335,12 @@ { "name" : "hideMode", "type" : "String", - "desc" : [ - "(display", - "visibility)" - ], - "memberOf" : "Roo.Component" + "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" + ] }, { "name" : "ignoreNoChange",