Merge branch 'master' of http://git.roojs.com/roojs1
[roojs1] / docs / symbols / Roo.bootstrap.Card.json
1 {
2   "name" : "Roo.bootstrap.Card",
3   "augments" : [
4     "Roo.bootstrap.Component",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "childClasses" : {  },
9   "tree_children" : [
10     "Roo.bootstrap.Alert",
11     "Roo.bootstrap.BezierSignature",
12     "Roo.bootstrap.Brick",
13     "Roo.bootstrap.Button",
14     "Roo.bootstrap.ButtonGroup",
15     "Roo.bootstrap.ButtonUploader",
16     "Roo.bootstrap.Calendar",
17     "Roo.bootstrap.Card",
18     "Roo.bootstrap.CardFooter",
19     "Roo.bootstrap.CardHeader",
20     "Roo.bootstrap.CardImageTop",
21     "Roo.bootstrap.Column",
22     "Roo.bootstrap.DocumentManager",
23     "Roo.bootstrap.DocumentSlider",
24     "Roo.bootstrap.DocumentViewer",
25     "Roo.bootstrap.DropTarget",
26     "Roo.bootstrap.Element",
27     "Roo.bootstrap.Graph",
28     "Roo.bootstrap.Header",
29     "Roo.bootstrap.Img",
30     "Roo.bootstrap.LayoutMasonry",
31     "Roo.bootstrap.LayoutMasonryAuto",
32     "Roo.bootstrap.Link",
33     "Roo.bootstrap.LocationPicker",
34     "Roo.bootstrap.MasonryBrick",
35     "Roo.bootstrap.MessageBar",
36     "Roo.bootstrap.Pagination",
37     "Roo.bootstrap.PaginationItem",
38     "Roo.bootstrap.PagingToolbar",
39     "Roo.bootstrap.Progress",
40     "Roo.bootstrap.ProgressBar",
41     "Roo.bootstrap.Row",
42     "Roo.bootstrap.Slider",
43     "Roo.bootstrap.TabGroup",
44     "Roo.bootstrap.TabPanel",
45     "Roo.bootstrap.Table",
46     "Roo.bootstrap.UploadCropbox",
47     "Roo.bootstrap.breadcrumb.Nav",
48     "Roo.bootstrap.dash.NumberBox",
49     "Roo.bootstrap.dash.TabBox",
50     "Roo.bootstrap.dash.TabPane",
51     "Roo.bootstrap.form.CardUploader",
52     "Roo.bootstrap.form.CheckBox",
53     "Roo.bootstrap.form.ComboBox",
54     "Roo.bootstrap.form.DateField",
55     "Roo.bootstrap.form.DateSplitField",
56     "Roo.bootstrap.form.FieldLabel",
57     "Roo.bootstrap.form.Form",
58     "Roo.bootstrap.form.HtmlEditor",
59     "Roo.bootstrap.form.Input",
60     "Roo.bootstrap.form.Markdown",
61     "Roo.bootstrap.form.MoneyField",
62     "Roo.bootstrap.form.MonthField",
63     "Roo.bootstrap.form.NumberField",
64     "Roo.bootstrap.form.Password",
65     "Roo.bootstrap.form.PhoneInput",
66     "Roo.bootstrap.form.Radio",
67     "Roo.bootstrap.form.RadioSet",
68     "Roo.bootstrap.form.SecurePass",
69     "Roo.bootstrap.form.TextArea",
70     "Roo.bootstrap.form.TimeField",
71     "Roo.bootstrap.form.TriggerField",
72     "Roo.bootstrap.nav.Group",
73     "Roo.bootstrap.nav.Headerbar",
74     "Roo.bootstrap.nav.ProgressBar",
75     "Roo.bootstrap.nav.ProgressBarItem",
76     "Roo.bootstrap.nav.Sidebar",
77     "Roo.bootstrap.nav.SidebarItem",
78     "Roo.bootstrap.nav.Simplebar"
79   ],
80   "tree_parent" : [],
81   "desc" : "Bootstrap Card class - note this has children as CardHeader/ImageTop/Footer.. - which should really be listed properties?\n\n\npossible... may not be implemented..",
82   "isSingleton" : false,
83   "isStatic" : false,
84   "isBuiltin" : false,
85   "isAbstract" : false,
86   "isBuilderTop" : false,
87   "memberOf" : "Card",
88   "example" : "",
89   "deprecated" : "",
90   "since" : "",
91   "see" : "",
92   "params" : [
93     {
94       "name" : "config",
95       "type" : "Object",
96       "desc" : "The config object",
97       "isOptional" : false
98     }
99   ],
100   "returns" : [],
101   "throws" : "",
102   "requires" : "",
103   "config" : [
104     {
105       "name" : "header_size",
106       "type" : "Number",
107       "desc" : "5) H1 or H2 etc.. 0 indicates defau",
108       "memberOf" : "",
109       "isOptional" : false,
110       "optvals" : [
111         "0",
112         "1",
113         "2",
114         "3",
115         "4",
116         "5"
117       ]
118     },
119     {
120       "name" : "hideMode",
121       "type" : "String",
122       "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",
123       "memberOf" : "Roo.Component",
124       "isOptional" : false,
125       "optvals" : [
126         "display",
127         "visibility"
128       ]
129     },
130     {
131       "name" : "header_image",
132       "type" : "String",
133       "desc" : "src url of image.",
134       "memberOf" : "",
135       "isOptional" : false,
136       "optvals" : []
137     },
138     {
139       "name" : "margin_right",
140       "type" : "String",
141       "desc" : "",
142       "memberOf" : "",
143       "isOptional" : false,
144       "optvals" : [
145         "0",
146         "1",
147         "2",
148         "3",
149         "4",
150         "5",
151         "auto"
152       ]
153     },
154     {
155       "name" : "header",
156       "type" : "String|Object",
157       "desc" : "",
158       "memberOf" : "",
159       "isOptional" : false,
160       "optvals" : []
161     },
162     {
163       "name" : "title",
164       "type" : "String",
165       "desc" : "",
166       "memberOf" : "",
167       "isOptional" : false,
168       "optvals" : []
169     },
170     {
171       "name" : "xattr",
172       "type" : "Object",
173       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
174       "memberOf" : "Roo.bootstrap.Component",
175       "isOptional" : false,
176       "optvals" : []
177     },
178     {
179       "name" : "name",
180       "type" : "string",
181       "desc" : "Specifies name attribute",
182       "memberOf" : "Roo.bootstrap.Component",
183       "isOptional" : false,
184       "optvals" : []
185     },
186     {
187       "name" : "weight",
188       "type" : "String",
189       "desc" : "",
190       "memberOf" : "",
191       "isOptional" : false,
192       "optvals" : [
193         "primary",
194         "warning",
195         "info",
196         "danger",
197         "secondary",
198         "success",
199         "light",
200         "dark"
201       ]
202     },
203     {
204       "name" : "display",
205       "type" : "String",
206       "desc" : "",
207       "memberOf" : "",
208       "isOptional" : false,
209       "optvals" : [
210         "none",
211         "inline",
212         "inline-block",
213         "block",
214         "table",
215         "table-cell",
216         "table-row",
217         "flex",
218         "inline-flex"
219       ]
220     },
221     {
222       "name" : "margin_left",
223       "type" : "String",
224       "desc" : "",
225       "memberOf" : "",
226       "isOptional" : false,
227       "optvals" : [
228         "0",
229         "1",
230         "2",
231         "3",
232         "4",
233         "5",
234         "auto"
235       ]
236     },
237     {
238       "name" : "padding_top",
239       "type" : "String",
240       "desc" : "5)next_to_ca",
241       "memberOf" : "",
242       "isOptional" : false,
243       "optvals" : [
244         "0",
245         "1",
246         "2",
247         "3",
248         "4",
249         "5"
250       ]
251     },
252     {
253       "name" : "subtitle",
254       "type" : "String",
255       "desc" : "",
256       "memberOf" : "",
257       "isOptional" : false,
258       "optvals" : []
259     },
260     {
261       "name" : "tooltip",
262       "type" : "string",
263       "desc" : "Text for the tooltip",
264       "memberOf" : "Roo.bootstrap.Component",
265       "isOptional" : false,
266       "optvals" : []
267     },
268     {
269       "name" : "padding_right",
270       "type" : "String",
271       "desc" : "",
272       "memberOf" : "",
273       "isOptional" : false,
274       "optvals" : [
275         "0",
276         "1",
277         "2",
278         "3",
279         "4",
280         "5"
281       ]
282     },
283     {
284       "name" : "padding",
285       "type" : "String",
286       "desc" : "",
287       "memberOf" : "",
288       "isOptional" : false,
289       "optvals" : [
290         "0",
291         "1",
292         "2",
293         "3",
294         "4",
295         "5"
296       ]
297     },
298     {
299       "name" : "allowDomMove",
300       "type" : "Boolean",
301       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
302       "memberOf" : "Roo.Component",
303       "isOptional" : false,
304       "optvals" : []
305     },
306     {
307       "name" : "header_weight",
308       "type" : "Number",
309       "desc" : "",
310       "memberOf" : "",
311       "isOptional" : false,
312       "optvals" : [
313         "primary",
314         "secondary",
315         "success",
316         "info",
317         "warning",
318         "danger",
319         "light",
320         "dark"
321       ]
322     },
323     {
324       "name" : "style",
325       "type" : "String",
326       "desc" : "any extra css",
327       "memberOf" : "Roo.bootstrap.Component",
328       "isOptional" : false,
329       "optvals" : []
330     },
331     {
332       "name" : "display_xl",
333       "type" : "String",
334       "desc" : "",
335       "memberOf" : "",
336       "isOptional" : false,
337       "optvals" : [
338         "none",
339         "inline",
340         "inline-block",
341         "block",
342         "table",
343         "table-cell",
344         "table-row",
345         "flex",
346         "inline-flex"
347       ]
348     },
349     {
350       "name" : "margin",
351       "type" : "String",
352       "desc" : "",
353       "memberOf" : "",
354       "isOptional" : false,
355       "optvals" : [
356         "0",
357         "1",
358         "2",
359         "3",
360         "4",
361         "5",
362         "auto"
363       ]
364     },
365     {
366       "name" : "actionMode",
367       "type" : "String",
368       "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",
369       "memberOf" : "Roo.Component",
370       "isOptional" : false,
371       "optvals" : []
372     },
373     {
374       "name" : "padding_bottom",
375       "type" : "String",
376       "desc" : "",
377       "memberOf" : "",
378       "isOptional" : false,
379       "optvals" : [
380         "0",
381         "1",
382         "2",
383         "3",
384         "4",
385         "5"
386       ]
387     },
388     {
389       "name" : "listeners",
390       "type" : "Object",
391       "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>",
392       "memberOf" : "Roo.util.Observable",
393       "isOptional" : false,
394       "optvals" : []
395     },
396     {
397       "name" : "container_method",
398       "type" : "string",
399       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
400       "memberOf" : "Roo.bootstrap.Component",
401       "isOptional" : false,
402       "optvals" : []
403     },
404     {
405       "name" : "display_lg",
406       "type" : "String",
407       "desc" : "",
408       "memberOf" : "",
409       "isOptional" : false,
410       "optvals" : [
411         "none",
412         "inline",
413         "inline-block",
414         "block",
415         "table",
416         "table-cell",
417         "table-row",
418         "flex",
419         "inline-flex"
420       ]
421     },
422     {
423       "name" : "footer",
424       "type" : "String",
425       "desc" : "",
426       "memberOf" : "",
427       "isOptional" : false,
428       "optvals" : []
429     },
430     {
431       "name" : "display_xs",
432       "type" : "String",
433       "desc" : "",
434       "memberOf" : "",
435       "isOptional" : false,
436       "optvals" : [
437         "none",
438         "inline",
439         "inline-block",
440         "block",
441         "table",
442         "table-cell",
443         "table-row",
444         "flex",
445         "inline-flex"
446       ]
447     },
448     {
449       "name" : "cls",
450       "type" : "String",
451       "desc" : "css class",
452       "memberOf" : "Roo.bootstrap.Component",
453       "isOptional" : false,
454       "optvals" : []
455     },
456     {
457       "name" : "can_build_overlaid",
458       "type" : "Boolean",
459       "desc" : "True if element can be rebuild from a HTML page",
460       "memberOf" : "Roo.bootstrap.Component",
461       "isOptional" : false,
462       "optvals" : []
463     },
464     {
465       "name" : "margin_bottom",
466       "type" : "String",
467       "desc" : "",
468       "memberOf" : "",
469       "isOptional" : false,
470       "optvals" : [
471         "0",
472         "1",
473         "2",
474         "3",
475         "4",
476         "5",
477         "auto"
478       ]
479     },
480     {
481       "name" : "disableClass",
482       "type" : "String",
483       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
484       "memberOf" : "Roo.Component",
485       "isOptional" : false,
486       "optvals" : []
487     },
488     {
489       "name" : "visibilityEl",
490       "type" : "string|object",
491       "desc" : "t) What element to use for visibility (@see getVisibilityEl(",
492       "memberOf" : "Roo.bootstrap.Component",
493       "isOptional" : false,
494       "optvals" : [
495         "el",
496         "parent"
497       ]
498     },
499     {
500       "name" : "margin_top",
501       "type" : "String",
502       "desc" : "",
503       "memberOf" : "",
504       "isOptional" : false,
505       "optvals" : [
506         "0",
507         "1",
508         "2",
509         "3",
510         "4",
511         "5",
512         "auto"
513       ]
514     },
515     {
516       "name" : "dataId",
517       "type" : "string",
518       "desc" : "cutomer id",
519       "memberOf" : "Roo.bootstrap.Component",
520       "isOptional" : false,
521       "optvals" : []
522     },
523     {
524       "name" : "padding_left",
525       "type" : "String",
526       "desc" : "",
527       "memberOf" : "",
528       "isOptional" : false,
529       "optvals" : [
530         "0",
531         "1",
532         "2",
533         "3",
534         "4",
535         "5"
536       ]
537     },
538     {
539       "name" : "margin_x",
540       "type" : "String",
541       "desc" : "",
542       "memberOf" : "",
543       "isOptional" : false,
544       "optvals" : [
545         "0",
546         "1",
547         "2",
548         "3",
549         "4",
550         "5",
551         "auto"
552       ]
553     },
554     {
555       "name" : "margin_y",
556       "type" : "String",
557       "desc" : "",
558       "memberOf" : "",
559       "isOptional" : false,
560       "optvals" : [
561         "0",
562         "1",
563         "2",
564         "3",
565         "4",
566         "5",
567         "auto"
568       ]
569     },
570     {
571       "name" : "html",
572       "type" : "String|Boolean",
573       "desc" : "-- html contents - or just use children.. use false to hide it..",
574       "memberOf" : "",
575       "isOptional" : false,
576       "optvals" : []
577     },
578     {
579       "name" : "padding_x",
580       "type" : "String",
581       "desc" : "",
582       "memberOf" : "",
583       "isOptional" : false,
584       "optvals" : [
585         "0",
586         "1",
587         "2",
588         "3",
589         "4",
590         "5"
591       ]
592     },
593     {
594       "name" : "display_sm",
595       "type" : "String",
596       "desc" : "",
597       "memberOf" : "",
598       "isOptional" : false,
599       "optvals" : [
600         "none",
601         "inline",
602         "inline-block",
603         "block",
604         "table",
605         "table-cell",
606         "table-row",
607         "flex",
608         "inline-flex"
609       ]
610     },
611     {
612       "name" : "padding_y",
613       "type" : "String",
614       "desc" : "",
615       "memberOf" : "",
616       "isOptional" : false,
617       "optvals" : [
618         "0",
619         "1",
620         "2",
621         "3",
622         "4",
623         "5"
624       ]
625     }
626   ],
627   "methods" : [
628     {
629       "name" : "getDropPoint",
630       "type" : "function",
631       "desc" : "Decide whether to drop above or below a View node.",
632       "sig" : "()\n{\n\n}",
633       "static" : false,
634       "memberOf" : "",
635       "isStatic" : false,
636       "isConstructor" : false,
637       "isPrivate" : false,
638       "example" : "",
639       "deprecated" : "",
640       "since" : "",
641       "see" : "",
642       "exceptions" : "",
643       "requires" : "",
644       "params" : [],
645       "returns" : []
646     },
647     {
648       "name" : "getTargetFromEvent",
649       "type" : "function",
650       "desc" : "Part of the Roo.dd.DropZone interface. If no target node is found, the\n   whole Element becomes the target, and this causes the drop gesture to append.\n\n   Returns an object:\n    {\n           \n           position : 'below' or 'above'\n           card  : relateive to card OBJECT (or true for no cards listed)\n           items_n : relative to nth item in list\n           card_n : relative to  nth card in list\n    }",
651       "sig" : "()\n{\n\n}",
652       "static" : false,
653       "memberOf" : "",
654       "isStatic" : false,
655       "isConstructor" : false,
656       "isPrivate" : false,
657       "example" : "",
658       "deprecated" : "",
659       "since" : "",
660       "see" : "",
661       "exceptions" : "",
662       "requires" : "",
663       "params" : [],
664       "returns" : []
665     },
666     {
667       "name" : "acceptCard",
668       "type" : "function",
669       "desc" : "accept card\n\n-        card.acceptCard(move_card, info.position, info.card, info.items_n);",
670       "sig" : "()\n{\n\n}",
671       "static" : false,
672       "memberOf" : "",
673       "isStatic" : false,
674       "isConstructor" : false,
675       "isPrivate" : false,
676       "example" : "",
677       "deprecated" : "",
678       "since" : "",
679       "see" : "",
680       "exceptions" : "",
681       "requires" : "",
682       "params" : [],
683       "returns" : []
684     },
685     {
686       "name" : "tooltipEl",
687       "type" : "function",
688       "desc" : "Fetch the element to display the tooltip on.",
689       "sig" : "()\n{\n\n}",
690       "static" : false,
691       "memberOf" : "Roo.bootstrap.Component",
692       "isStatic" : false,
693       "isConstructor" : false,
694       "isPrivate" : false,
695       "example" : "",
696       "deprecated" : "",
697       "since" : "",
698       "see" : "",
699       "exceptions" : "",
700       "requires" : "",
701       "params" : [],
702       "returns" : [
703         {
704           "name" : "",
705           "type" : "Roo.Element",
706           "desc" : "defaults to this.el"
707         }
708       ]
709     },
710     {
711       "name" : "hide",
712       "type" : "function",
713       "desc" : "Hide a component - adds 'hidden' class",
714       "sig" : "()\n{\n\n}",
715       "static" : false,
716       "memberOf" : "Roo.bootstrap.Component",
717       "isStatic" : false,
718       "isConstructor" : false,
719       "isPrivate" : false,
720       "example" : "",
721       "deprecated" : "",
722       "since" : "",
723       "see" : "",
724       "exceptions" : "",
725       "requires" : "",
726       "params" : [],
727       "returns" : []
728     },
729     {
730       "name" : "show",
731       "type" : "function",
732       "desc" : "Show a component - removes 'hidden' class",
733       "sig" : "()\n{\n\n}",
734       "static" : false,
735       "memberOf" : "Roo.bootstrap.Component",
736       "isStatic" : false,
737       "isConstructor" : false,
738       "isPrivate" : false,
739       "example" : "",
740       "deprecated" : "",
741       "since" : "",
742       "see" : "",
743       "exceptions" : "",
744       "requires" : "",
745       "params" : [],
746       "returns" : []
747     },
748     {
749       "name" : "setVisibilityEl",
750       "type" : "function",
751       "desc" : "Set the element that will be used to show or hide",
752       "sig" : "()\n{\n\n}",
753       "static" : false,
754       "memberOf" : "Roo.bootstrap.Component",
755       "isStatic" : false,
756       "isConstructor" : false,
757       "isPrivate" : false,
758       "example" : "",
759       "deprecated" : "",
760       "since" : "",
761       "see" : "",
762       "exceptions" : "",
763       "requires" : "",
764       "params" : [],
765       "returns" : []
766     },
767     {
768       "name" : "getVisibilityEl",
769       "type" : "function",
770       "desc" : "Get the element that will be used to show or hide",
771       "sig" : "()\n{\n\n}",
772       "static" : false,
773       "memberOf" : "Roo.bootstrap.Component",
774       "isStatic" : false,
775       "isConstructor" : false,
776       "isPrivate" : false,
777       "example" : "",
778       "deprecated" : "",
779       "since" : "",
780       "see" : "",
781       "exceptions" : "",
782       "requires" : "",
783       "params" : [],
784       "returns" : []
785     },
786     {
787       "name" : "initEvents",
788       "type" : "function",
789       "desc" : "Initialize Events for the element",
790       "sig" : "()\n{\n\n}",
791       "static" : false,
792       "memberOf" : "Roo.bootstrap.Component",
793       "isStatic" : false,
794       "isConstructor" : false,
795       "isPrivate" : false,
796       "example" : "",
797       "deprecated" : "",
798       "since" : "",
799       "see" : "",
800       "exceptions" : "",
801       "requires" : "",
802       "params" : [],
803       "returns" : []
804     },
805     {
806       "name" : "getChildContainer",
807       "type" : "function",
808       "desc" : "Fetch the element to add children to",
809       "sig" : "()\n{\n\n}",
810       "static" : false,
811       "memberOf" : "Roo.bootstrap.Component",
812       "isStatic" : false,
813       "isConstructor" : false,
814       "isPrivate" : false,
815       "example" : "",
816       "deprecated" : "",
817       "since" : "",
818       "see" : "",
819       "exceptions" : "",
820       "requires" : "",
821       "params" : [],
822       "returns" : [
823         {
824           "name" : "",
825           "type" : "Roo.Element",
826           "desc" : "defaults to this.el"
827         }
828       ]
829     },
830     {
831       "name" : "getId",
832       "type" : "function",
833       "desc" : "Returns the id of this component.",
834       "sig" : "()\n{\n\n}",
835       "static" : false,
836       "memberOf" : "Roo.Component",
837       "isStatic" : false,
838       "isConstructor" : false,
839       "isPrivate" : false,
840       "example" : "",
841       "deprecated" : "",
842       "since" : "",
843       "see" : "",
844       "exceptions" : "",
845       "requires" : "",
846       "params" : [],
847       "returns" : [
848         {
849           "name" : "",
850           "type" : "String",
851           "desc" : ""
852         }
853       ]
854     },
855     {
856       "name" : "render",
857       "type" : "function",
858       "desc" : "If this is a lazy rendering component, render it to its container element.",
859       "sig" : "(container)",
860       "static" : false,
861       "memberOf" : "Roo.Component",
862       "isStatic" : false,
863       "isConstructor" : false,
864       "isPrivate" : false,
865       "example" : "",
866       "deprecated" : "",
867       "since" : "",
868       "see" : "",
869       "exceptions" : "",
870       "requires" : "",
871       "params" : [
872         {
873           "name" : "container",
874           "type" : "String/HTMLElement/Element",
875           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
876           "isOptional" : false
877         }
878       ],
879       "returns" : []
880     },
881     {
882       "name" : "destroy",
883       "type" : "function",
884       "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}.",
885       "sig" : "()\n{\n\n}",
886       "static" : false,
887       "memberOf" : "Roo.Component",
888       "isStatic" : false,
889       "isConstructor" : false,
890       "isPrivate" : false,
891       "example" : "",
892       "deprecated" : "",
893       "since" : "",
894       "see" : "",
895       "exceptions" : "",
896       "requires" : "",
897       "params" : [],
898       "returns" : []
899     },
900     {
901       "name" : "isVisible",
902       "type" : "function",
903       "desc" : "Returns true if this component is visible.",
904       "sig" : "()\n{\n\n}",
905       "static" : false,
906       "memberOf" : "Roo.Component",
907       "isStatic" : false,
908       "isConstructor" : false,
909       "isPrivate" : false,
910       "example" : "",
911       "deprecated" : "",
912       "since" : "",
913       "see" : "",
914       "exceptions" : "",
915       "requires" : "",
916       "params" : [],
917       "returns" : []
918     },
919     {
920       "name" : "setDisabled",
921       "type" : "function",
922       "desc" : "Convenience function for setting disabled/enabled by boolean.",
923       "sig" : "(disabled)",
924       "static" : false,
925       "memberOf" : "Roo.Component",
926       "isStatic" : false,
927       "isConstructor" : false,
928       "isPrivate" : false,
929       "example" : "",
930       "deprecated" : "",
931       "since" : "",
932       "see" : "",
933       "exceptions" : "",
934       "requires" : "",
935       "params" : [
936         {
937           "name" : "disabled",
938           "type" : "Boolean",
939           "desc" : "",
940           "isOptional" : false
941         }
942       ],
943       "returns" : []
944     },
945     {
946       "name" : "focus",
947       "type" : "function",
948       "desc" : "Try to focus this component.",
949       "sig" : "(selectText)",
950       "static" : false,
951       "memberOf" : "Roo.Component",
952       "isStatic" : false,
953       "isConstructor" : false,
954       "isPrivate" : false,
955       "example" : "",
956       "deprecated" : "",
957       "since" : "",
958       "see" : "",
959       "exceptions" : "",
960       "requires" : "",
961       "params" : [
962         {
963           "name" : "selectText",
964           "type" : "Boolean",
965           "desc" : "True to also select the text in this component (if applicable)",
966           "isOptional" : false
967         }
968       ],
969       "returns" : [
970         {
971           "name" : "",
972           "type" : "Roo.Component",
973           "desc" : "this"
974         }
975       ]
976     },
977     {
978       "name" : "enable",
979       "type" : "function",
980       "desc" : "Enable this component.",
981       "sig" : "()\n{\n\n}",
982       "static" : false,
983       "memberOf" : "Roo.Component",
984       "isStatic" : false,
985       "isConstructor" : false,
986       "isPrivate" : false,
987       "example" : "",
988       "deprecated" : "",
989       "since" : "",
990       "see" : "",
991       "exceptions" : "",
992       "requires" : "",
993       "params" : [],
994       "returns" : [
995         {
996           "name" : "",
997           "type" : "Roo.Component",
998           "desc" : "this"
999         }
1000       ]
1001     },
1002     {
1003       "name" : "setVisible",
1004       "type" : "function",
1005       "desc" : "Convenience function to hide or show this component by boolean.",
1006       "sig" : "(visible)",
1007       "static" : false,
1008       "memberOf" : "Roo.Component",
1009       "isStatic" : false,
1010       "isConstructor" : false,
1011       "isPrivate" : false,
1012       "example" : "",
1013       "deprecated" : "",
1014       "since" : "",
1015       "see" : "",
1016       "exceptions" : "",
1017       "requires" : "",
1018       "params" : [
1019         {
1020           "name" : "visible",
1021           "type" : "Boolean",
1022           "desc" : "True to show, false to hide",
1023           "isOptional" : false
1024         }
1025       ],
1026       "returns" : [
1027         {
1028           "name" : "",
1029           "type" : "Roo.Component",
1030           "desc" : "this"
1031         }
1032       ]
1033     },
1034     {
1035       "name" : "disable",
1036       "type" : "function",
1037       "desc" : "Disable this component.",
1038       "sig" : "()\n{\n\n}",
1039       "static" : false,
1040       "memberOf" : "Roo.Component",
1041       "isStatic" : false,
1042       "isConstructor" : false,
1043       "isPrivate" : false,
1044       "example" : "",
1045       "deprecated" : "",
1046       "since" : "",
1047       "see" : "",
1048       "exceptions" : "",
1049       "requires" : "",
1050       "params" : [],
1051       "returns" : [
1052         {
1053           "name" : "",
1054           "type" : "Roo.Component",
1055           "desc" : "this"
1056         }
1057       ]
1058     },
1059     {
1060       "name" : "getEl",
1061       "type" : "function",
1062       "desc" : "Returns the underlying {@link Roo.Element}.",
1063       "sig" : "()\n{\n\n}",
1064       "static" : false,
1065       "memberOf" : "Roo.Component",
1066       "isStatic" : false,
1067       "isConstructor" : false,
1068       "isPrivate" : false,
1069       "example" : "",
1070       "deprecated" : "",
1071       "since" : "",
1072       "see" : "",
1073       "exceptions" : "",
1074       "requires" : "",
1075       "params" : [],
1076       "returns" : [
1077         {
1078           "name" : "",
1079           "type" : "Roo.Element",
1080           "desc" : "The element"
1081         }
1082       ]
1083     },
1084     {
1085       "name" : "purgeListeners",
1086       "type" : "function",
1087       "desc" : "Removes all listeners for this object",
1088       "sig" : "()\n{\n\n}",
1089       "static" : false,
1090       "memberOf" : "Roo.util.Observable",
1091       "isStatic" : false,
1092       "isConstructor" : false,
1093       "isPrivate" : false,
1094       "example" : "",
1095       "deprecated" : "",
1096       "since" : "",
1097       "see" : "",
1098       "exceptions" : "",
1099       "requires" : "",
1100       "params" : [],
1101       "returns" : []
1102     },
1103     {
1104       "name" : "on",
1105       "type" : "function",
1106       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1107       "sig" : "(eventName, handler, scope, options)",
1108       "static" : false,
1109       "memberOf" : "Roo.util.Observable",
1110       "isStatic" : false,
1111       "isConstructor" : false,
1112       "isPrivate" : false,
1113       "example" : "",
1114       "deprecated" : "",
1115       "since" : "",
1116       "see" : "",
1117       "exceptions" : "",
1118       "requires" : "",
1119       "params" : [
1120         {
1121           "name" : "eventName",
1122           "type" : "String",
1123           "desc" : "The type of event to listen for",
1124           "isOptional" : false
1125         },
1126         {
1127           "name" : "handler",
1128           "type" : "Function",
1129           "desc" : "The method the event invokes",
1130           "isOptional" : false
1131         },
1132         {
1133           "name" : "scope",
1134           "type" : "Object",
1135           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1136           "isOptional" : false
1137         },
1138         {
1139           "name" : "options",
1140           "type" : "Object",
1141           "desc" : "(optional)",
1142           "isOptional" : false
1143         }
1144       ],
1145       "returns" : []
1146     },
1147     {
1148       "name" : "un",
1149       "type" : "function",
1150       "desc" : "Removes a listener (shorthand for removeListener)",
1151       "sig" : "(eventName, handler, scope)",
1152       "static" : false,
1153       "memberOf" : "Roo.util.Observable",
1154       "isStatic" : false,
1155       "isConstructor" : false,
1156       "isPrivate" : false,
1157       "example" : "",
1158       "deprecated" : "",
1159       "since" : "",
1160       "see" : "",
1161       "exceptions" : "",
1162       "requires" : "",
1163       "params" : [
1164         {
1165           "name" : "eventName",
1166           "type" : "String",
1167           "desc" : "The type of event to listen for",
1168           "isOptional" : false
1169         },
1170         {
1171           "name" : "handler",
1172           "type" : "Function",
1173           "desc" : "The handler to remove",
1174           "isOptional" : false
1175         },
1176         {
1177           "name" : "scope",
1178           "type" : "Object",
1179           "desc" : "(optional) The scope (this object) for the handler",
1180           "isOptional" : false
1181         }
1182       ],
1183       "returns" : []
1184     },
1185     {
1186       "name" : "addEvents",
1187       "type" : "function",
1188       "desc" : "Used to define events on this Observable",
1189       "sig" : "(object)",
1190       "static" : false,
1191       "memberOf" : "Roo.util.Observable",
1192       "isStatic" : false,
1193       "isConstructor" : false,
1194       "isPrivate" : false,
1195       "example" : "",
1196       "deprecated" : "",
1197       "since" : "",
1198       "see" : "",
1199       "exceptions" : "",
1200       "requires" : "",
1201       "params" : [
1202         {
1203           "name" : "object",
1204           "type" : "Object",
1205           "desc" : "The object with the events defined",
1206           "isOptional" : false
1207         }
1208       ],
1209       "returns" : []
1210     },
1211     {
1212       "name" : "releaseCapture",
1213       "type" : "function",
1214       "desc" : "Removes <b>all</b> added captures from the Observable.",
1215       "sig" : "(o)",
1216       "static" : true,
1217       "memberOf" : "Roo.util.Observable",
1218       "isStatic" : true,
1219       "isConstructor" : false,
1220       "isPrivate" : false,
1221       "example" : "",
1222       "deprecated" : "",
1223       "since" : "",
1224       "see" : "",
1225       "exceptions" : "",
1226       "requires" : "",
1227       "params" : [
1228         {
1229           "name" : "o",
1230           "type" : "Observable",
1231           "desc" : "The Observable to release",
1232           "isOptional" : false
1233         }
1234       ],
1235       "returns" : []
1236     },
1237     {
1238       "name" : "removeListener",
1239       "type" : "function",
1240       "desc" : "Removes a listener",
1241       "sig" : "(eventName, handler, scope)",
1242       "static" : false,
1243       "memberOf" : "Roo.util.Observable",
1244       "isStatic" : false,
1245       "isConstructor" : false,
1246       "isPrivate" : false,
1247       "example" : "",
1248       "deprecated" : "",
1249       "since" : "",
1250       "see" : "",
1251       "exceptions" : "",
1252       "requires" : "",
1253       "params" : [
1254         {
1255           "name" : "eventName",
1256           "type" : "String",
1257           "desc" : "The type of event to listen for",
1258           "isOptional" : false
1259         },
1260         {
1261           "name" : "handler",
1262           "type" : "Function",
1263           "desc" : "The handler to remove",
1264           "isOptional" : false
1265         },
1266         {
1267           "name" : "scope",
1268           "type" : "Object",
1269           "desc" : "(optional) The scope (this object) for the handler",
1270           "isOptional" : false
1271         }
1272       ],
1273       "returns" : []
1274     },
1275     {
1276       "name" : "fireEvent",
1277       "type" : "function",
1278       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1279       "sig" : "(eventName, args)",
1280       "static" : false,
1281       "memberOf" : "Roo.util.Observable",
1282       "isStatic" : false,
1283       "isConstructor" : false,
1284       "isPrivate" : false,
1285       "example" : "",
1286       "deprecated" : "",
1287       "since" : "",
1288       "see" : "",
1289       "exceptions" : "",
1290       "requires" : "",
1291       "params" : [
1292         {
1293           "name" : "eventName",
1294           "type" : "String",
1295           "desc" : "",
1296           "isOptional" : false
1297         },
1298         {
1299           "name" : "args",
1300           "type" : "Object...",
1301           "desc" : "Variable number of parameters are passed to handlers",
1302           "isOptional" : false
1303         }
1304       ],
1305       "returns" : [
1306         {
1307           "name" : "",
1308           "type" : "Boolean",
1309           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1310         }
1311       ]
1312     },
1313     {
1314       "name" : "hasListener",
1315       "type" : "function",
1316       "desc" : "Checks to see if this object has any listeners for a specified event",
1317       "sig" : "(eventName)",
1318       "static" : false,
1319       "memberOf" : "Roo.util.Observable",
1320       "isStatic" : false,
1321       "isConstructor" : false,
1322       "isPrivate" : false,
1323       "example" : "",
1324       "deprecated" : "",
1325       "since" : "",
1326       "see" : "",
1327       "exceptions" : "",
1328       "requires" : "",
1329       "params" : [
1330         {
1331           "name" : "eventName",
1332           "type" : "String",
1333           "desc" : "The name of the event to check for",
1334           "isOptional" : false
1335         }
1336       ],
1337       "returns" : [
1338         {
1339           "name" : "",
1340           "type" : "Boolean",
1341           "desc" : "True if the event is being listened for, else false"
1342         }
1343       ]
1344     },
1345     {
1346       "name" : "capture",
1347       "type" : "function",
1348       "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.",
1349       "sig" : "(o, fn, scope)",
1350       "static" : true,
1351       "memberOf" : "Roo.util.Observable",
1352       "isStatic" : true,
1353       "isConstructor" : false,
1354       "isPrivate" : false,
1355       "example" : "",
1356       "deprecated" : "",
1357       "since" : "",
1358       "see" : "",
1359       "exceptions" : "",
1360       "requires" : "",
1361       "params" : [
1362         {
1363           "name" : "o",
1364           "type" : "Observable",
1365           "desc" : "The Observable to capture",
1366           "isOptional" : false
1367         },
1368         {
1369           "name" : "fn",
1370           "type" : "Function",
1371           "desc" : "The function to call",
1372           "isOptional" : false
1373         },
1374         {
1375           "name" : "scope",
1376           "type" : "Object",
1377           "desc" : "(optional) The scope (this object) for the fn",
1378           "isOptional" : false
1379         }
1380       ],
1381       "returns" : []
1382     },
1383     {
1384       "name" : "addListener",
1385       "type" : "function",
1386       "desc" : "Appends an event handler to this component",
1387       "sig" : "(eventName, handler, scope, options)",
1388       "static" : false,
1389       "memberOf" : "Roo.util.Observable",
1390       "isStatic" : false,
1391       "isConstructor" : false,
1392       "isPrivate" : false,
1393       "example" : "",
1394       "deprecated" : "",
1395       "since" : "",
1396       "see" : "",
1397       "exceptions" : "",
1398       "requires" : "",
1399       "params" : [
1400         {
1401           "name" : "eventName",
1402           "type" : "String",
1403           "desc" : "The type of event to listen for",
1404           "isOptional" : false
1405         },
1406         {
1407           "name" : "handler",
1408           "type" : "Function",
1409           "desc" : "The method the event invokes",
1410           "isOptional" : false
1411         },
1412         {
1413           "name" : "scope",
1414           "type" : "Object",
1415           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1416           "isOptional" : false
1417         },
1418         {
1419           "name" : "options",
1420           "type" : "Object",
1421           "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>",
1422           "isOptional" : false
1423         }
1424       ],
1425       "returns" : []
1426     }
1427   ],
1428   "events" : [
1429     {
1430       "name" : "rotate",
1431       "type" : "function",
1432       "desc" : "When a element a card is rotate",
1433       "sig" : "function (_self, n, rotate)\n{\n\n}",
1434       "memberOf" : "",
1435       "example" : "",
1436       "deprecated" : "",
1437       "since" : "",
1438       "see" : "",
1439       "params" : [
1440         {
1441           "name" : "this",
1442           "type" : "Roo.bootstrap.Card",
1443           "desc" : "",
1444           "isOptional" : false
1445         },
1446         {
1447           "name" : "n",
1448           "type" : "Roo.Element",
1449           "desc" : "the node being dropped?",
1450           "isOptional" : false
1451         },
1452         {
1453           "name" : "rotate",
1454           "type" : "Boolean",
1455           "desc" : "status",
1456           "isOptional" : false
1457         }
1458       ],
1459       "returns" : []
1460     },
1461     {
1462       "name" : "drop",
1463       "type" : "function",
1464       "desc" : "When a element a card is dropped",
1465       "sig" : "function (_self, move_card, position, next_to_card)\n{\n\n}",
1466       "memberOf" : "",
1467       "example" : "",
1468       "deprecated" : "",
1469       "since" : "",
1470       "see" : "",
1471       "params" : [
1472         {
1473           "name" : "this",
1474           "type" : "Roo.bootstrap.Card",
1475           "desc" : "",
1476           "isOptional" : false
1477         },
1478         {
1479           "name" : "move_card",
1480           "type" : "Roo.bootstrap.Card",
1481           "desc" : "the card being dropped?",
1482           "isOptional" : false
1483         },
1484         {
1485           "name" : "position",
1486           "type" : "String",
1487           "desc" : "'above' or 'below'",
1488           "isOptional" : false
1489         },
1490         {
1491           "name" : "next_to_card",
1492           "type" : "Roo.bootstrap.Card",
1493           "desc" : "What card position is relative to of 'false' for empty list.",
1494           "isOptional" : false
1495         }
1496       ],
1497       "returns" : []
1498     },
1499     {
1500       "name" : "cardover",
1501       "type" : "function",
1502       "desc" : "When a card element is dragged over ready to drop (return false to block dropable)",
1503       "sig" : "function (_self, data)\n{\n\n}",
1504       "memberOf" : "",
1505       "example" : "",
1506       "deprecated" : "",
1507       "since" : "",
1508       "see" : "",
1509       "params" : [
1510         {
1511           "name" : "this",
1512           "type" : "Roo.bootstrap.Card",
1513           "desc" : "",
1514           "isOptional" : false
1515         },
1516         {
1517           "name" : "data",
1518           "type" : "Object",
1519           "desc" : "from dragdrop",
1520           "isOptional" : false
1521         }
1522       ],
1523       "returns" : []
1524     },
1525     {
1526       "name" : "childrenrendered",
1527       "type" : "function",
1528       "desc" : "Fires when the children have been rendered..",
1529       "sig" : "function (_self)\n{\n\n}",
1530       "memberOf" : "Roo.bootstrap.Component",
1531       "example" : "",
1532       "deprecated" : "",
1533       "since" : "",
1534       "see" : "",
1535       "params" : [
1536         {
1537           "name" : "this",
1538           "type" : "Roo.bootstrap.Component",
1539           "desc" : "",
1540           "isOptional" : false
1541         }
1542       ],
1543       "returns" : []
1544     },
1545     {
1546       "name" : "beforerender",
1547       "type" : "function",
1548       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1549       "sig" : "function (_self)\n{\n\n}",
1550       "memberOf" : "Roo.Component",
1551       "example" : "",
1552       "deprecated" : "",
1553       "since" : "",
1554       "see" : "",
1555       "params" : [
1556         {
1557           "name" : "this",
1558           "type" : "Roo.Component",
1559           "desc" : "",
1560           "isOptional" : false
1561         }
1562       ],
1563       "returns" : []
1564     },
1565     {
1566       "name" : "disable",
1567       "type" : "function",
1568       "desc" : "Fires after the component is disabled.",
1569       "sig" : "function (_self)\n{\n\n}",
1570       "memberOf" : "Roo.Component",
1571       "example" : "",
1572       "deprecated" : "",
1573       "since" : "",
1574       "see" : "",
1575       "params" : [
1576         {
1577           "name" : "this",
1578           "type" : "Roo.Component",
1579           "desc" : "",
1580           "isOptional" : false
1581         }
1582       ],
1583       "returns" : []
1584     },
1585     {
1586       "name" : "render",
1587       "type" : "function",
1588       "desc" : "Fires after the component is rendered.",
1589       "sig" : "function (_self)\n{\n\n}",
1590       "memberOf" : "Roo.Component",
1591       "example" : "",
1592       "deprecated" : "",
1593       "since" : "",
1594       "see" : "",
1595       "params" : [
1596         {
1597           "name" : "this",
1598           "type" : "Roo.Component",
1599           "desc" : "",
1600           "isOptional" : false
1601         }
1602       ],
1603       "returns" : []
1604     },
1605     {
1606       "name" : "destroy",
1607       "type" : "function",
1608       "desc" : "Fires after the component is destroyed.",
1609       "sig" : "function (_self)\n{\n\n}",
1610       "memberOf" : "Roo.Component",
1611       "example" : "",
1612       "deprecated" : "",
1613       "since" : "",
1614       "see" : "",
1615       "params" : [
1616         {
1617           "name" : "this",
1618           "type" : "Roo.Component",
1619           "desc" : "",
1620           "isOptional" : false
1621         }
1622       ],
1623       "returns" : []
1624     },
1625     {
1626       "name" : "hide",
1627       "type" : "function",
1628       "desc" : "Fires after the component is hidden.",
1629       "sig" : "function (_self)\n{\n\n}",
1630       "memberOf" : "Roo.Component",
1631       "example" : "",
1632       "deprecated" : "",
1633       "since" : "",
1634       "see" : "",
1635       "params" : [
1636         {
1637           "name" : "this",
1638           "type" : "Roo.Component",
1639           "desc" : "",
1640           "isOptional" : false
1641         }
1642       ],
1643       "returns" : []
1644     },
1645     {
1646       "name" : "beforehide",
1647       "type" : "function",
1648       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1649       "sig" : "function (_self)\n{\n\n}",
1650       "memberOf" : "Roo.Component",
1651       "example" : "",
1652       "deprecated" : "",
1653       "since" : "",
1654       "see" : "",
1655       "params" : [
1656         {
1657           "name" : "this",
1658           "type" : "Roo.Component",
1659           "desc" : "",
1660           "isOptional" : false
1661         }
1662       ],
1663       "returns" : []
1664     },
1665     {
1666       "name" : "show",
1667       "type" : "function",
1668       "desc" : "Fires after the component is shown.",
1669       "sig" : "function (_self)\n{\n\n}",
1670       "memberOf" : "Roo.Component",
1671       "example" : "",
1672       "deprecated" : "",
1673       "since" : "",
1674       "see" : "",
1675       "params" : [
1676         {
1677           "name" : "this",
1678           "type" : "Roo.Component",
1679           "desc" : "",
1680           "isOptional" : false
1681         }
1682       ],
1683       "returns" : []
1684     },
1685     {
1686       "name" : "beforeshow",
1687       "type" : "function",
1688       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1689       "sig" : "function (_self)\n{\n\n}",
1690       "memberOf" : "Roo.Component",
1691       "example" : "",
1692       "deprecated" : "",
1693       "since" : "",
1694       "see" : "",
1695       "params" : [
1696         {
1697           "name" : "this",
1698           "type" : "Roo.Component",
1699           "desc" : "",
1700           "isOptional" : false
1701         }
1702       ],
1703       "returns" : []
1704     },
1705     {
1706       "name" : "enable",
1707       "type" : "function",
1708       "desc" : "Fires after the component is enabled.",
1709       "sig" : "function (_self)\n{\n\n}",
1710       "memberOf" : "Roo.Component",
1711       "example" : "",
1712       "deprecated" : "",
1713       "since" : "",
1714       "see" : "",
1715       "params" : [
1716         {
1717           "name" : "this",
1718           "type" : "Roo.Component",
1719           "desc" : "",
1720           "isOptional" : false
1721         }
1722       ],
1723       "returns" : []
1724     },
1725     {
1726       "name" : "beforedestroy",
1727       "type" : "function",
1728       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1729       "sig" : "function (_self)\n{\n\n}",
1730       "memberOf" : "Roo.Component",
1731       "example" : "",
1732       "deprecated" : "",
1733       "since" : "",
1734       "see" : "",
1735       "params" : [
1736         {
1737           "name" : "this",
1738           "type" : "Roo.Component",
1739           "desc" : "",
1740           "isOptional" : false
1741         }
1742       ],
1743       "returns" : []
1744     }
1745   ]
1746 }