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