sync
[roojs1] / docs / symbols / Roo.bootstrap.panel.Nest.json
1 {
2   "name" : "Roo.bootstrap.panel.Nest",
3   "augments" : [
4     "Roo.bootstrap.panel.Content",
5     "Roo.util.Observable"
6   ],
7   "childClasses" : [],
8   "desc" : "Create a new Panel, that can contain a layout.Border.",
9   "isSingleton" : false,
10   "isStatic" : false,
11   "isBuiltin" : false,
12   "memberOf" : "Nest",
13   "example" : "",
14   "deprecated" : "",
15   "since" : "",
16   "see" : "",
17   "params" : [
18     {
19       "name" : "config",
20       "type" : "String/Object",
21       "desc" : "A string to set only the title or a config object",
22       "isOptional" : false
23     }
24   ],
25   "returns" : [],
26   "throws" : "",
27   "requires" : "",
28   "config" : [
29     {
30       "name" : "listeners",
31       "type" : "Object",
32       "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>",
33       "memberOf" : "Roo.util.Observable"
34     },
35     {
36       "name" : "loadOnce",
37       "type" : "Boolean",
38       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
39       "memberOf" : "Roo.bootstrap.panel.Content"
40     },
41     {
42       "name" : "badges",
43       "type" : "Boolean",
44       "desc" : "render the badges",
45       "memberOf" : "Roo.bootstrap.panel.Content"
46     },
47     {
48       "name" : "autoScroll",
49       "type" : "Boolean",
50       "desc" : "True to scroll overflow in this panel (use with {@link #fitToFrame})",
51       "memberOf" : "Roo.bootstrap.panel.Content"
52     },
53     {
54       "name" : "fitToFrame",
55       "type" : "Boolean",
56       "desc" : "True for this panel to adjust its size to fit when the region resizes  (defaults to false)",
57       "memberOf" : "Roo.bootstrap.panel.Content"
58     },
59     {
60       "name" : "background",
61       "type" : "Boolean",
62       "desc" : "True if the panel should not be activated when it is added (defaults to false)",
63       "memberOf" : "Roo.bootstrap.panel.Content"
64     },
65     {
66       "name" : "toolbar",
67       "type" : "Toolbar",
68       "desc" : "A toolbar for this panel",
69       "memberOf" : "Roo.bootstrap.panel.Content"
70     },
71     {
72       "name" : "region",
73       "type" : "String",
74       "desc" : "[required] (center|north|south|east|west) which region to put this panel on (when used with xtype constructors)",
75       "memberOf" : "Roo.bootstrap.panel.Content"
76     },
77     {
78       "name" : "content",
79       "type" : "String",
80       "desc" : "Raw content to fill content panel with (uses setContent on construction.)",
81       "memberOf" : "Roo.bootstrap.panel.Content"
82     },
83     {
84       "name" : "title",
85       "type" : "String",
86       "desc" : "The title for this panel",
87       "memberOf" : "Roo.bootstrap.panel.Content"
88     },
89     {
90       "name" : "iframe",
91       "type" : "Boolean",
92       "desc" : "contents are an iframe - makes showing remote sources/CSS feasible..",
93       "memberOf" : "Roo.bootstrap.panel.Content"
94     },
95     {
96       "name" : "cls",
97       "type" : "String",
98       "desc" : "extra classes to use",
99       "memberOf" : "Roo.bootstrap.panel.Content"
100     },
101     {
102       "name" : "autoCreate",
103       "type" : "Boolean/Object",
104       "desc" : "True to auto generate the DOM element for this panel, or a {@link Roo.DomHelper} config of the element to create",
105       "memberOf" : "Roo.bootstrap.panel.Content"
106     },
107     {
108       "name" : "fitContainer",
109       "type" : "Boolean",
110       "desc" : "When using {@link #fitToFrame} and {@link #resizeEl}, you can also fit the parent container  (defaults to false)",
111       "memberOf" : "Roo.bootstrap.panel.Content"
112     },
113     {
114       "name" : "closable",
115       "type" : "Boolean",
116       "desc" : "True if the panel can be closed/removed",
117       "memberOf" : "Roo.bootstrap.panel.Content"
118     },
119     {
120       "name" : "params",
121       "type" : "String/Object",
122       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
123       "memberOf" : "Roo.bootstrap.panel.Content"
124     },
125     {
126       "name" : "layout",
127       "type" : "Roo.BorderLayout",
128       "desc" : "The layout for this panel",
129       "memberOf" : ""
130     },
131     {
132       "name" : "adjustments",
133       "type" : "Array",
134       "desc" : "Values to <b>add</b> to the width/height when doing a {@link #fitToFrame} (default is [0, 0])",
135       "memberOf" : "Roo.bootstrap.panel.Content"
136     },
137     {
138       "name" : "url",
139       "type" : "String",
140       "desc" : "Calls {@link #setUrl} with this value",
141       "memberOf" : "Roo.bootstrap.panel.Content"
142     },
143     {
144       "name" : "resizeEl",
145       "type" : "String/HTMLElement/Element",
146       "desc" : "An element to resize if {@link #fitToFrame} is true (instead of this panel's element)",
147       "memberOf" : "Roo.bootstrap.panel.Content"
148     }
149   ],
150   "methods" : [
151     {
152       "name" : "getLayout",
153       "type" : "function",
154       "desc" : "Returns the nested BorderLayout for this panel",
155       "sig" : "()\n{\n\n}",
156       "static" : false,
157       "memberOf" : "",
158       "isStatic" : false,
159       "isConstructor" : false,
160       "isPrivate" : false,
161       "example" : "",
162       "deprecated" : "",
163       "since" : "",
164       "see" : "",
165       "exceptions" : "",
166       "requires" : "",
167       "params" : [],
168       "returns" : [
169         {
170           "name" : "",
171           "type" : "Roo.BorderLayout",
172           "desc" : ""
173         }
174       ]
175     },
176     {
177       "name" : "addxtype",
178       "type" : "function",
179       "desc" : "Adds a xtype elements to the layout of the nested panel\n<pre><code>\n\npanel.addxtype({\n       xtype : 'ContentPanel',\n       region: 'west',\n       items: [ .... ]\n   }\n);\n\npanel.addxtype({\n        xtype : 'NestedLayoutPanel',\n        region: 'west',\n        layout: {\n           center: { },\n           west: { }   \n        },\n        items : [ ... list of content panels or nested layout panels.. ]\n   }\n);\n</code></pre>",
180       "sig" : "(cfg)",
181       "static" : false,
182       "memberOf" : "",
183       "isStatic" : false,
184       "isConstructor" : false,
185       "isPrivate" : false,
186       "example" : "",
187       "deprecated" : "",
188       "since" : "",
189       "see" : "",
190       "exceptions" : "",
191       "requires" : "",
192       "params" : [
193         {
194           "name" : "cfg",
195           "type" : "Object",
196           "desc" : "Xtype definition of item to add.",
197           "isOptional" : false
198         }
199       ],
200       "returns" : []
201     },
202     {
203       "name" : "refresh",
204       "type" : "function",
205       "desc" : "Force a content refresh from the URL specified in the {@link #setUrl} method.\n  Will fail silently if the {@link #setUrl} method has not been called.\n  This does not activate the panel, just updates its content.",
206       "sig" : "()\n{\n\n}",
207       "static" : false,
208       "memberOf" : "Roo.bootstrap.panel.Content",
209       "isStatic" : false,
210       "isConstructor" : false,
211       "isPrivate" : false,
212       "example" : "",
213       "deprecated" : "",
214       "since" : "",
215       "see" : "",
216       "exceptions" : "",
217       "requires" : "",
218       "params" : [],
219       "returns" : []
220     },
221     {
222       "name" : "getUpdateManager",
223       "type" : "function",
224       "desc" : "Get the {@link Roo.UpdateManager} for this panel. Enables you to perform Ajax updates.",
225       "sig" : "()\n{\n\n}",
226       "static" : false,
227       "memberOf" : "Roo.bootstrap.panel.Content",
228       "isStatic" : false,
229       "isConstructor" : false,
230       "isPrivate" : false,
231       "example" : "",
232       "deprecated" : "",
233       "since" : "",
234       "see" : "",
235       "exceptions" : "",
236       "requires" : "",
237       "params" : [],
238       "returns" : [
239         {
240           "name" : "",
241           "type" : "Roo.UpdateManager",
242           "desc" : "The UpdateManager"
243         }
244       ]
245     },
246     {
247       "name" : "getChildContainer",
248       "type" : "function",
249       "desc" : "Adds a xtype elements to the panel - currently only supports Forms, View, JsonView.\n<pre><code>\n\nlayout.addxtype({\n       xtype : 'Form',\n       items: [ .... ]\n   }\n);\n\n</code></pre>",
250       "sig" : "(cfg)",
251       "static" : false,
252       "memberOf" : "Roo.bootstrap.panel.Content",
253       "isStatic" : false,
254       "isConstructor" : false,
255       "isPrivate" : false,
256       "example" : "",
257       "deprecated" : "",
258       "since" : "",
259       "see" : "",
260       "exceptions" : "",
261       "requires" : "",
262       "params" : [
263         {
264           "name" : "cfg",
265           "type" : "Object",
266           "desc" : "Xtype definition of item to add.",
267           "isOptional" : false
268         }
269       ],
270       "returns" : []
271     },
272     {
273       "name" : "getToolbar",
274       "type" : "function",
275       "desc" : "Returns the toolbar for this Panel if one was configured.",
276       "sig" : "()\n{\n\n}",
277       "static" : false,
278       "memberOf" : "Roo.bootstrap.panel.Content",
279       "isStatic" : false,
280       "isConstructor" : false,
281       "isPrivate" : false,
282       "example" : "",
283       "deprecated" : "",
284       "since" : "",
285       "see" : "",
286       "exceptions" : "",
287       "requires" : "",
288       "params" : [],
289       "returns" : [
290         {
291           "name" : "",
292           "type" : "Roo.Toolbar",
293           "desc" : ""
294         }
295       ]
296     },
297     {
298       "name" : "setTitle",
299       "type" : "function",
300       "desc" : "Set this panel's title",
301       "sig" : "(title)",
302       "static" : false,
303       "memberOf" : "Roo.bootstrap.panel.Content",
304       "isStatic" : false,
305       "isConstructor" : false,
306       "isPrivate" : false,
307       "example" : "",
308       "deprecated" : "",
309       "since" : "",
310       "see" : "",
311       "exceptions" : "",
312       "requires" : "",
313       "params" : [
314         {
315           "name" : "title",
316           "type" : "String",
317           "desc" : "",
318           "isOptional" : false
319         }
320       ],
321       "returns" : []
322     },
323     {
324       "name" : "setUrl",
325       "type" : "function",
326       "desc" : "Set a URL to be used to load the content for this panel. When this panel is activated, the content will be loaded from that URL.",
327       "sig" : "(url, params, loadOnce)",
328       "static" : false,
329       "memberOf" : "Roo.bootstrap.panel.Content",
330       "isStatic" : false,
331       "isConstructor" : false,
332       "isPrivate" : false,
333       "example" : "",
334       "deprecated" : "",
335       "since" : "",
336       "see" : "",
337       "exceptions" : "",
338       "requires" : "",
339       "params" : [
340         {
341           "name" : "url",
342           "type" : "String/Function",
343           "desc" : "The URL to load the content from or a function to call to get the URL",
344           "isOptional" : false
345         },
346         {
347           "name" : "params",
348           "type" : "String/Object",
349           "desc" : "(optional) The string params for the update call or an object of the params. See {@link Roo.UpdateManager#update} for more details. (Defaults to null)",
350           "isOptional" : false
351         },
352         {
353           "name" : "loadOnce",
354           "type" : "Boolean",
355           "desc" : "(optional) Whether to only load the content once. If this is false it makes the Ajax call every time this panel is activated. (Defaults to false)",
356           "isOptional" : false
357         }
358       ],
359       "returns" : [
360         {
361           "name" : "",
362           "type" : "Roo.UpdateManager|Boolean",
363           "desc" : "The UpdateManager or false if IFRAME"
364         }
365       ]
366     },
367     {
368       "name" : "getEl",
369       "type" : "function",
370       "desc" : "Returns this panel's element - used by regiosn to add.",
371       "sig" : "()\n{\n\n}",
372       "static" : false,
373       "memberOf" : "Roo.bootstrap.panel.Content",
374       "isStatic" : false,
375       "isConstructor" : false,
376       "isPrivate" : false,
377       "example" : "",
378       "deprecated" : "",
379       "since" : "",
380       "see" : "",
381       "exceptions" : "",
382       "requires" : "",
383       "params" : [],
384       "returns" : [
385         {
386           "name" : "",
387           "type" : "Roo.Element",
388           "desc" : ""
389         }
390       ]
391     },
392     {
393       "name" : "destroy",
394       "type" : "function",
395       "desc" : "Destroys this panel",
396       "sig" : "()\n{\n\n}",
397       "static" : false,
398       "memberOf" : "Roo.bootstrap.panel.Content",
399       "isStatic" : false,
400       "isConstructor" : false,
401       "isPrivate" : false,
402       "example" : "",
403       "deprecated" : "",
404       "since" : "",
405       "see" : "",
406       "exceptions" : "",
407       "requires" : "",
408       "params" : [],
409       "returns" : []
410     },
411     {
412       "name" : "load",
413       "type" : "function",
414       "desc" : "Loads this content panel immediately with content from XHR. Note: to delay loading until the panel is activated, use {@link #setUrl}.\nDoes not work with IFRAME contents",
415       "sig" : "(url, params, callback, discardUrl)",
416       "static" : false,
417       "memberOf" : "Roo.bootstrap.panel.Content",
418       "isStatic" : false,
419       "isConstructor" : false,
420       "isPrivate" : false,
421       "example" : "",
422       "deprecated" : "",
423       "since" : "",
424       "see" : "",
425       "exceptions" : "",
426       "requires" : "",
427       "params" : [
428         {
429           "name" : "url",
430           "type" : "Object/String/Function",
431           "desc" : "The url for this request or a function to call to get the url or a config object containing any of the following options:\n<pre><code>\npanel.load({\n    url: \"your-url.php\",\n    params: {param1: \"foo\", param2: \"bar\"}, // or a URL encoded string\n    callback: yourFunction,\n    scope: yourObject, //(optional scope)\n    discardUrl: false,\n    nocache: false,\n    text: \"Loading...\",\n    timeout: 30,\n    scripts: false\n});\n</code></pre>\nThe only required property is <i>url</i>. The optional properties <i>nocache</i>, <i>text</i> and <i>scripts</i>\nare shorthand for <i>disableCaching</i>, <i>indicatorText</i> and <i>loadScripts</i> and are used to set their associated property on this panel UpdateManager instance.",
432           "isOptional" : false
433         },
434         {
435           "name" : "params",
436           "type" : "String/Object",
437           "desc" : "(optional) The parameters to pass as either a URL encoded string \"param1=1&amp;param2=2\" or an object {param1: 1, param2: 2}",
438           "isOptional" : false
439         },
440         {
441           "name" : "callback",
442           "type" : "Function",
443           "desc" : "(optional) Callback when transaction is complete -- called with signature (oElement, bSuccess, oResponse)",
444           "isOptional" : false
445         },
446         {
447           "name" : "discardUrl",
448           "type" : "Boolean",
449           "desc" : "(optional) By default when you execute an update the defaultUrl is changed to the last used URL. If true, it will not store the URL.",
450           "isOptional" : false
451         }
452       ],
453       "returns" : [
454         {
455           "name" : "",
456           "type" : "Roo.ContentPanel",
457           "desc" : "this"
458         }
459       ]
460     },
461     {
462       "name" : "getTitle",
463       "type" : "function",
464       "desc" : "Returns this panel's title",
465       "sig" : "()\n{\n\n}",
466       "static" : false,
467       "memberOf" : "Roo.bootstrap.panel.Content",
468       "isStatic" : false,
469       "isConstructor" : false,
470       "isPrivate" : false,
471       "example" : "",
472       "deprecated" : "",
473       "since" : "",
474       "see" : "",
475       "exceptions" : "",
476       "requires" : "",
477       "params" : [],
478       "returns" : [
479         {
480           "name" : "",
481           "type" : "String",
482           "desc" : ""
483         }
484       ]
485     },
486     {
487       "name" : "isClosable",
488       "type" : "function",
489       "desc" : "Returns true is this panel was configured to be closable",
490       "sig" : "()\n{\n\n}",
491       "static" : false,
492       "memberOf" : "Roo.bootstrap.panel.Content",
493       "isStatic" : false,
494       "isConstructor" : false,
495       "isPrivate" : false,
496       "example" : "",
497       "deprecated" : "",
498       "since" : "",
499       "see" : "",
500       "exceptions" : "",
501       "requires" : "",
502       "params" : [],
503       "returns" : [
504         {
505           "name" : "",
506           "type" : "Boolean",
507           "desc" : ""
508         }
509       ]
510     },
511     {
512       "name" : "getId",
513       "type" : "function",
514       "desc" : "Returns this panel's id",
515       "sig" : "()\n{\n\n}",
516       "static" : false,
517       "memberOf" : "Roo.bootstrap.panel.Content",
518       "isStatic" : false,
519       "isConstructor" : false,
520       "isPrivate" : false,
521       "example" : "",
522       "deprecated" : "",
523       "since" : "",
524       "see" : "",
525       "exceptions" : "",
526       "requires" : "",
527       "params" : [],
528       "returns" : [
529         {
530           "name" : "",
531           "type" : "String",
532           "desc" : ""
533         }
534       ]
535     },
536     {
537       "name" : "setContent",
538       "type" : "function",
539       "desc" : "Updates this panel's element (not for iframe)",
540       "sig" : "(content, loadScripts)",
541       "static" : false,
542       "memberOf" : "Roo.bootstrap.panel.Content",
543       "isStatic" : false,
544       "isConstructor" : false,
545       "isPrivate" : false,
546       "example" : "",
547       "deprecated" : "",
548       "since" : "",
549       "see" : "",
550       "exceptions" : "",
551       "requires" : "",
552       "params" : [
553         {
554           "name" : "content",
555           "type" : "String",
556           "desc" : "The new content",
557           "isOptional" : false
558         },
559         {
560           "name" : "loadScripts",
561           "type" : "Boolean",
562           "desc" : "(optional) true to look for and process scripts",
563           "isOptional" : false
564         }
565       ],
566       "returns" : []
567     },
568     {
569       "name" : "purgeListeners",
570       "type" : "function",
571       "desc" : "Removes all listeners for this object",
572       "sig" : "()\n{\n\n}",
573       "static" : false,
574       "memberOf" : "Roo.util.Observable",
575       "isStatic" : false,
576       "isConstructor" : false,
577       "isPrivate" : false,
578       "example" : "",
579       "deprecated" : "",
580       "since" : "",
581       "see" : "",
582       "exceptions" : "",
583       "requires" : "",
584       "params" : [],
585       "returns" : []
586     },
587     {
588       "name" : "on",
589       "type" : "function",
590       "desc" : "Appends an event handler to this element (shorthand for addListener)",
591       "sig" : "(eventName, handler, scope, options)",
592       "static" : false,
593       "memberOf" : "Roo.util.Observable",
594       "isStatic" : false,
595       "isConstructor" : false,
596       "isPrivate" : false,
597       "example" : "",
598       "deprecated" : "",
599       "since" : "",
600       "see" : "",
601       "exceptions" : "",
602       "requires" : "",
603       "params" : [
604         {
605           "name" : "eventName",
606           "type" : "String",
607           "desc" : "The type of event to listen for",
608           "isOptional" : false
609         },
610         {
611           "name" : "handler",
612           "type" : "Function",
613           "desc" : "The method the event invokes",
614           "isOptional" : false
615         },
616         {
617           "name" : "scope",
618           "type" : "Object",
619           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
620           "isOptional" : false
621         },
622         {
623           "name" : "options",
624           "type" : "Object",
625           "desc" : "(optional)",
626           "isOptional" : false
627         }
628       ],
629       "returns" : []
630     },
631     {
632       "name" : "un",
633       "type" : "function",
634       "desc" : "Removes a listener (shorthand for removeListener)",
635       "sig" : "(eventName, handler, scope)",
636       "static" : false,
637       "memberOf" : "Roo.util.Observable",
638       "isStatic" : false,
639       "isConstructor" : false,
640       "isPrivate" : false,
641       "example" : "",
642       "deprecated" : "",
643       "since" : "",
644       "see" : "",
645       "exceptions" : "",
646       "requires" : "",
647       "params" : [
648         {
649           "name" : "eventName",
650           "type" : "String",
651           "desc" : "The type of event to listen for",
652           "isOptional" : false
653         },
654         {
655           "name" : "handler",
656           "type" : "Function",
657           "desc" : "The handler to remove",
658           "isOptional" : false
659         },
660         {
661           "name" : "scope",
662           "type" : "Object",
663           "desc" : "(optional) The scope (this object) for the handler",
664           "isOptional" : false
665         }
666       ],
667       "returns" : []
668     },
669     {
670       "name" : "addEvents",
671       "type" : "function",
672       "desc" : "Used to define events on this Observable",
673       "sig" : "(object)",
674       "static" : false,
675       "memberOf" : "Roo.util.Observable",
676       "isStatic" : false,
677       "isConstructor" : false,
678       "isPrivate" : false,
679       "example" : "",
680       "deprecated" : "",
681       "since" : "",
682       "see" : "",
683       "exceptions" : "",
684       "requires" : "",
685       "params" : [
686         {
687           "name" : "object",
688           "type" : "Object",
689           "desc" : "The object with the events defined",
690           "isOptional" : false
691         }
692       ],
693       "returns" : []
694     },
695     {
696       "name" : "releaseCapture",
697       "type" : "function",
698       "desc" : "Removes <b>all</b> added captures from the Observable.",
699       "sig" : "(o)",
700       "static" : true,
701       "memberOf" : "Roo.util.Observable",
702       "isStatic" : true,
703       "isConstructor" : false,
704       "isPrivate" : false,
705       "example" : "",
706       "deprecated" : "",
707       "since" : "",
708       "see" : "",
709       "exceptions" : "",
710       "requires" : "",
711       "params" : [
712         {
713           "name" : "o",
714           "type" : "Observable",
715           "desc" : "The Observable to release",
716           "isOptional" : false
717         }
718       ],
719       "returns" : []
720     },
721     {
722       "name" : "removeListener",
723       "type" : "function",
724       "desc" : "Removes a listener",
725       "sig" : "(eventName, handler, scope)",
726       "static" : false,
727       "memberOf" : "Roo.util.Observable",
728       "isStatic" : false,
729       "isConstructor" : false,
730       "isPrivate" : false,
731       "example" : "",
732       "deprecated" : "",
733       "since" : "",
734       "see" : "",
735       "exceptions" : "",
736       "requires" : "",
737       "params" : [
738         {
739           "name" : "eventName",
740           "type" : "String",
741           "desc" : "The type of event to listen for",
742           "isOptional" : false
743         },
744         {
745           "name" : "handler",
746           "type" : "Function",
747           "desc" : "The handler to remove",
748           "isOptional" : false
749         },
750         {
751           "name" : "scope",
752           "type" : "Object",
753           "desc" : "(optional) The scope (this object) for the handler",
754           "isOptional" : false
755         }
756       ],
757       "returns" : []
758     },
759     {
760       "name" : "fireEvent",
761       "type" : "function",
762       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
763       "sig" : "(eventName, args)",
764       "static" : false,
765       "memberOf" : "Roo.util.Observable",
766       "isStatic" : false,
767       "isConstructor" : false,
768       "isPrivate" : false,
769       "example" : "",
770       "deprecated" : "",
771       "since" : "",
772       "see" : "",
773       "exceptions" : "",
774       "requires" : "",
775       "params" : [
776         {
777           "name" : "eventName",
778           "type" : "String",
779           "desc" : "",
780           "isOptional" : false
781         },
782         {
783           "name" : "args",
784           "type" : "Object...",
785           "desc" : "Variable number of parameters are passed to handlers",
786           "isOptional" : false
787         }
788       ],
789       "returns" : [
790         {
791           "name" : "",
792           "type" : "Boolean",
793           "desc" : "returns false if any of the handlers return false otherwise it returns true"
794         }
795       ]
796     },
797     {
798       "name" : "hasListener",
799       "type" : "function",
800       "desc" : "Checks to see if this object has any listeners for a specified event",
801       "sig" : "(eventName)",
802       "static" : false,
803       "memberOf" : "Roo.util.Observable",
804       "isStatic" : false,
805       "isConstructor" : false,
806       "isPrivate" : false,
807       "example" : "",
808       "deprecated" : "",
809       "since" : "",
810       "see" : "",
811       "exceptions" : "",
812       "requires" : "",
813       "params" : [
814         {
815           "name" : "eventName",
816           "type" : "String",
817           "desc" : "The name of the event to check for",
818           "isOptional" : false
819         }
820       ],
821       "returns" : [
822         {
823           "name" : "",
824           "type" : "Boolean",
825           "desc" : "True if the event is being listened for, else false"
826         }
827       ]
828     },
829     {
830       "name" : "capture",
831       "type" : "function",
832       "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.",
833       "sig" : "(o, fn, scope)",
834       "static" : true,
835       "memberOf" : "Roo.util.Observable",
836       "isStatic" : true,
837       "isConstructor" : false,
838       "isPrivate" : false,
839       "example" : "",
840       "deprecated" : "",
841       "since" : "",
842       "see" : "",
843       "exceptions" : "",
844       "requires" : "",
845       "params" : [
846         {
847           "name" : "o",
848           "type" : "Observable",
849           "desc" : "The Observable to capture",
850           "isOptional" : false
851         },
852         {
853           "name" : "fn",
854           "type" : "Function",
855           "desc" : "The function to call",
856           "isOptional" : false
857         },
858         {
859           "name" : "scope",
860           "type" : "Object",
861           "desc" : "(optional) The scope (this object) for the fn",
862           "isOptional" : false
863         }
864       ],
865       "returns" : []
866     },
867     {
868       "name" : "addListener",
869       "type" : "function",
870       "desc" : "Appends an event handler to this component",
871       "sig" : "(eventName, handler, scope, options)",
872       "static" : false,
873       "memberOf" : "Roo.util.Observable",
874       "isStatic" : false,
875       "isConstructor" : false,
876       "isPrivate" : false,
877       "example" : "",
878       "deprecated" : "",
879       "since" : "",
880       "see" : "",
881       "exceptions" : "",
882       "requires" : "",
883       "params" : [
884         {
885           "name" : "eventName",
886           "type" : "String",
887           "desc" : "The type of event to listen for",
888           "isOptional" : false
889         },
890         {
891           "name" : "handler",
892           "type" : "Function",
893           "desc" : "The method the event invokes",
894           "isOptional" : false
895         },
896         {
897           "name" : "scope",
898           "type" : "Object",
899           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
900           "isOptional" : false
901         },
902         {
903           "name" : "options",
904           "type" : "Object",
905           "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>",
906           "isOptional" : false
907         }
908       ],
909       "returns" : []
910     }
911   ],
912   "events" : [
913     {
914       "name" : "activate",
915       "type" : "function",
916       "desc" : "Fires when this panel is activated.",
917       "sig" : "function (_self)\n{\n\n}",
918       "memberOf" : "Roo.bootstrap.panel.Content",
919       "example" : "",
920       "deprecated" : "",
921       "since" : "",
922       "see" : "",
923       "params" : [
924         {
925           "name" : "this",
926           "type" : "Roo.ContentPanel",
927           "desc" : "",
928           "isOptional" : false
929         }
930       ],
931       "returns" : []
932     },
933     {
934       "name" : "resize",
935       "type" : "function",
936       "desc" : "Fires when this panel is resized if fitToFrame is true.",
937       "sig" : "function (_self, width, height)\n{\n\n}",
938       "memberOf" : "Roo.bootstrap.panel.Content",
939       "example" : "",
940       "deprecated" : "",
941       "since" : "",
942       "see" : "",
943       "params" : [
944         {
945           "name" : "this",
946           "type" : "Roo.ContentPanel",
947           "desc" : "",
948           "isOptional" : false
949         },
950         {
951           "name" : "width",
952           "type" : "Number",
953           "desc" : "The width after any component adjustments",
954           "isOptional" : false
955         },
956         {
957           "name" : "height",
958           "type" : "Number",
959           "desc" : "The height after any component adjustments",
960           "isOptional" : false
961         }
962       ],
963       "returns" : []
964     },
965     {
966       "name" : "deactivate",
967       "type" : "function",
968       "desc" : "Fires when this panel is activated.",
969       "sig" : "function (_self)\n{\n\n}",
970       "memberOf" : "Roo.bootstrap.panel.Content",
971       "example" : "",
972       "deprecated" : "",
973       "since" : "",
974       "see" : "",
975       "params" : [
976         {
977           "name" : "this",
978           "type" : "Roo.ContentPanel",
979           "desc" : "",
980           "isOptional" : false
981         }
982       ],
983       "returns" : []
984     },
985     {
986       "name" : "render",
987       "type" : "function",
988       "desc" : "Fires when this tab is created",
989       "sig" : "function (_self)\n{\n\n}",
990       "memberOf" : "Roo.bootstrap.panel.Content",
991       "example" : "",
992       "deprecated" : "",
993       "since" : "",
994       "see" : "",
995       "params" : [
996         {
997           "name" : "this",
998           "type" : "Roo.ContentPanel",
999           "desc" : "",
1000           "isOptional" : false
1001         }
1002       ],
1003       "returns" : []
1004     },
1005     {
1006       "name" : "scroll",
1007       "type" : "function",
1008       "desc" : "Fires when this content is scrolled",
1009       "sig" : "function (_self, scrollEvent)\n{\n\n}",
1010       "memberOf" : "Roo.bootstrap.panel.Content",
1011       "example" : "",
1012       "deprecated" : "",
1013       "since" : "",
1014       "see" : "",
1015       "params" : [
1016         {
1017           "name" : "this",
1018           "type" : "Roo.ContentPanel",
1019           "desc" : "",
1020           "isOptional" : false
1021         },
1022         {
1023           "name" : "scrollEvent",
1024           "type" : "Event",
1025           "desc" : "",
1026           "isOptional" : false
1027         }
1028       ],
1029       "returns" : []
1030     }
1031   ]
1032 }