Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.form.ComboBox.json
1 {
2   "name" : "Roo.form.ComboBox",
3   "augments" : [
4     "Roo.form.TriggerField",
5     "Roo.form.TextField",
6     "Roo.form.Field",
7     "Roo.BoxComponent",
8     "Roo.Component",
9     "Roo.util.Observable"
10   ],
11   "desc" : "A combobox control with support for autocomplete, remote-loading, paging and many other features.",
12   "isSingleton" : false,
13   "isStatic" : false,
14   "isBuiltin" : false,
15   "memberOf" : "ComboBox",
16   "example" : "",
17   "deprecated" : "",
18   "since" : "",
19   "see" : "",
20   "params" : [
21     {
22       "name" : "config",
23       "type" : "Object",
24       "desc" : "Configuration options",
25       "isOptional" : false
26     }
27   ],
28   "returns" : [],
29   "config" : [
30     {
31       "name" : "triggerClass",
32       "type" : "String",
33       "desc" : "An additional CSS class used to style the trigger button.  The trigger will always get the\nclass 'x-form-trigger' and triggerClass will be <b>appended</b> if specified (defaults to 'x-form-arrow-trigger'\nwhich displays a downward arrow icon).",
34       "memberOf" : "Roo.form.ComboBox",
35       "optvals" : []
36     },
37     {
38       "name" : "pageSize",
39       "type" : "Number",
40       "desc" : "If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the\nfilter queries will execute with page start and limit parameters.  Only applies when mode = 'remote' (defaults to 0)",
41       "memberOf" : "Roo.form.ComboBox",
42       "optvals" : []
43     },
44     {
45       "name" : "hideMode",
46       "type" : "String",
47       "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\".",
48       "memberOf" : "Roo.Component",
49       "optvals" : [
50         "display",
51         "visibility"
52       ]
53     },
54     {
55       "name" : "disableKeyFilter",
56       "type" : "Boolean",
57       "desc" : "True to disable input keystroke filtering (defaults to false)",
58       "memberOf" : "Roo.form.TextField",
59       "optvals" : []
60     },
61     {
62       "name" : "queryParam",
63       "type" : "String",
64       "desc" : "Name of the query as it will be passed on the querystring (defaults to 'query')",
65       "memberOf" : "Roo.form.ComboBox",
66       "optvals" : []
67     },
68     {
69       "name" : "title",
70       "type" : "String",
71       "desc" : "If supplied, a header element is created containing this text and added into the top of\nthe dropdown list (defaults to undefined, with no header element)",
72       "memberOf" : "Roo.form.ComboBox",
73       "optvals" : []
74     },
75     {
76       "name" : "disabled",
77       "type" : "Boolean",
78       "desc" : "True to disable the field (defaults to false).",
79       "memberOf" : "Roo.form.Field",
80       "optvals" : []
81     },
82     {
83       "name" : "resizable",
84       "type" : "Boolean",
85       "desc" : "True to add a resize handle to the bottom of the dropdown list (defaults to false)",
86       "memberOf" : "Roo.form.ComboBox",
87       "optvals" : []
88     },
89     {
90       "name" : "validator",
91       "type" : "Function",
92       "desc" : "A custom validation function to be called during field validation (defaults to null).\nIf available, this function will be called only after the basic validators all return true, and will be passed the\ncurrent field value and expected to return boolean true if the value is valid or a string error message if invalid.",
93       "memberOf" : "Roo.form.TextField",
94       "optvals" : []
95     },
96     {
97       "name" : "name",
98       "type" : "String",
99       "desc" : "The field's HTML name attribute.",
100       "memberOf" : "Roo.form.Field",
101       "optvals" : []
102     },
103     {
104       "name" : "editable",
105       "type" : "Boolean",
106       "desc" : "False to prevent the user from typing text directly into the field, just like a\ntraditional select (defaults to true)",
107       "memberOf" : "Roo.form.ComboBox",
108       "optvals" : []
109     },
110     {
111       "name" : "width",
112       "type" : "Number",
113       "desc" : "width (optional) size of component",
114       "memberOf" : "Roo.BoxComponent",
115       "optvals" : []
116     },
117     {
118       "name" : "regexText",
119       "type" : "String",
120       "desc" : "The error text to display if {@link #regex} is used and the test fails during validation (defaults to \"\")",
121       "memberOf" : "Roo.form.TextField",
122       "optvals" : []
123     },
124     {
125       "name" : "listWidth",
126       "type" : "Number",
127       "desc" : "The width in pixels of the dropdown list (defaults to the width of the ComboBox field)",
128       "memberOf" : "Roo.form.ComboBox",
129       "optvals" : []
130     },
131     {
132       "name" : "allowDomMove",
133       "type" : "Boolean",
134       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
135       "memberOf" : "Roo.Component",
136       "optvals" : []
137     },
138     {
139       "name" : "tpl",
140       "type" : "String/Roo.Template",
141       "desc" : "The template to use to render the output",
142       "memberOf" : "Roo.form.ComboBox",
143       "optvals" : []
144     },
145     {
146       "name" : "typeAheadDelay",
147       "type" : "Number",
148       "desc" : "The length of time in milliseconds to wait until the typeahead text is displayed\nif typeAhead = true (defaults to 250)",
149       "memberOf" : "Roo.form.ComboBox",
150       "optvals" : []
151     },
152     {
153       "name" : "height",
154       "type" : "Number",
155       "desc" : "height (optional) size of component",
156       "memberOf" : "Roo.BoxComponent",
157       "optvals" : []
158     },
159     {
160       "name" : "disableClear",
161       "type" : "Boolean",
162       "desc" : "Disable showing of clear button.",
163       "memberOf" : "Roo.form.ComboBox",
164       "optvals" : []
165     },
166     {
167       "name" : "store",
168       "type" : "Roo.data.Store",
169       "desc" : "The data store to which this combo is bound (defaults to undefined)",
170       "memberOf" : "Roo.form.ComboBox",
171       "optvals" : []
172     },
173     {
174       "name" : "emptyText",
175       "type" : "String",
176       "desc" : "The default text to display in an empty field - placeholder... (defaults to null).",
177       "memberOf" : "Roo.form.TextField",
178       "optvals" : []
179     },
180     {
181       "name" : "value",
182       "type" : "Mixed",
183       "desc" : "A value to initialize this field with.",
184       "memberOf" : "Roo.form.Field",
185       "optvals" : []
186     },
187     {
188       "name" : "msgFx",
189       "type" : "String",
190       "desc" : "<b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').",
191       "memberOf" : "Roo.form.Field",
192       "optvals" : []
193     },
194     {
195       "name" : "actionMode",
196       "type" : "String",
197       "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",
198       "memberOf" : "Roo.Component",
199       "optvals" : []
200     },
201     {
202       "name" : "allQuery",
203       "type" : "String",
204       "desc" : "The text query to send to the server to return all records for the list with no filtering (defaults to '')",
205       "memberOf" : "Roo.form.ComboBox",
206       "optvals" : []
207     },
208     {
209       "name" : "minListWidth",
210       "type" : "Number",
211       "desc" : "The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if\nlistWidth has a higher value)",
212       "memberOf" : "Roo.form.ComboBox",
213       "optvals" : []
214     },
215     {
216       "name" : "alwaysQuery",
217       "type" : "Boolean",
218       "desc" : "Disable caching of results, and always send query",
219       "memberOf" : "Roo.form.ComboBox",
220       "optvals" : []
221     },
222     {
223       "name" : "minLengthText",
224       "type" : "String",
225       "desc" : "Error text to display if the minimum length validation fails (defaults to \"The minimum length for this field is {minLength}\")",
226       "memberOf" : "Roo.form.TextField",
227       "optvals" : []
228     },
229     {
230       "name" : "maxLengthText",
231       "type" : "String",
232       "desc" : "Error text to display if the maximum length validation fails (defaults to \"The maximum length for this field is {maxLength}\")",
233       "memberOf" : "Roo.form.TextField",
234       "optvals" : []
235     },
236     {
237       "name" : "msgTarget",
238       "type" : "String",
239       "desc" : "The location where error text should display.  Should be one of the following values (defaults to 'qtip'):\n<pre>\nValue         Description\n-----------   ----------------------------------------------------------------------\nqtip          Display a quick tip when the user hovers over the field\ntitle         Display a default browser title attribute popup\nunder         Add a block div beneath the field containing the error text\nside          Add an error icon to the right of the field with a popup on hover\n[element id]  Add the error text directly to the innerHTML of the specified element\n</pre>",
240       "memberOf" : "Roo.form.Field",
241       "optvals" : []
242     },
243     {
244       "name" : "listeners",
245       "type" : "Object",
246       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
247       "memberOf" : "Roo.util.Observable",
248       "optvals" : []
249     },
250     {
251       "name" : "shadow",
252       "type" : "Boolean/String",
253       "desc" : "True or \"sides\" for the default effect, \"frame\" for 4-way shadow, and \"drop\" for bottom-right",
254       "memberOf" : "Roo.form.ComboBox",
255       "optvals" : []
256     },
257     {
258       "name" : "readOnly",
259       "type" : "Boolean",
260       "desc" : "True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.",
261       "memberOf" : "Roo.form.Field",
262       "optvals" : []
263     },
264     {
265       "name" : "focusClass",
266       "type" : "String",
267       "desc" : "The CSS class to use when the field receives focus (defaults to \"x-form-focus\")",
268       "memberOf" : "Roo.form.Field",
269       "optvals" : []
270     },
271     {
272       "name" : "valueNotFoundText",
273       "type" : "String",
274       "desc" : "When using a name/value combo, if the value passed to setValue is not found in\nthe store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined)",
275       "memberOf" : "Roo.form.ComboBox",
276       "optvals" : []
277     },
278     {
279       "name" : "hiddenName",
280       "type" : "String",
281       "desc" : "If specified, a hidden form field with this name is dynamically generated to store the\nfield's data value (defaults to the underlying DOM element's name)",
282       "memberOf" : "Roo.form.ComboBox",
283       "optvals" : []
284     },
285     {
286       "name" : "selectedClass",
287       "type" : "String",
288       "desc" : "CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected')",
289       "memberOf" : "Roo.form.ComboBox",
290       "optvals" : []
291     },
292     {
293       "name" : "displayField",
294       "type" : "String",
295       "desc" : "The underlying data field name to bind to this CombBox (defaults to undefined if\nmode = 'remote' or 'text' if mode = 'local')",
296       "memberOf" : "Roo.form.ComboBox",
297       "optvals" : []
298     },
299     {
300       "name" : "hideTrigger",
301       "type" : "Boolean",
302       "desc" : "True to hide the trigger element and display only the base text field (defaults to false)",
303       "memberOf" : "Roo.form.TriggerField",
304       "optvals" : []
305     },
306     {
307       "name" : "cls",
308       "type" : "String",
309       "desc" : "A CSS class to apply to the field's underlying element.",
310       "memberOf" : "Roo.form.Field",
311       "optvals" : []
312     },
313     {
314       "name" : "validateOnBlur",
315       "type" : "Boolean",
316       "desc" : "Whether the field should validate when it loses focus (defaults to true).",
317       "memberOf" : "Roo.form.Field",
318       "optvals" : []
319     },
320     {
321       "name" : "listAlign",
322       "type" : "String",
323       "desc" : "A valid anchor position value. See {@link Roo.Element#alignTo} for details on supported\nanchor positions (defaults to 'tl-bl')",
324       "memberOf" : "Roo.form.ComboBox",
325       "optvals" : []
326     },
327     {
328       "name" : "typeAhead",
329       "type" : "Boolean",
330       "desc" : "True to populate and autoselect the remainder of the text being typed after a configurable\ndelay (typeAheadDelay) if it matches a known value (defaults to false)",
331       "memberOf" : "Roo.form.ComboBox",
332       "optvals" : []
333     },
334     {
335       "name" : "forceSelection",
336       "type" : "Boolean",
337       "desc" : "True to restrict the selected value to one of the values in the list, false to\nallow the user to set arbitrary text into the field (defaults to false)",
338       "memberOf" : "Roo.form.ComboBox",
339       "optvals" : []
340     },
341     {
342       "name" : "triggerAction",
343       "type" : "String",
344       "desc" : "The action to execute when the trigger field is activated.  Use 'all' to run the\nquery specified by the allQuery config option (defaults to 'query')",
345       "memberOf" : "Roo.form.ComboBox",
346       "optvals" : []
347     },
348     {
349       "name" : "inputType",
350       "type" : "String",
351       "desc" : "The type attribute for input fields -- e.g. radio, text, password (defaults to \"text\").",
352       "memberOf" : "Roo.form.Field",
353       "optvals" : []
354     },
355     {
356       "name" : "fieldClass",
357       "type" : "String",
358       "desc" : "The default CSS class for the field (defaults to \"x-form-field\")",
359       "memberOf" : "Roo.form.Field",
360       "optvals" : []
361     },
362     {
363       "name" : "autoCreate",
364       "type" : "Boolean/Object",
365       "desc" : "A DomHelper element spec, or true for a default element spec (defaults to:\n{tag: \"input\", type: \"text\", size: \"24\", autocomplete: \"off\"})",
366       "memberOf" : "Roo.form.ComboBox",
367       "optvals" : []
368     },
369     {
370       "name" : "minChars",
371       "type" : "Number",
372       "desc" : "The minimum number of characters the user must type before autocomplete and typeahead activate\n(defaults to 4, does not apply if editable = false)",
373       "memberOf" : "Roo.form.ComboBox",
374       "optvals" : []
375     },
376     {
377       "name" : "growMin",
378       "type" : "Number",
379       "desc" : "",
380       "memberOf" : "Roo.form.ComboBox",
381       "optvals" : []
382     },
383     {
384       "name" : "vtype",
385       "type" : "String",
386       "desc" : "A validation type name as defined in {@link Roo.form.VTypes} (defaults to null)",
387       "memberOf" : "Roo.form.TextField",
388       "optvals" : []
389     },
390     {
391       "name" : "maskRe",
392       "type" : "String",
393       "desc" : "An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)",
394       "memberOf" : "Roo.form.TextField",
395       "optvals" : []
396     },
397     {
398       "name" : "allowLeadingSpace",
399       "type" : "Boolean",
400       "desc" : "True to prevent the stripping of leading white space",
401       "memberOf" : "Roo.form.TextField",
402       "optvals" : []
403     },
404     {
405       "name" : "invalidClass",
406       "type" : "String",
407       "desc" : "The CSS class to use when marking a field invalid (defaults to \"x-form-invalid\")",
408       "memberOf" : "Roo.form.Field",
409       "optvals" : []
410     },
411     {
412       "name" : "validationEvent",
413       "type" : "String/Boolean",
414       "desc" : "The event that should initiate field validation. Set to false to disable\n      automatic validation (defaults to \"keyup\").",
415       "memberOf" : "Roo.form.Field",
416       "optvals" : []
417     },
418     {
419       "name" : "blockFocus",
420       "type" : "Boolean",
421       "desc" : "Prevents all focus calls, so it can work with things like HTML edtor bar",
422       "memberOf" : "Roo.form.ComboBox",
423       "optvals" : []
424     },
425     {
426       "name" : "fieldLabel",
427       "type" : "String",
428       "desc" : "Label to use when rendering a form.",
429       "memberOf" : "Roo.form.Field",
430       "optvals" : []
431     },
432     {
433       "name" : "selectOnFocus",
434       "type" : "Boolean",
435       "desc" : "True to select any existing text in the field immediately on focus.  Only applies\nwhen editable = true (defaults to false)",
436       "memberOf" : "Roo.form.ComboBox",
437       "optvals" : []
438     },
439     {
440       "name" : "blankText",
441       "type" : "String",
442       "desc" : "Error text to display if the allow blank validation fails (defaults to \"This field is required\")",
443       "memberOf" : "Roo.form.TextField",
444       "optvals" : []
445     },
446     {
447       "name" : "validationDelay",
448       "type" : "Number",
449       "desc" : "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)",
450       "memberOf" : "Roo.form.Field",
451       "optvals" : []
452     },
453     {
454       "name" : "disableClass",
455       "type" : "String",
456       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
457       "memberOf" : "Roo.Component",
458       "optvals" : []
459     },
460     {
461       "name" : "tabIndex",
462       "type" : "Number",
463       "desc" : "The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).",
464       "memberOf" : "Roo.form.Field",
465       "optvals" : []
466     },
467     {
468       "name" : "growMax",
469       "type" : "Number",
470       "desc" : "",
471       "memberOf" : "Roo.form.ComboBox",
472       "optvals" : []
473     },
474     {
475       "name" : "transform",
476       "type" : "String/HTMLElement/Element",
477       "desc" : "The id, DOM node or element of an existing select to convert to a ComboBox",
478       "memberOf" : "Roo.form.ComboBox",
479       "optvals" : []
480     },
481     {
482       "name" : "listClass",
483       "type" : "String",
484       "desc" : "CSS class to apply to the dropdown list element (defaults to '')",
485       "memberOf" : "Roo.form.ComboBox",
486       "optvals" : []
487     },
488     {
489       "name" : "handleHeight",
490       "type" : "Number",
491       "desc" : "The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)",
492       "memberOf" : "Roo.form.ComboBox",
493       "optvals" : []
494     },
495     {
496       "name" : "regex",
497       "type" : "RegExp",
498       "desc" : "A JavaScript RegExp object to be tested against the field value during validation (defaults to null).\nIf available, this regex will be evaluated only after the basic validators all return true, and will be passed the\ncurrent field value.  If the test fails, the field will be marked invalid using {@link #regexText}.",
499       "memberOf" : "Roo.form.TextField",
500       "optvals" : []
501     },
502     {
503       "name" : "grow",
504       "type" : "Boolean",
505       "desc" : "",
506       "memberOf" : "Roo.form.ComboBox",
507       "optvals" : []
508     },
509     {
510       "name" : "minLength",
511       "type" : "Number",
512       "desc" : "Minimum input field length required (defaults to 0)",
513       "memberOf" : "Roo.form.TextField",
514       "optvals" : []
515     },
516     {
517       "name" : "queryDelay",
518       "type" : "Number",
519       "desc" : "The length of time in milliseconds to delay between the start of typing and sending the\nquery to filter the dropdown list (defaults to 500 if mode = 'remote' or 10 if mode = 'local')",
520       "memberOf" : "Roo.form.ComboBox",
521       "optvals" : []
522     },
523     {
524       "name" : "mode",
525       "type" : "String",
526       "desc" : "Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server)",
527       "memberOf" : "Roo.form.ComboBox",
528       "optvals" : []
529     },
530     {
531       "name" : "allowBlank",
532       "type" : "Boolean",
533       "desc" : "False to validate that the value length > 0 (defaults to true)",
534       "memberOf" : "Roo.form.TextField",
535       "optvals" : []
536     },
537     {
538       "name" : "qtip",
539       "type" : "String",
540       "desc" : "Mouse over tip",
541       "memberOf" : "Roo.form.Field",
542       "optvals" : []
543     },
544     {
545       "name" : "maxHeight",
546       "type" : "Number",
547       "desc" : "The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300)",
548       "memberOf" : "Roo.form.ComboBox",
549       "optvals" : []
550     },
551     {
552       "name" : "valueField",
553       "type" : "String",
554       "desc" : "The underlying data value name to bind to this CombBox (defaults to undefined if\nmode = 'remote' or 'value' if mode = 'local'). \nNote: use of a valueField requires the user make a selection\nin order for a value to be mapped.",
555       "memberOf" : "Roo.form.ComboBox",
556       "optvals" : []
557     },
558     {
559       "name" : "loadingText",
560       "type" : "String",
561       "desc" : "The text to display in the dropdown list while data is loading.  Only applies\nwhen mode = 'remote' (defaults to 'Loading...')",
562       "memberOf" : "Roo.form.ComboBox",
563       "optvals" : []
564     },
565     {
566       "name" : "maxLength",
567       "type" : "Number",
568       "desc" : "Maximum input field length allowed (defaults to Number.MAX_VALUE)",
569       "memberOf" : "Roo.form.TextField",
570       "optvals" : []
571     },
572     {
573       "name" : "lazyRender",
574       "type" : "Boolean",
575       "desc" : "True to prevent the ComboBox from rendering until requested (should always be used when\nrendering into an Roo.Editor, defaults to false)",
576       "memberOf" : "Roo.form.ComboBox",
577       "optvals" : []
578     },
579     {
580       "name" : "invalidText",
581       "type" : "String",
582       "desc" : "The error text to use when marking a field invalid and no message is provided (defaults to \"The value in this field is invalid\")",
583       "memberOf" : "Roo.form.Field",
584       "optvals" : []
585     }
586   ],
587   "methods" : [
588     {
589       "name" : "getValue",
590       "desc" : "Returns the currently selected field value or empty string if no value is set.",
591       "isStatic" : false,
592       "isConstructor" : false,
593       "isPrivate" : false,
594       "memberOf" : "Roo.form.ComboBox",
595       "example" : "",
596       "deprecated" : "",
597       "since" : "",
598       "see" : "",
599       "params" : [],
600       "returns" : [
601         {
602           "name" : "",
603           "type" : "String",
604           "desc" : "value The selected value"
605         }
606       ]
607     },
608     {
609       "name" : "expand",
610       "desc" : "Expands the dropdown list if it is currently hidden. Fires the 'expand' event on completion.",
611       "isStatic" : false,
612       "isConstructor" : false,
613       "isPrivate" : false,
614       "memberOf" : "Roo.form.ComboBox",
615       "example" : "",
616       "deprecated" : "",
617       "since" : "",
618       "see" : "",
619       "params" : [],
620       "returns" : []
621     },
622     {
623       "name" : "setValue",
624       "desc" : "Sets the specified value into the field.  If the value finds a match, the corresponding record text\nwill be displayed in the field.  If the value does not match the data value of an existing item,\nand the valueNotFoundText config option is defined, it will be displayed as the default field text.\nOtherwise the field will be blank (although the value will still be set).",
625       "isStatic" : false,
626       "isConstructor" : false,
627       "isPrivate" : false,
628       "memberOf" : "Roo.form.ComboBox",
629       "example" : "",
630       "deprecated" : "",
631       "since" : "",
632       "see" : "",
633       "params" : [
634         {
635           "name" : "value",
636           "type" : "String",
637           "desc" : "The value to match",
638           "isOptional" : false
639         }
640       ],
641       "returns" : []
642     },
643     {
644       "name" : "select",
645       "desc" : "Select an item in the dropdown list by its numeric index in the list. This function does NOT cause the select event to fire.\nThe store must be loaded and the list expanded for this function to work, otherwise use setValue.",
646       "isStatic" : false,
647       "isConstructor" : false,
648       "isPrivate" : false,
649       "memberOf" : "Roo.form.ComboBox",
650       "example" : "",
651       "deprecated" : "",
652       "since" : "",
653       "see" : "",
654       "params" : [
655         {
656           "name" : "index",
657           "type" : "Number",
658           "desc" : "The zero-based index of the list item to select",
659           "isOptional" : false
660         },
661         {
662           "name" : "scrollIntoView",
663           "type" : "Boolean",
664           "desc" : "False to prevent the dropdown list from autoscrolling to display the\nselected item if it is not currently in view (defaults to true)",
665           "isOptional" : false
666         }
667       ],
668       "returns" : []
669     },
670     {
671       "name" : "isExpanded",
672       "desc" : "Returns true if the dropdown list is expanded, else false.",
673       "isStatic" : false,
674       "isConstructor" : false,
675       "isPrivate" : false,
676       "memberOf" : "Roo.form.ComboBox",
677       "example" : "",
678       "deprecated" : "",
679       "since" : "",
680       "see" : "",
681       "params" : [],
682       "returns" : []
683     },
684     {
685       "name" : "doQuery",
686       "desc" : "Execute a query to filter the dropdown list.  Fires the beforequery event prior to performing the\nquery allowing the query action to be canceled if needed.",
687       "isStatic" : false,
688       "isConstructor" : false,
689       "isPrivate" : false,
690       "memberOf" : "Roo.form.ComboBox",
691       "example" : "",
692       "deprecated" : "",
693       "since" : "",
694       "see" : "",
695       "params" : [
696         {
697           "name" : "query",
698           "type" : "String",
699           "desc" : "The SQL query to execute",
700           "isOptional" : false
701         },
702         {
703           "name" : "forceAll",
704           "type" : "Boolean",
705           "desc" : "True to force the query to execute even if there are currently fewer characters\nin the field than the minimum specified by the minChars config option.  It also clears any filter previously\nsaved in the current store (defaults to false)",
706           "isOptional" : false
707         }
708       ],
709       "returns" : []
710     },
711     {
712       "name" : "setFromData",
713       "desc" : "Sets the value of the field based on a object which is related to the record format for the store.",
714       "isStatic" : false,
715       "isConstructor" : false,
716       "isPrivate" : false,
717       "memberOf" : "Roo.form.ComboBox",
718       "example" : "",
719       "deprecated" : "",
720       "since" : "",
721       "see" : "",
722       "params" : [
723         {
724           "name" : "value",
725           "type" : "Object",
726           "desc" : "the value to set as. or false on reset?",
727           "isOptional" : false
728         }
729       ],
730       "returns" : []
731     },
732     {
733       "name" : "selectByValue",
734       "desc" : "Select an item in the dropdown list by its data value. This function does NOT cause the select event to fire.\nThe store must be loaded and the list expanded for this function to work, otherwise use setValue.",
735       "isStatic" : false,
736       "isConstructor" : false,
737       "isPrivate" : false,
738       "memberOf" : "Roo.form.ComboBox",
739       "example" : "",
740       "deprecated" : "",
741       "since" : "",
742       "see" : "",
743       "params" : [
744         {
745           "name" : "value",
746           "type" : "String",
747           "desc" : "The data value of the item to select",
748           "isOptional" : false
749         },
750         {
751           "name" : "scrollIntoView",
752           "type" : "Boolean",
753           "desc" : "False to prevent the dropdown list from autoscrolling to display the\nselected item if it is not currently in view (defaults to true)",
754           "isOptional" : false
755         }
756       ],
757       "returns" : [
758         {
759           "name" : "",
760           "type" : "Boolean",
761           "desc" : "True if the value matched an item in the list, else false"
762         }
763       ]
764     },
765     {
766       "name" : "setEditable",
767       "desc" : "Allow or prevent the user from directly editing the field text.  If false is passed,\nthe user will only be able to select from the items defined in the dropdown list.  This method\nis the runtime equivalent of setting the 'editable' config option at config time.",
768       "isStatic" : false,
769       "isConstructor" : false,
770       "isPrivate" : false,
771       "memberOf" : "Roo.form.ComboBox",
772       "example" : "",
773       "deprecated" : "",
774       "since" : "",
775       "see" : "",
776       "params" : [
777         {
778           "name" : "value",
779           "type" : "Boolean",
780           "desc" : "True to allow the user to directly edit the field text",
781           "isOptional" : false
782         }
783       ],
784       "returns" : []
785     },
786     {
787       "name" : "collapse",
788       "desc" : "Hides the dropdown list if it is currently expanded. Fires the 'collapse' event on completion.",
789       "isStatic" : false,
790       "isConstructor" : false,
791       "isPrivate" : false,
792       "memberOf" : "Roo.form.ComboBox",
793       "example" : "",
794       "deprecated" : "",
795       "since" : "",
796       "see" : "",
797       "params" : [],
798       "returns" : []
799     },
800     {
801       "name" : "clearValue",
802       "desc" : "Clears any text/value currently set in the field",
803       "isStatic" : false,
804       "isConstructor" : false,
805       "isPrivate" : false,
806       "memberOf" : "Roo.form.ComboBox",
807       "example" : "",
808       "deprecated" : "",
809       "since" : "",
810       "see" : "",
811       "params" : [],
812       "returns" : []
813     },
814     {
815       "name" : "onTriggerClick",
816       "desc" : "The function that should handle the trigger's click event.  This method does nothing by default until overridden\nby an implementing function.",
817       "isStatic" : false,
818       "isConstructor" : false,
819       "isPrivate" : false,
820       "memberOf" : "Roo.form.TriggerField",
821       "example" : "",
822       "deprecated" : "",
823       "since" : "",
824       "see" : "",
825       "params" : [
826         {
827           "name" : "e",
828           "type" : "EventObject",
829           "desc" : "",
830           "isOptional" : false
831         }
832       ],
833       "returns" : []
834     },
835     {
836       "name" : "autoSize",
837       "desc" : "",
838       "isStatic" : false,
839       "isConstructor" : false,
840       "isPrivate" : false,
841       "memberOf" : "Roo.form.TriggerField",
842       "example" : "",
843       "deprecated" : "",
844       "since" : "",
845       "see" : "",
846       "params" : [],
847       "returns" : []
848     },
849     {
850       "name" : "selectText",
851       "desc" : "Selects text in this field",
852       "isStatic" : false,
853       "isConstructor" : false,
854       "isPrivate" : false,
855       "memberOf" : "Roo.form.TextField",
856       "example" : "",
857       "deprecated" : "",
858       "since" : "",
859       "see" : "",
860       "params" : [
861         {
862           "name" : "start",
863           "type" : "Number",
864           "desc" : "(optional) The index where the selection should start (defaults to 0)",
865           "isOptional" : false
866         },
867         {
868           "name" : "end",
869           "type" : "Number",
870           "desc" : "(optional) The index where the selection should end (defaults to the text length)",
871           "isOptional" : false
872         }
873       ],
874       "returns" : []
875     },
876     {
877       "name" : "validateValue",
878       "desc" : "Validates a value according to the field's validation rules and marks the field as invalid\nif the validation fails",
879       "isStatic" : false,
880       "isConstructor" : false,
881       "isPrivate" : false,
882       "memberOf" : "Roo.form.TextField",
883       "example" : "",
884       "deprecated" : "",
885       "since" : "",
886       "see" : "",
887       "params" : [
888         {
889           "name" : "value",
890           "type" : "Mixed",
891           "desc" : "The value to validate",
892           "isOptional" : false
893         }
894       ],
895       "returns" : [
896         {
897           "name" : "",
898           "type" : "Boolean",
899           "desc" : "True if the value is valid, else false"
900         }
901       ]
902     },
903     {
904       "name" : "reset",
905       "desc" : "Resets the current field value to the originally-loaded value and clears any validation messages.",
906       "isStatic" : false,
907       "isConstructor" : false,
908       "isPrivate" : false,
909       "memberOf" : "Roo.form.TextField",
910       "example" : "",
911       "deprecated" : "",
912       "since" : "",
913       "see" : "",
914       "params" : [],
915       "returns" : []
916     },
917     {
918       "name" : "validate",
919       "desc" : "Validates the field value",
920       "isStatic" : false,
921       "isConstructor" : false,
922       "isPrivate" : false,
923       "memberOf" : "Roo.form.Field",
924       "example" : "",
925       "deprecated" : "",
926       "since" : "",
927       "see" : "",
928       "params" : [],
929       "returns" : [
930         {
931           "name" : "",
932           "type" : "Boolean",
933           "desc" : "True if the value is valid, else false"
934         }
935       ]
936     },
937     {
938       "name" : "getName",
939       "desc" : "Returns the name attribute of the field if available",
940       "isStatic" : false,
941       "isConstructor" : false,
942       "isPrivate" : false,
943       "memberOf" : "Roo.form.Field",
944       "example" : "",
945       "deprecated" : "",
946       "since" : "",
947       "see" : "",
948       "params" : [],
949       "returns" : [
950         {
951           "name" : "",
952           "type" : "String",
953           "desc" : "name The field name"
954         }
955       ]
956     },
957     {
958       "name" : "markInvalid",
959       "desc" : "Mark this field as invalid",
960       "isStatic" : false,
961       "isConstructor" : false,
962       "isPrivate" : false,
963       "memberOf" : "Roo.form.Field",
964       "example" : "",
965       "deprecated" : "",
966       "since" : "",
967       "see" : "",
968       "params" : [
969         {
970           "name" : "msg",
971           "type" : "String",
972           "desc" : "The validation message",
973           "isOptional" : false
974         }
975       ],
976       "returns" : []
977     },
978     {
979       "name" : "getRawValue",
980       "desc" : "Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see {@link #getValue}.",
981       "isStatic" : false,
982       "isConstructor" : false,
983       "isPrivate" : false,
984       "memberOf" : "Roo.form.Field",
985       "example" : "",
986       "deprecated" : "",
987       "since" : "",
988       "see" : "",
989       "params" : [],
990       "returns" : [
991         {
992           "name" : "",
993           "type" : "Mixed",
994           "desc" : "value The field value"
995         }
996       ]
997     },
998     {
999       "name" : "applyTo",
1000       "desc" : "Apply the behaviors of this component to an existing element. <b>This is used instead of render().</b>",
1001       "isStatic" : false,
1002       "isConstructor" : false,
1003       "isPrivate" : false,
1004       "memberOf" : "Roo.form.Field",
1005       "example" : "",
1006       "deprecated" : "",
1007       "since" : "",
1008       "see" : "",
1009       "params" : [
1010         {
1011           "name" : "el",
1012           "type" : "String/HTMLElement/Element",
1013           "desc" : "The id of the node, a DOM node or an existing Element",
1014           "isOptional" : false
1015         }
1016       ],
1017       "returns" : [
1018         {
1019           "name" : "",
1020           "type" : "Roo.form.Field",
1021           "desc" : "this"
1022         }
1023       ]
1024     },
1025     {
1026       "name" : "resetHasChanged",
1027       "desc" : "stores the current value in loadedValue",
1028       "isStatic" : false,
1029       "isConstructor" : false,
1030       "isPrivate" : false,
1031       "memberOf" : "Roo.form.Field",
1032       "example" : "",
1033       "deprecated" : "",
1034       "since" : "",
1035       "see" : "",
1036       "params" : [],
1037       "returns" : []
1038     },
1039     {
1040       "name" : "isDirty",
1041       "desc" : "Returns true if this field has been changed since it was originally loaded and is not disabled.\nDEPRICATED  - it never worked well - use hasChanged/resetHasChanged.",
1042       "isStatic" : false,
1043       "isConstructor" : false,
1044       "isPrivate" : false,
1045       "memberOf" : "Roo.form.Field",
1046       "example" : "",
1047       "deprecated" : "",
1048       "since" : "",
1049       "see" : "",
1050       "params" : [],
1051       "returns" : []
1052     },
1053     {
1054       "name" : "setRawValue",
1055       "desc" : "Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see {@link #setValue}.",
1056       "isStatic" : false,
1057       "isConstructor" : false,
1058       "isPrivate" : false,
1059       "memberOf" : "Roo.form.Field",
1060       "example" : "",
1061       "deprecated" : "",
1062       "since" : "",
1063       "see" : "",
1064       "params" : [
1065         {
1066           "name" : "value",
1067           "type" : "Mixed",
1068           "desc" : "The value to set",
1069           "isOptional" : false
1070         }
1071       ],
1072       "returns" : []
1073     },
1074     {
1075       "name" : "clearInvalid",
1076       "desc" : "Clear any invalid styles/messages for this field",
1077       "isStatic" : false,
1078       "isConstructor" : false,
1079       "isPrivate" : false,
1080       "memberOf" : "Roo.form.Field",
1081       "example" : "",
1082       "deprecated" : "",
1083       "since" : "",
1084       "see" : "",
1085       "params" : [],
1086       "returns" : []
1087     },
1088     {
1089       "name" : "isValid",
1090       "desc" : "Returns whether or not the field value is currently valid",
1091       "isStatic" : false,
1092       "isConstructor" : false,
1093       "isPrivate" : false,
1094       "memberOf" : "Roo.form.Field",
1095       "example" : "",
1096       "deprecated" : "",
1097       "since" : "",
1098       "see" : "",
1099       "params" : [
1100         {
1101           "name" : "preventMark",
1102           "type" : "Boolean",
1103           "desc" : "True to disable marking the field invalid",
1104           "isOptional" : false
1105         }
1106       ],
1107       "returns" : [
1108         {
1109           "name" : "",
1110           "type" : "Boolean",
1111           "desc" : "True if the value is valid, else false"
1112         }
1113       ]
1114     },
1115     {
1116       "name" : "hasChanged",
1117       "desc" : "checks the current value against the 'loaded' value.\nNote - will return false if 'resetHasChanged' has not been called first.",
1118       "isStatic" : false,
1119       "isConstructor" : false,
1120       "isPrivate" : false,
1121       "memberOf" : "Roo.form.Field",
1122       "example" : "",
1123       "deprecated" : "",
1124       "since" : "",
1125       "see" : "",
1126       "params" : [],
1127       "returns" : []
1128     },
1129     {
1130       "name" : "updateBox",
1131       "desc" : "Sets the current box measurements of the component's underlying element.",
1132       "isStatic" : false,
1133       "isConstructor" : false,
1134       "isPrivate" : false,
1135       "memberOf" : "Roo.BoxComponent",
1136       "example" : "",
1137       "deprecated" : "",
1138       "since" : "",
1139       "see" : "",
1140       "params" : [
1141         {
1142           "name" : "box",
1143           "type" : "Object",
1144           "desc" : "An object in the format {x, y, width, height}",
1145           "isOptional" : false
1146         }
1147       ],
1148       "returns" : []
1149     },
1150     {
1151       "name" : "setPagePosition",
1152       "desc" : "Sets the page XY position of the component.  To set the left and top instead, use {@link #setPosition}.\nThis method fires the move event.",
1153       "isStatic" : false,
1154       "isConstructor" : false,
1155       "isPrivate" : false,
1156       "memberOf" : "Roo.BoxComponent",
1157       "example" : "",
1158       "deprecated" : "",
1159       "since" : "",
1160       "see" : "",
1161       "params" : [
1162         {
1163           "name" : "x",
1164           "type" : "Number",
1165           "desc" : "The new x position",
1166           "isOptional" : false
1167         },
1168         {
1169           "name" : "y",
1170           "type" : "Number",
1171           "desc" : "The new y position",
1172           "isOptional" : false
1173         }
1174       ],
1175       "returns" : []
1176     },
1177     {
1178       "name" : "syncSize",
1179       "desc" : "Force the component's size to recalculate based on the underlying element's current height and width.",
1180       "isStatic" : false,
1181       "isConstructor" : false,
1182       "isPrivate" : false,
1183       "memberOf" : "Roo.BoxComponent",
1184       "example" : "",
1185       "deprecated" : "",
1186       "since" : "",
1187       "see" : "",
1188       "params" : [],
1189       "returns" : []
1190     },
1191     {
1192       "name" : "setSize",
1193       "desc" : "Sets the width and height of the component.  This method fires the resize event.  This method can accept\neither width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.",
1194       "isStatic" : false,
1195       "isConstructor" : false,
1196       "isPrivate" : false,
1197       "memberOf" : "Roo.BoxComponent",
1198       "example" : "",
1199       "deprecated" : "",
1200       "since" : "",
1201       "see" : "",
1202       "params" : [
1203         {
1204           "name" : "width",
1205           "type" : "Number/Object",
1206           "desc" : "The new width to set, or a size object in the format {width, height}",
1207           "isOptional" : false
1208         },
1209         {
1210           "name" : "height",
1211           "type" : "Number",
1212           "desc" : "The new height to set (not required if a size object is passed as the first arg)",
1213           "isOptional" : false
1214         }
1215       ],
1216       "returns" : [
1217         {
1218           "name" : "",
1219           "type" : "Roo.BoxComponent",
1220           "desc" : "this"
1221         }
1222       ]
1223     },
1224     {
1225       "name" : "getPosition",
1226       "desc" : "Gets the current XY position of the component's underlying element.",
1227       "isStatic" : false,
1228       "isConstructor" : false,
1229       "isPrivate" : false,
1230       "memberOf" : "Roo.BoxComponent",
1231       "example" : "",
1232       "deprecated" : "",
1233       "since" : "",
1234       "see" : "",
1235       "params" : [
1236         {
1237           "name" : "local",
1238           "type" : "Boolean",
1239           "desc" : "(optional) If true the element's left and top are returned instead of page XY (defaults to false)",
1240           "isOptional" : false
1241         }
1242       ],
1243       "returns" : [
1244         {
1245           "name" : "",
1246           "type" : "Array",
1247           "desc" : "The XY position of the element (e.g., [100, 200])"
1248         }
1249       ]
1250     },
1251     {
1252       "name" : "onResize",
1253       "desc" : "Called after the component is resized, this method is empty by default but can be implemented by any\nsubclass that needs to perform custom logic after a resize occurs.",
1254       "isStatic" : false,
1255       "isConstructor" : false,
1256       "isPrivate" : false,
1257       "memberOf" : "Roo.BoxComponent",
1258       "example" : "",
1259       "deprecated" : "",
1260       "since" : "",
1261       "see" : "",
1262       "params" : [
1263         {
1264           "name" : "adjWidth",
1265           "type" : "Number",
1266           "desc" : "The box-adjusted width that was set",
1267           "isOptional" : false
1268         },
1269         {
1270           "name" : "adjHeight",
1271           "type" : "Number",
1272           "desc" : "The box-adjusted height that was set",
1273           "isOptional" : false
1274         },
1275         {
1276           "name" : "rawWidth",
1277           "type" : "Number",
1278           "desc" : "The width that was originally specified",
1279           "isOptional" : false
1280         },
1281         {
1282           "name" : "rawHeight",
1283           "type" : "Number",
1284           "desc" : "The height that was originally specified",
1285           "isOptional" : false
1286         }
1287       ],
1288       "returns" : []
1289     },
1290     {
1291       "name" : "getBox",
1292       "desc" : "Gets the current box measurements of the component's underlying element.",
1293       "isStatic" : false,
1294       "isConstructor" : false,
1295       "isPrivate" : false,
1296       "memberOf" : "Roo.BoxComponent",
1297       "example" : "",
1298       "deprecated" : "",
1299       "since" : "",
1300       "see" : "",
1301       "params" : [
1302         {
1303           "name" : "local",
1304           "type" : "Boolean",
1305           "desc" : "(optional) If true the element's left and top are returned instead of page XY (defaults to false)",
1306           "isOptional" : false
1307         }
1308       ],
1309       "returns" : []
1310     },
1311     {
1312       "name" : "getSize",
1313       "desc" : "Gets the current size of the component's underlying element.",
1314       "isStatic" : false,
1315       "isConstructor" : false,
1316       "isPrivate" : false,
1317       "memberOf" : "Roo.BoxComponent",
1318       "example" : "",
1319       "deprecated" : "",
1320       "since" : "",
1321       "see" : "",
1322       "params" : [],
1323       "returns" : [
1324         {
1325           "name" : "",
1326           "type" : "Object",
1327           "desc" : "An object containing the element's size {width: (element width), height: (element height)}"
1328         }
1329       ]
1330     },
1331     {
1332       "name" : "onPosition",
1333       "desc" : "Called after the component is moved, this method is empty by default but can be implemented by any\nsubclass that needs to perform custom logic after a move occurs.",
1334       "isStatic" : false,
1335       "isConstructor" : false,
1336       "isPrivate" : false,
1337       "memberOf" : "Roo.BoxComponent",
1338       "example" : "",
1339       "deprecated" : "",
1340       "since" : "",
1341       "see" : "",
1342       "params" : [
1343         {
1344           "name" : "x",
1345           "type" : "Number",
1346           "desc" : "The new x position",
1347           "isOptional" : false
1348         },
1349         {
1350           "name" : "y",
1351           "type" : "Number",
1352           "desc" : "The new y position",
1353           "isOptional" : false
1354         }
1355       ],
1356       "returns" : []
1357     },
1358     {
1359       "name" : "setPosition",
1360       "desc" : "Sets the left and top of the component.  To set the page XY position instead, use {@link #setPagePosition}.\nThis method fires the move event.",
1361       "isStatic" : false,
1362       "isConstructor" : false,
1363       "isPrivate" : false,
1364       "memberOf" : "Roo.BoxComponent",
1365       "example" : "",
1366       "deprecated" : "",
1367       "since" : "",
1368       "see" : "",
1369       "params" : [
1370         {
1371           "name" : "left",
1372           "type" : "Number",
1373           "desc" : "The new left",
1374           "isOptional" : false
1375         },
1376         {
1377           "name" : "top",
1378           "type" : "Number",
1379           "desc" : "The new top",
1380           "isOptional" : false
1381         }
1382       ],
1383       "returns" : []
1384     },
1385     {
1386       "name" : "getId",
1387       "desc" : "Returns the id of this component.",
1388       "isStatic" : false,
1389       "isConstructor" : false,
1390       "isPrivate" : false,
1391       "memberOf" : "Roo.Component",
1392       "example" : "",
1393       "deprecated" : "",
1394       "since" : "",
1395       "see" : "",
1396       "params" : [],
1397       "returns" : [
1398         {
1399           "name" : "",
1400           "type" : "String",
1401           "desc" : ""
1402         }
1403       ]
1404     },
1405     {
1406       "name" : "render",
1407       "desc" : "If this is a lazy rendering component, render it to its container element.",
1408       "isStatic" : false,
1409       "isConstructor" : false,
1410       "isPrivate" : false,
1411       "memberOf" : "Roo.Component",
1412       "example" : "",
1413       "deprecated" : "",
1414       "since" : "",
1415       "see" : "",
1416       "params" : [
1417         {
1418           "name" : "container",
1419           "type" : "String/HTMLElement/Element",
1420           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
1421           "isOptional" : false
1422         }
1423       ],
1424       "returns" : []
1425     },
1426     {
1427       "name" : "destroy",
1428       "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}.",
1429       "isStatic" : false,
1430       "isConstructor" : false,
1431       "isPrivate" : false,
1432       "memberOf" : "Roo.Component",
1433       "example" : "",
1434       "deprecated" : "",
1435       "since" : "",
1436       "see" : "",
1437       "params" : [],
1438       "returns" : []
1439     },
1440     {
1441       "name" : "isVisible",
1442       "desc" : "Returns true if this component is visible.",
1443       "isStatic" : false,
1444       "isConstructor" : false,
1445       "isPrivate" : false,
1446       "memberOf" : "Roo.Component",
1447       "example" : "",
1448       "deprecated" : "",
1449       "since" : "",
1450       "see" : "",
1451       "params" : [],
1452       "returns" : []
1453     },
1454     {
1455       "name" : "setDisabled",
1456       "desc" : "Convenience function for setting disabled/enabled by boolean.",
1457       "isStatic" : false,
1458       "isConstructor" : false,
1459       "isPrivate" : false,
1460       "memberOf" : "Roo.Component",
1461       "example" : "",
1462       "deprecated" : "",
1463       "since" : "",
1464       "see" : "",
1465       "params" : [
1466         {
1467           "name" : "disabled",
1468           "type" : "Boolean",
1469           "desc" : "",
1470           "isOptional" : false
1471         }
1472       ],
1473       "returns" : []
1474     },
1475     {
1476       "name" : "hide",
1477       "desc" : "Hide this component.",
1478       "isStatic" : false,
1479       "isConstructor" : false,
1480       "isPrivate" : false,
1481       "memberOf" : "Roo.Component",
1482       "example" : "",
1483       "deprecated" : "",
1484       "since" : "",
1485       "see" : "",
1486       "params" : [],
1487       "returns" : [
1488         {
1489           "name" : "",
1490           "type" : "Roo.Component",
1491           "desc" : "this"
1492         }
1493       ]
1494     },
1495     {
1496       "name" : "focus",
1497       "desc" : "Try to focus this component.",
1498       "isStatic" : false,
1499       "isConstructor" : false,
1500       "isPrivate" : false,
1501       "memberOf" : "Roo.Component",
1502       "example" : "",
1503       "deprecated" : "",
1504       "since" : "",
1505       "see" : "",
1506       "params" : [
1507         {
1508           "name" : "selectText",
1509           "type" : "Boolean",
1510           "desc" : "True to also select the text in this component (if applicable)",
1511           "isOptional" : false
1512         }
1513       ],
1514       "returns" : [
1515         {
1516           "name" : "",
1517           "type" : "Roo.Component",
1518           "desc" : "this"
1519         }
1520       ]
1521     },
1522     {
1523       "name" : "show",
1524       "desc" : "Show this component.",
1525       "isStatic" : false,
1526       "isConstructor" : false,
1527       "isPrivate" : false,
1528       "memberOf" : "Roo.Component",
1529       "example" : "",
1530       "deprecated" : "",
1531       "since" : "",
1532       "see" : "",
1533       "params" : [],
1534       "returns" : [
1535         {
1536           "name" : "",
1537           "type" : "Roo.Component",
1538           "desc" : "this"
1539         }
1540       ]
1541     },
1542     {
1543       "name" : "enable",
1544       "desc" : "Enable this component.",
1545       "isStatic" : false,
1546       "isConstructor" : false,
1547       "isPrivate" : false,
1548       "memberOf" : "Roo.Component",
1549       "example" : "",
1550       "deprecated" : "",
1551       "since" : "",
1552       "see" : "",
1553       "params" : [],
1554       "returns" : [
1555         {
1556           "name" : "",
1557           "type" : "Roo.Component",
1558           "desc" : "this"
1559         }
1560       ]
1561     },
1562     {
1563       "name" : "setVisible",
1564       "desc" : "Convenience function to hide or show this component by boolean.",
1565       "isStatic" : false,
1566       "isConstructor" : false,
1567       "isPrivate" : false,
1568       "memberOf" : "Roo.Component",
1569       "example" : "",
1570       "deprecated" : "",
1571       "since" : "",
1572       "see" : "",
1573       "params" : [
1574         {
1575           "name" : "visible",
1576           "type" : "Boolean",
1577           "desc" : "True to show, false to hide",
1578           "isOptional" : false
1579         }
1580       ],
1581       "returns" : [
1582         {
1583           "name" : "",
1584           "type" : "Roo.Component",
1585           "desc" : "this"
1586         }
1587       ]
1588     },
1589     {
1590       "name" : "disable",
1591       "desc" : "Disable this component.",
1592       "isStatic" : false,
1593       "isConstructor" : false,
1594       "isPrivate" : false,
1595       "memberOf" : "Roo.Component",
1596       "example" : "",
1597       "deprecated" : "",
1598       "since" : "",
1599       "see" : "",
1600       "params" : [],
1601       "returns" : [
1602         {
1603           "name" : "",
1604           "type" : "Roo.Component",
1605           "desc" : "this"
1606         }
1607       ]
1608     },
1609     {
1610       "name" : "getEl",
1611       "desc" : "Returns the underlying {@link Roo.Element}.",
1612       "isStatic" : false,
1613       "isConstructor" : false,
1614       "isPrivate" : false,
1615       "memberOf" : "Roo.Component",
1616       "example" : "",
1617       "deprecated" : "",
1618       "since" : "",
1619       "see" : "",
1620       "params" : [],
1621       "returns" : [
1622         {
1623           "name" : "",
1624           "type" : "Roo.Element",
1625           "desc" : "The element"
1626         }
1627       ]
1628     },
1629     {
1630       "name" : "purgeListeners",
1631       "desc" : "Removes all listeners for this object",
1632       "isStatic" : false,
1633       "isConstructor" : false,
1634       "isPrivate" : false,
1635       "memberOf" : "Roo.util.Observable",
1636       "example" : "",
1637       "deprecated" : "",
1638       "since" : "",
1639       "see" : "",
1640       "params" : [],
1641       "returns" : []
1642     },
1643     {
1644       "name" : "on",
1645       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1646       "isStatic" : false,
1647       "isConstructor" : false,
1648       "isPrivate" : false,
1649       "memberOf" : "Roo.util.Observable",
1650       "example" : "",
1651       "deprecated" : "",
1652       "since" : "",
1653       "see" : "",
1654       "params" : [
1655         {
1656           "name" : "eventName",
1657           "type" : "String",
1658           "desc" : "The type of event to listen for",
1659           "isOptional" : false
1660         },
1661         {
1662           "name" : "handler",
1663           "type" : "Function",
1664           "desc" : "The method the event invokes",
1665           "isOptional" : false
1666         },
1667         {
1668           "name" : "scope",
1669           "type" : "Object",
1670           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1671           "isOptional" : false
1672         },
1673         {
1674           "name" : "options",
1675           "type" : "Object",
1676           "desc" : "(optional)",
1677           "isOptional" : false
1678         }
1679       ],
1680       "returns" : []
1681     },
1682     {
1683       "name" : "un",
1684       "desc" : "Removes a listener (shorthand for removeListener)",
1685       "isStatic" : false,
1686       "isConstructor" : false,
1687       "isPrivate" : false,
1688       "memberOf" : "Roo.util.Observable",
1689       "example" : "",
1690       "deprecated" : "",
1691       "since" : "",
1692       "see" : "",
1693       "params" : [
1694         {
1695           "name" : "eventName",
1696           "type" : "String",
1697           "desc" : "The type of event to listen for",
1698           "isOptional" : false
1699         },
1700         {
1701           "name" : "handler",
1702           "type" : "Function",
1703           "desc" : "The handler to remove",
1704           "isOptional" : false
1705         },
1706         {
1707           "name" : "scope",
1708           "type" : "Object",
1709           "desc" : "(optional) The scope (this object) for the handler",
1710           "isOptional" : false
1711         }
1712       ],
1713       "returns" : []
1714     },
1715     {
1716       "name" : "addEvents",
1717       "desc" : "Used to define events on this Observable",
1718       "isStatic" : false,
1719       "isConstructor" : false,
1720       "isPrivate" : false,
1721       "memberOf" : "Roo.util.Observable",
1722       "example" : "",
1723       "deprecated" : "",
1724       "since" : "",
1725       "see" : "",
1726       "params" : [
1727         {
1728           "name" : "object",
1729           "type" : "Object",
1730           "desc" : "The object with the events defined",
1731           "isOptional" : false
1732         }
1733       ],
1734       "returns" : []
1735     },
1736     {
1737       "name" : "releaseCapture",
1738       "desc" : "Removes <b>all</b> added captures from the Observable.",
1739       "isStatic" : true,
1740       "isConstructor" : false,
1741       "isPrivate" : false,
1742       "memberOf" : "Roo.util.Observable",
1743       "example" : "",
1744       "deprecated" : "",
1745       "since" : "",
1746       "see" : "",
1747       "params" : [
1748         {
1749           "name" : "o",
1750           "type" : "Observable",
1751           "desc" : "The Observable to release",
1752           "isOptional" : false
1753         }
1754       ],
1755       "returns" : []
1756     },
1757     {
1758       "name" : "removeListener",
1759       "desc" : "Removes a listener",
1760       "isStatic" : false,
1761       "isConstructor" : false,
1762       "isPrivate" : false,
1763       "memberOf" : "Roo.util.Observable",
1764       "example" : "",
1765       "deprecated" : "",
1766       "since" : "",
1767       "see" : "",
1768       "params" : [
1769         {
1770           "name" : "eventName",
1771           "type" : "String",
1772           "desc" : "The type of event to listen for",
1773           "isOptional" : false
1774         },
1775         {
1776           "name" : "handler",
1777           "type" : "Function",
1778           "desc" : "The handler to remove",
1779           "isOptional" : false
1780         },
1781         {
1782           "name" : "scope",
1783           "type" : "Object",
1784           "desc" : "(optional) The scope (this object) for the handler",
1785           "isOptional" : false
1786         }
1787       ],
1788       "returns" : []
1789     },
1790     {
1791       "name" : "fireEvent",
1792       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1793       "isStatic" : false,
1794       "isConstructor" : false,
1795       "isPrivate" : false,
1796       "memberOf" : "Roo.util.Observable",
1797       "example" : "",
1798       "deprecated" : "",
1799       "since" : "",
1800       "see" : "",
1801       "params" : [
1802         {
1803           "name" : "eventName",
1804           "type" : "String",
1805           "desc" : "",
1806           "isOptional" : false
1807         },
1808         {
1809           "name" : "args",
1810           "type" : "Object...",
1811           "desc" : "Variable number of parameters are passed to handlers",
1812           "isOptional" : false
1813         }
1814       ],
1815       "returns" : [
1816         {
1817           "name" : "",
1818           "type" : "Boolean",
1819           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1820         }
1821       ]
1822     },
1823     {
1824       "name" : "hasListener",
1825       "desc" : "Checks to see if this object has any listeners for a specified event",
1826       "isStatic" : false,
1827       "isConstructor" : false,
1828       "isPrivate" : false,
1829       "memberOf" : "Roo.util.Observable",
1830       "example" : "",
1831       "deprecated" : "",
1832       "since" : "",
1833       "see" : "",
1834       "params" : [
1835         {
1836           "name" : "eventName",
1837           "type" : "String",
1838           "desc" : "The name of the event to check for",
1839           "isOptional" : false
1840         }
1841       ],
1842       "returns" : [
1843         {
1844           "name" : "",
1845           "type" : "Boolean",
1846           "desc" : "True if the event is being listened for, else false"
1847         }
1848       ]
1849     },
1850     {
1851       "name" : "capture",
1852       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
1853       "isStatic" : true,
1854       "isConstructor" : false,
1855       "isPrivate" : false,
1856       "memberOf" : "Roo.util.Observable",
1857       "example" : "",
1858       "deprecated" : "",
1859       "since" : "",
1860       "see" : "",
1861       "params" : [
1862         {
1863           "name" : "o",
1864           "type" : "Observable",
1865           "desc" : "The Observable to capture",
1866           "isOptional" : false
1867         },
1868         {
1869           "name" : "fn",
1870           "type" : "Function",
1871           "desc" : "The function to call",
1872           "isOptional" : false
1873         },
1874         {
1875           "name" : "scope",
1876           "type" : "Object",
1877           "desc" : "(optional) The scope (this object) for the fn",
1878           "isOptional" : false
1879         }
1880       ],
1881       "returns" : []
1882     },
1883     {
1884       "name" : "addListener",
1885       "desc" : "Appends an event handler to this component",
1886       "isStatic" : false,
1887       "isConstructor" : false,
1888       "isPrivate" : false,
1889       "memberOf" : "Roo.util.Observable",
1890       "example" : "",
1891       "deprecated" : "",
1892       "since" : "",
1893       "see" : "",
1894       "params" : [
1895         {
1896           "name" : "eventName",
1897           "type" : "String",
1898           "desc" : "The type of event to listen for",
1899           "isOptional" : false
1900         },
1901         {
1902           "name" : "handler",
1903           "type" : "Function",
1904           "desc" : "The method the event invokes",
1905           "isOptional" : false
1906         },
1907         {
1908           "name" : "scope",
1909           "type" : "Object",
1910           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1911           "isOptional" : false
1912         },
1913         {
1914           "name" : "options",
1915           "type" : "Object",
1916           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
1917           "isOptional" : false
1918         }
1919       ],
1920       "returns" : []
1921     }
1922   ],
1923   "events" : [
1924     {
1925       "name" : "add",
1926       "desc" : "Fires when the 'add' icon is pressed (add a listener to enable add button)",
1927       "memberOf" : "Roo.form.ComboBox",
1928       "example" : "",
1929       "deprecated" : "",
1930       "since" : "",
1931       "see" : "",
1932       "params" : [
1933         {
1934           "name" : "combo",
1935           "type" : "Roo.form.ComboBox",
1936           "desc" : "This combo box",
1937           "isOptional" : false
1938         }
1939       ],
1940       "returns" : []
1941     },
1942     {
1943       "name" : "expand",
1944       "desc" : "Fires when the dropdown list is expanded",
1945       "memberOf" : "Roo.form.ComboBox",
1946       "example" : "",
1947       "deprecated" : "",
1948       "since" : "",
1949       "see" : "",
1950       "params" : [
1951         {
1952           "name" : "combo",
1953           "type" : "Roo.form.ComboBox",
1954           "desc" : "This combo box",
1955           "isOptional" : false
1956         }
1957       ],
1958       "returns" : []
1959     },
1960     {
1961       "name" : "collapse",
1962       "desc" : "Fires when the dropdown list is collapsed",
1963       "memberOf" : "Roo.form.ComboBox",
1964       "example" : "",
1965       "deprecated" : "",
1966       "since" : "",
1967       "see" : "",
1968       "params" : [
1969         {
1970           "name" : "combo",
1971           "type" : "Roo.form.ComboBox",
1972           "desc" : "This combo box",
1973           "isOptional" : false
1974         }
1975       ],
1976       "returns" : []
1977     },
1978     {
1979       "name" : "select",
1980       "desc" : "Fires when a list item is selected",
1981       "memberOf" : "Roo.form.ComboBox",
1982       "example" : "",
1983       "deprecated" : "",
1984       "since" : "",
1985       "see" : "",
1986       "params" : [
1987         {
1988           "name" : "combo",
1989           "type" : "Roo.form.ComboBox",
1990           "desc" : "This combo box",
1991           "isOptional" : false
1992         },
1993         {
1994           "name" : "record",
1995           "type" : "Roo.data.Record",
1996           "desc" : "The data record returned from the underlying store (or false on clear)",
1997           "isOptional" : false
1998         },
1999         {
2000           "name" : "index",
2001           "type" : "Number",
2002           "desc" : "The index of the selected item in the dropdown list",
2003           "isOptional" : false
2004         }
2005       ],
2006       "returns" : []
2007     },
2008     {
2009       "name" : "edit",
2010       "desc" : "Fires when the 'edit' icon is pressed (add a listener to enable add button)",
2011       "memberOf" : "Roo.form.ComboBox",
2012       "example" : "",
2013       "deprecated" : "",
2014       "since" : "",
2015       "see" : "",
2016       "params" : [
2017         {
2018           "name" : "combo",
2019           "type" : "Roo.form.ComboBox",
2020           "desc" : "This combo box",
2021           "isOptional" : false
2022         },
2023         {
2024           "name" : "record",
2025           "type" : "Roo.data.Record|false",
2026           "desc" : "The data record returned from the underlying store (or false on nothing selected)",
2027           "isOptional" : false
2028         }
2029       ],
2030       "returns" : []
2031     },
2032     {
2033       "name" : "beforequery",
2034       "desc" : "Fires before all queries are processed. Return false to cancel the query or set cancel to true.\nThe event object passed has these properties:",
2035       "memberOf" : "Roo.form.ComboBox",
2036       "example" : "",
2037       "deprecated" : "",
2038       "since" : "",
2039       "see" : "",
2040       "params" : [
2041         {
2042           "name" : "combo",
2043           "type" : "Roo.form.ComboBox",
2044           "desc" : "This combo box",
2045           "isOptional" : false
2046         },
2047         {
2048           "name" : "query",
2049           "type" : "String",
2050           "desc" : "The query",
2051           "isOptional" : false
2052         },
2053         {
2054           "name" : "forceAll",
2055           "type" : "Boolean",
2056           "desc" : "true to force \"all\" query",
2057           "isOptional" : false
2058         },
2059         {
2060           "name" : "cancel",
2061           "type" : "Boolean",
2062           "desc" : "true to cancel the query",
2063           "isOptional" : false
2064         },
2065         {
2066           "name" : "e",
2067           "type" : "Object",
2068           "desc" : "The query event object",
2069           "isOptional" : false
2070         }
2071       ],
2072       "returns" : []
2073     },
2074     {
2075       "name" : "beforeselect",
2076       "desc" : "Fires before a list item is selected. Return false to cancel the selection.",
2077       "memberOf" : "Roo.form.ComboBox",
2078       "example" : "",
2079       "deprecated" : "",
2080       "since" : "",
2081       "see" : "",
2082       "params" : [
2083         {
2084           "name" : "combo",
2085           "type" : "Roo.form.ComboBox",
2086           "desc" : "This combo box",
2087           "isOptional" : false
2088         },
2089         {
2090           "name" : "record",
2091           "type" : "Roo.data.Record",
2092           "desc" : "The data record returned from the underlying store",
2093           "isOptional" : false
2094         },
2095         {
2096           "name" : "index",
2097           "type" : "Number",
2098           "desc" : "The index of the selected item in the dropdown list",
2099           "isOptional" : false
2100         }
2101       ],
2102       "returns" : []
2103     },
2104     {
2105       "name" : "autosize",
2106       "desc" : "Fires when the autosize function is triggered.  The field may or may not have actually changed size\naccording to the default logic, but this event provides a hook for the developer to apply additional\nlogic at runtime to resize the field if needed.",
2107       "memberOf" : "Roo.form.TextField",
2108       "example" : "",
2109       "deprecated" : "",
2110       "since" : "",
2111       "see" : "",
2112       "params" : [
2113         {
2114           "name" : "this",
2115           "type" : "Roo.form.Field",
2116           "desc" : "This text field",
2117           "isOptional" : false
2118         },
2119         {
2120           "name" : "width",
2121           "type" : "Number",
2122           "desc" : "The new field width",
2123           "isOptional" : false
2124         }
2125       ],
2126       "returns" : []
2127     },
2128     {
2129       "name" : "blur",
2130       "desc" : "Fires when this field loses input focus.",
2131       "memberOf" : "Roo.form.Field",
2132       "example" : "",
2133       "deprecated" : "",
2134       "since" : "",
2135       "see" : "",
2136       "params" : [
2137         {
2138           "name" : "this",
2139           "type" : "Roo.form.Field",
2140           "desc" : "",
2141           "isOptional" : false
2142         }
2143       ],
2144       "returns" : []
2145     },
2146     {
2147       "name" : "valid",
2148       "desc" : "Fires after the field has been validated with no errors.",
2149       "memberOf" : "Roo.form.Field",
2150       "example" : "",
2151       "deprecated" : "",
2152       "since" : "",
2153       "see" : "",
2154       "params" : [
2155         {
2156           "name" : "this",
2157           "type" : "Roo.form.Field",
2158           "desc" : "",
2159           "isOptional" : false
2160         }
2161       ],
2162       "returns" : []
2163     },
2164     {
2165       "name" : "specialkey",
2166       "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
2167       "memberOf" : "Roo.form.Field",
2168       "example" : "",
2169       "deprecated" : "",
2170       "since" : "",
2171       "see" : "",
2172       "params" : [
2173         {
2174           "name" : "this",
2175           "type" : "Roo.form.Field",
2176           "desc" : "",
2177           "isOptional" : false
2178         },
2179         {
2180           "name" : "e",
2181           "type" : "Roo.EventObject",
2182           "desc" : "The event object",
2183           "isOptional" : false
2184         }
2185       ],
2186       "returns" : []
2187     },
2188     {
2189       "name" : "focus",
2190       "desc" : "Fires when this field receives input focus.",
2191       "memberOf" : "Roo.form.Field",
2192       "example" : "",
2193       "deprecated" : "",
2194       "since" : "",
2195       "see" : "",
2196       "params" : [
2197         {
2198           "name" : "this",
2199           "type" : "Roo.form.Field",
2200           "desc" : "",
2201           "isOptional" : false
2202         }
2203       ],
2204       "returns" : []
2205     },
2206     {
2207       "name" : "keyup",
2208       "desc" : "Fires after the key up",
2209       "memberOf" : "Roo.form.Field",
2210       "example" : "",
2211       "deprecated" : "",
2212       "since" : "",
2213       "see" : "",
2214       "params" : [
2215         {
2216           "name" : "this",
2217           "type" : "Roo.form.Field",
2218           "desc" : "",
2219           "isOptional" : false
2220         },
2221         {
2222           "name" : "e",
2223           "type" : "Roo.EventObject",
2224           "desc" : "The event Object",
2225           "isOptional" : false
2226         }
2227       ],
2228       "returns" : []
2229     },
2230     {
2231       "name" : "invalid",
2232       "desc" : "Fires after the field has been marked as invalid.",
2233       "memberOf" : "Roo.form.Field",
2234       "example" : "",
2235       "deprecated" : "",
2236       "since" : "",
2237       "see" : "",
2238       "params" : [
2239         {
2240           "name" : "this",
2241           "type" : "Roo.form.Field",
2242           "desc" : "",
2243           "isOptional" : false
2244         },
2245         {
2246           "name" : "msg",
2247           "type" : "String",
2248           "desc" : "The validation message",
2249           "isOptional" : false
2250         }
2251       ],
2252       "returns" : []
2253     },
2254     {
2255       "name" : "change",
2256       "desc" : "Fires just before the field blurs if the field value has changed.",
2257       "memberOf" : "Roo.form.Field",
2258       "example" : "",
2259       "deprecated" : "",
2260       "since" : "",
2261       "see" : "",
2262       "params" : [
2263         {
2264           "name" : "this",
2265           "type" : "Roo.form.Field",
2266           "desc" : "",
2267           "isOptional" : false
2268         },
2269         {
2270           "name" : "newValue",
2271           "type" : "Mixed",
2272           "desc" : "The new value",
2273           "isOptional" : false
2274         },
2275         {
2276           "name" : "oldValue",
2277           "type" : "Mixed",
2278           "desc" : "The original value",
2279           "isOptional" : false
2280         }
2281       ],
2282       "returns" : []
2283     },
2284     {
2285       "name" : "move",
2286       "desc" : "Fires after the component is moved.",
2287       "memberOf" : "Roo.BoxComponent",
2288       "example" : "",
2289       "deprecated" : "",
2290       "since" : "",
2291       "see" : "",
2292       "params" : [
2293         {
2294           "name" : "this",
2295           "type" : "Roo.Component",
2296           "desc" : "",
2297           "isOptional" : false
2298         },
2299         {
2300           "name" : "x",
2301           "type" : "Number",
2302           "desc" : "The new x position",
2303           "isOptional" : false
2304         },
2305         {
2306           "name" : "y",
2307           "type" : "Number",
2308           "desc" : "The new y position",
2309           "isOptional" : false
2310         }
2311       ],
2312       "returns" : []
2313     },
2314     {
2315       "name" : "resize",
2316       "desc" : "Fires after the component is resized.",
2317       "memberOf" : "Roo.BoxComponent",
2318       "example" : "",
2319       "deprecated" : "",
2320       "since" : "",
2321       "see" : "",
2322       "params" : [
2323         {
2324           "name" : "this",
2325           "type" : "Roo.Component",
2326           "desc" : "",
2327           "isOptional" : false
2328         },
2329         {
2330           "name" : "adjWidth",
2331           "type" : "Number",
2332           "desc" : "The box-adjusted width that was set",
2333           "isOptional" : false
2334         },
2335         {
2336           "name" : "adjHeight",
2337           "type" : "Number",
2338           "desc" : "The box-adjusted height that was set",
2339           "isOptional" : false
2340         },
2341         {
2342           "name" : "rawWidth",
2343           "type" : "Number",
2344           "desc" : "The width that was originally specified",
2345           "isOptional" : false
2346         },
2347         {
2348           "name" : "rawHeight",
2349           "type" : "Number",
2350           "desc" : "The height that was originally specified",
2351           "isOptional" : false
2352         }
2353       ],
2354       "returns" : []
2355     },
2356     {
2357       "name" : "beforerender",
2358       "desc" : "Fires before the component is rendered. Return false to stop the render.",
2359       "memberOf" : "Roo.Component",
2360       "example" : "",
2361       "deprecated" : "",
2362       "since" : "",
2363       "see" : "",
2364       "params" : [
2365         {
2366           "name" : "this",
2367           "type" : "Roo.Component",
2368           "desc" : "",
2369           "isOptional" : false
2370         }
2371       ],
2372       "returns" : []
2373     },
2374     {
2375       "name" : "disable",
2376       "desc" : "Fires after the component is disabled.",
2377       "memberOf" : "Roo.Component",
2378       "example" : "",
2379       "deprecated" : "",
2380       "since" : "",
2381       "see" : "",
2382       "params" : [
2383         {
2384           "name" : "this",
2385           "type" : "Roo.Component",
2386           "desc" : "",
2387           "isOptional" : false
2388         }
2389       ],
2390       "returns" : []
2391     },
2392     {
2393       "name" : "render",
2394       "desc" : "Fires after the component is rendered.",
2395       "memberOf" : "Roo.Component",
2396       "example" : "",
2397       "deprecated" : "",
2398       "since" : "",
2399       "see" : "",
2400       "params" : [
2401         {
2402           "name" : "this",
2403           "type" : "Roo.Component",
2404           "desc" : "",
2405           "isOptional" : false
2406         }
2407       ],
2408       "returns" : []
2409     },
2410     {
2411       "name" : "destroy",
2412       "desc" : "Fires after the component is destroyed.",
2413       "memberOf" : "Roo.Component",
2414       "example" : "",
2415       "deprecated" : "",
2416       "since" : "",
2417       "see" : "",
2418       "params" : [
2419         {
2420           "name" : "this",
2421           "type" : "Roo.Component",
2422           "desc" : "",
2423           "isOptional" : false
2424         }
2425       ],
2426       "returns" : []
2427     },
2428     {
2429       "name" : "hide",
2430       "desc" : "Fires after the component is hidden.",
2431       "memberOf" : "Roo.Component",
2432       "example" : "",
2433       "deprecated" : "",
2434       "since" : "",
2435       "see" : "",
2436       "params" : [
2437         {
2438           "name" : "this",
2439           "type" : "Roo.Component",
2440           "desc" : "",
2441           "isOptional" : false
2442         }
2443       ],
2444       "returns" : []
2445     },
2446     {
2447       "name" : "beforehide",
2448       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
2449       "memberOf" : "Roo.Component",
2450       "example" : "",
2451       "deprecated" : "",
2452       "since" : "",
2453       "see" : "",
2454       "params" : [
2455         {
2456           "name" : "this",
2457           "type" : "Roo.Component",
2458           "desc" : "",
2459           "isOptional" : false
2460         }
2461       ],
2462       "returns" : []
2463     },
2464     {
2465       "name" : "show",
2466       "desc" : "Fires after the component is shown.",
2467       "memberOf" : "Roo.Component",
2468       "example" : "",
2469       "deprecated" : "",
2470       "since" : "",
2471       "see" : "",
2472       "params" : [
2473         {
2474           "name" : "this",
2475           "type" : "Roo.Component",
2476           "desc" : "",
2477           "isOptional" : false
2478         }
2479       ],
2480       "returns" : []
2481     },
2482     {
2483       "name" : "beforeshow",
2484       "desc" : "Fires before the component is shown.  Return false to stop the show.",
2485       "memberOf" : "Roo.Component",
2486       "example" : "",
2487       "deprecated" : "",
2488       "since" : "",
2489       "see" : "",
2490       "params" : [
2491         {
2492           "name" : "this",
2493           "type" : "Roo.Component",
2494           "desc" : "",
2495           "isOptional" : false
2496         }
2497       ],
2498       "returns" : []
2499     },
2500     {
2501       "name" : "enable",
2502       "desc" : "Fires after the component is enabled.",
2503       "memberOf" : "Roo.Component",
2504       "example" : "",
2505       "deprecated" : "",
2506       "since" : "",
2507       "see" : "",
2508       "params" : [
2509         {
2510           "name" : "this",
2511           "type" : "Roo.Component",
2512           "desc" : "",
2513           "isOptional" : false
2514         }
2515       ],
2516       "returns" : []
2517     },
2518     {
2519       "name" : "beforedestroy",
2520       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
2521       "memberOf" : "Roo.Component",
2522       "example" : "",
2523       "deprecated" : "",
2524       "since" : "",
2525       "see" : "",
2526       "params" : [
2527         {
2528           "name" : "this",
2529           "type" : "Roo.Component",
2530           "desc" : "",
2531           "isOptional" : false
2532         }
2533       ],
2534       "returns" : []
2535     }
2536   ]
2537 }