sync
[roojs1] / docs / symbols / Roo.bootstrap.panel.Grid.json
1 {
2   "name" : "Roo.bootstrap.panel.Grid",
3   "augments" : [
4     "Roo.bootstrap.panel.Content",
5     "Roo.util.Observable"
6   ],
7   "childClasses" : [],
8   "desc" : "Create a new GridPanel.",
9   "isSingleton" : false,
10   "isStatic" : false,
11   "isBuiltin" : false,
12   "memberOf" : "Grid",
13   "example" : "",
14   "deprecated" : "",
15   "since" : "",
16   "see" : "",
17   "params" : [
18     {
19       "name" : "config",
20       "type" : "Object",
21       "desc" : "A the config object",
22       "isOptional" : false
23     }
24   ],
25   "returns" : [],
26   "throws" : "",
27   "requires" : "",
28   "config" : [
29     {
30       "name" : "loadOnce",
31       "type" : "Boolean",
32       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
33       "memberOf" : "Roo.bootstrap.panel.Content"
34     },
35     {
36       "name" : "listeners",
37       "type" : "Object",
38       "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>",
39       "memberOf" : "Roo.util.Observable"
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" : "toolbar",
55       "type" : "Roo.bootstrap.nav.Simplebar",
56       "desc" : "the toolbar at the top of the grid.",
57       "memberOf" : ""
58     },
59     {
60       "name" : "fitToFrame",
61       "type" : "Boolean",
62       "desc" : "True for this panel to adjust its size to fit when the region resizes  (defaults to false)",
63       "memberOf" : "Roo.bootstrap.panel.Content"
64     },
65     {
66       "name" : "background",
67       "type" : "Boolean",
68       "desc" : "True if the panel should not be activated when it is added (defaults to false)",
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" : "grid",
115       "type" : "Roo.bootstrap.Table",
116       "desc" : "The grid for this panel",
117       "memberOf" : ""
118     },
119     {
120       "name" : "closable",
121       "type" : "Boolean",
122       "desc" : "True if the panel can be closed/removed",
123       "memberOf" : "Roo.bootstrap.panel.Content"
124     },
125     {
126       "name" : "params",
127       "type" : "String/Object",
128       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
129       "memberOf" : "Roo.bootstrap.panel.Content"
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" : "getGrid",
153       "type" : "function",
154       "desc" : "Returns the grid 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.bootstrap.Table",
172           "desc" : ""
173         }
174       ]
175     },
176     {
177       "name" : "refresh",
178       "type" : "function",
179       "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.",
180       "sig" : "()\n{\n\n}",
181       "static" : false,
182       "memberOf" : "Roo.bootstrap.panel.Content",
183       "isStatic" : false,
184       "isConstructor" : false,
185       "isPrivate" : false,
186       "example" : "",
187       "deprecated" : "",
188       "since" : "",
189       "see" : "",
190       "exceptions" : "",
191       "requires" : "",
192       "params" : [],
193       "returns" : []
194     },
195     {
196       "name" : "getUpdateManager",
197       "type" : "function",
198       "desc" : "Get the {@link Roo.UpdateManager} for this panel. Enables you to perform Ajax updates.",
199       "sig" : "()\n{\n\n}",
200       "static" : false,
201       "memberOf" : "Roo.bootstrap.panel.Content",
202       "isStatic" : false,
203       "isConstructor" : false,
204       "isPrivate" : false,
205       "example" : "",
206       "deprecated" : "",
207       "since" : "",
208       "see" : "",
209       "exceptions" : "",
210       "requires" : "",
211       "params" : [],
212       "returns" : [
213         {
214           "name" : "",
215           "type" : "Roo.UpdateManager",
216           "desc" : "The UpdateManager"
217         }
218       ]
219     },
220     {
221       "name" : "getChildContainer",
222       "type" : "function",
223       "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>",
224       "sig" : "(cfg)",
225       "static" : false,
226       "memberOf" : "Roo.bootstrap.panel.Content",
227       "isStatic" : false,
228       "isConstructor" : false,
229       "isPrivate" : false,
230       "example" : "",
231       "deprecated" : "",
232       "since" : "",
233       "see" : "",
234       "exceptions" : "",
235       "requires" : "",
236       "params" : [
237         {
238           "name" : "cfg",
239           "type" : "Object",
240           "desc" : "Xtype definition of item to add.",
241           "isOptional" : false
242         }
243       ],
244       "returns" : []
245     },
246     {
247       "name" : "getToolbar",
248       "type" : "function",
249       "desc" : "Returns the toolbar for this Panel if one was configured.",
250       "sig" : "()\n{\n\n}",
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       "returns" : [
264         {
265           "name" : "",
266           "type" : "Roo.Toolbar",
267           "desc" : ""
268         }
269       ]
270     },
271     {
272       "name" : "setTitle",
273       "type" : "function",
274       "desc" : "Set this panel's title",
275       "sig" : "(title)",
276       "static" : false,
277       "memberOf" : "Roo.bootstrap.panel.Content",
278       "isStatic" : false,
279       "isConstructor" : false,
280       "isPrivate" : false,
281       "example" : "",
282       "deprecated" : "",
283       "since" : "",
284       "see" : "",
285       "exceptions" : "",
286       "requires" : "",
287       "params" : [
288         {
289           "name" : "title",
290           "type" : "String",
291           "desc" : "",
292           "isOptional" : false
293         }
294       ],
295       "returns" : []
296     },
297     {
298       "name" : "setUrl",
299       "type" : "function",
300       "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.",
301       "sig" : "(url, params, loadOnce)",
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" : "url",
316           "type" : "String/Function",
317           "desc" : "The URL to load the content from or a function to call to get the URL",
318           "isOptional" : false
319         },
320         {
321           "name" : "params",
322           "type" : "String/Object",
323           "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)",
324           "isOptional" : false
325         },
326         {
327           "name" : "loadOnce",
328           "type" : "Boolean",
329           "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)",
330           "isOptional" : false
331         }
332       ],
333       "returns" : [
334         {
335           "name" : "",
336           "type" : "Roo.UpdateManager|Boolean",
337           "desc" : "The UpdateManager or false if IFRAME"
338         }
339       ]
340     },
341     {
342       "name" : "getEl",
343       "type" : "function",
344       "desc" : "Returns this panel's element - used by regiosn to add.",
345       "sig" : "()\n{\n\n}",
346       "static" : false,
347       "memberOf" : "Roo.bootstrap.panel.Content",
348       "isStatic" : false,
349       "isConstructor" : false,
350       "isPrivate" : false,
351       "example" : "",
352       "deprecated" : "",
353       "since" : "",
354       "see" : "",
355       "exceptions" : "",
356       "requires" : "",
357       "params" : [],
358       "returns" : [
359         {
360           "name" : "",
361           "type" : "Roo.Element",
362           "desc" : ""
363         }
364       ]
365     },
366     {
367       "name" : "destroy",
368       "type" : "function",
369       "desc" : "Destroys this panel",
370       "sig" : "()\n{\n\n}",
371       "static" : false,
372       "memberOf" : "Roo.bootstrap.panel.Content",
373       "isStatic" : false,
374       "isConstructor" : false,
375       "isPrivate" : false,
376       "example" : "",
377       "deprecated" : "",
378       "since" : "",
379       "see" : "",
380       "exceptions" : "",
381       "requires" : "",
382       "params" : [],
383       "returns" : []
384     },
385     {
386       "name" : "load",
387       "type" : "function",
388       "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",
389       "sig" : "(url, params, callback, discardUrl)",
390       "static" : false,
391       "memberOf" : "Roo.bootstrap.panel.Content",
392       "isStatic" : false,
393       "isConstructor" : false,
394       "isPrivate" : false,
395       "example" : "",
396       "deprecated" : "",
397       "since" : "",
398       "see" : "",
399       "exceptions" : "",
400       "requires" : "",
401       "params" : [
402         {
403           "name" : "url",
404           "type" : "Object/String/Function",
405           "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.",
406           "isOptional" : false
407         },
408         {
409           "name" : "params",
410           "type" : "String/Object",
411           "desc" : "(optional) The parameters to pass as either a URL encoded string \"param1=1&amp;param2=2\" or an object {param1: 1, param2: 2}",
412           "isOptional" : false
413         },
414         {
415           "name" : "callback",
416           "type" : "Function",
417           "desc" : "(optional) Callback when transaction is complete -- called with signature (oElement, bSuccess, oResponse)",
418           "isOptional" : false
419         },
420         {
421           "name" : "discardUrl",
422           "type" : "Boolean",
423           "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.",
424           "isOptional" : false
425         }
426       ],
427       "returns" : [
428         {
429           "name" : "",
430           "type" : "Roo.ContentPanel",
431           "desc" : "this"
432         }
433       ]
434     },
435     {
436       "name" : "getTitle",
437       "type" : "function",
438       "desc" : "Returns this panel's title",
439       "sig" : "()\n{\n\n}",
440       "static" : false,
441       "memberOf" : "Roo.bootstrap.panel.Content",
442       "isStatic" : false,
443       "isConstructor" : false,
444       "isPrivate" : false,
445       "example" : "",
446       "deprecated" : "",
447       "since" : "",
448       "see" : "",
449       "exceptions" : "",
450       "requires" : "",
451       "params" : [],
452       "returns" : [
453         {
454           "name" : "",
455           "type" : "String",
456           "desc" : ""
457         }
458       ]
459     },
460     {
461       "name" : "isClosable",
462       "type" : "function",
463       "desc" : "Returns true is this panel was configured to be closable",
464       "sig" : "()\n{\n\n}",
465       "static" : false,
466       "memberOf" : "Roo.bootstrap.panel.Content",
467       "isStatic" : false,
468       "isConstructor" : false,
469       "isPrivate" : false,
470       "example" : "",
471       "deprecated" : "",
472       "since" : "",
473       "see" : "",
474       "exceptions" : "",
475       "requires" : "",
476       "params" : [],
477       "returns" : [
478         {
479           "name" : "",
480           "type" : "Boolean",
481           "desc" : ""
482         }
483       ]
484     },
485     {
486       "name" : "getId",
487       "type" : "function",
488       "desc" : "Returns this panel's id",
489       "sig" : "()\n{\n\n}",
490       "static" : false,
491       "memberOf" : "Roo.bootstrap.panel.Content",
492       "isStatic" : false,
493       "isConstructor" : false,
494       "isPrivate" : false,
495       "example" : "",
496       "deprecated" : "",
497       "since" : "",
498       "see" : "",
499       "exceptions" : "",
500       "requires" : "",
501       "params" : [],
502       "returns" : [
503         {
504           "name" : "",
505           "type" : "String",
506           "desc" : ""
507         }
508       ]
509     },
510     {
511       "name" : "setContent",
512       "type" : "function",
513       "desc" : "Updates this panel's element (not for iframe)",
514       "sig" : "(content, loadScripts)",
515       "static" : false,
516       "memberOf" : "Roo.bootstrap.panel.Content",
517       "isStatic" : false,
518       "isConstructor" : false,
519       "isPrivate" : false,
520       "example" : "",
521       "deprecated" : "",
522       "since" : "",
523       "see" : "",
524       "exceptions" : "",
525       "requires" : "",
526       "params" : [
527         {
528           "name" : "content",
529           "type" : "String",
530           "desc" : "The new content",
531           "isOptional" : false
532         },
533         {
534           "name" : "loadScripts",
535           "type" : "Boolean",
536           "desc" : "(optional) true to look for and process scripts",
537           "isOptional" : false
538         }
539       ],
540       "returns" : []
541     },
542     {
543       "name" : "purgeListeners",
544       "type" : "function",
545       "desc" : "Removes all listeners for this object",
546       "sig" : "()\n{\n\n}",
547       "static" : false,
548       "memberOf" : "Roo.util.Observable",
549       "isStatic" : false,
550       "isConstructor" : false,
551       "isPrivate" : false,
552       "example" : "",
553       "deprecated" : "",
554       "since" : "",
555       "see" : "",
556       "exceptions" : "",
557       "requires" : "",
558       "params" : [],
559       "returns" : []
560     },
561     {
562       "name" : "on",
563       "type" : "function",
564       "desc" : "Appends an event handler to this element (shorthand for addListener)",
565       "sig" : "(eventName, handler, scope, options)",
566       "static" : false,
567       "memberOf" : "Roo.util.Observable",
568       "isStatic" : false,
569       "isConstructor" : false,
570       "isPrivate" : false,
571       "example" : "",
572       "deprecated" : "",
573       "since" : "",
574       "see" : "",
575       "exceptions" : "",
576       "requires" : "",
577       "params" : [
578         {
579           "name" : "eventName",
580           "type" : "String",
581           "desc" : "The type of event to listen for",
582           "isOptional" : false
583         },
584         {
585           "name" : "handler",
586           "type" : "Function",
587           "desc" : "The method the event invokes",
588           "isOptional" : false
589         },
590         {
591           "name" : "scope",
592           "type" : "Object",
593           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
594           "isOptional" : false
595         },
596         {
597           "name" : "options",
598           "type" : "Object",
599           "desc" : "(optional)",
600           "isOptional" : false
601         }
602       ],
603       "returns" : []
604     },
605     {
606       "name" : "un",
607       "type" : "function",
608       "desc" : "Removes a listener (shorthand for removeListener)",
609       "sig" : "(eventName, handler, scope)",
610       "static" : false,
611       "memberOf" : "Roo.util.Observable",
612       "isStatic" : false,
613       "isConstructor" : false,
614       "isPrivate" : false,
615       "example" : "",
616       "deprecated" : "",
617       "since" : "",
618       "see" : "",
619       "exceptions" : "",
620       "requires" : "",
621       "params" : [
622         {
623           "name" : "eventName",
624           "type" : "String",
625           "desc" : "The type of event to listen for",
626           "isOptional" : false
627         },
628         {
629           "name" : "handler",
630           "type" : "Function",
631           "desc" : "The handler to remove",
632           "isOptional" : false
633         },
634         {
635           "name" : "scope",
636           "type" : "Object",
637           "desc" : "(optional) The scope (this object) for the handler",
638           "isOptional" : false
639         }
640       ],
641       "returns" : []
642     },
643     {
644       "name" : "addEvents",
645       "type" : "function",
646       "desc" : "Used to define events on this Observable",
647       "sig" : "(object)",
648       "static" : false,
649       "memberOf" : "Roo.util.Observable",
650       "isStatic" : false,
651       "isConstructor" : false,
652       "isPrivate" : false,
653       "example" : "",
654       "deprecated" : "",
655       "since" : "",
656       "see" : "",
657       "exceptions" : "",
658       "requires" : "",
659       "params" : [
660         {
661           "name" : "object",
662           "type" : "Object",
663           "desc" : "The object with the events defined",
664           "isOptional" : false
665         }
666       ],
667       "returns" : []
668     },
669     {
670       "name" : "releaseCapture",
671       "type" : "function",
672       "desc" : "Removes <b>all</b> added captures from the Observable.",
673       "sig" : "(o)",
674       "static" : true,
675       "memberOf" : "Roo.util.Observable",
676       "isStatic" : true,
677       "isConstructor" : false,
678       "isPrivate" : false,
679       "example" : "",
680       "deprecated" : "",
681       "since" : "",
682       "see" : "",
683       "exceptions" : "",
684       "requires" : "",
685       "params" : [
686         {
687           "name" : "o",
688           "type" : "Observable",
689           "desc" : "The Observable to release",
690           "isOptional" : false
691         }
692       ],
693       "returns" : []
694     },
695     {
696       "name" : "removeListener",
697       "type" : "function",
698       "desc" : "Removes a listener",
699       "sig" : "(eventName, handler, scope)",
700       "static" : false,
701       "memberOf" : "Roo.util.Observable",
702       "isStatic" : false,
703       "isConstructor" : false,
704       "isPrivate" : false,
705       "example" : "",
706       "deprecated" : "",
707       "since" : "",
708       "see" : "",
709       "exceptions" : "",
710       "requires" : "",
711       "params" : [
712         {
713           "name" : "eventName",
714           "type" : "String",
715           "desc" : "The type of event to listen for",
716           "isOptional" : false
717         },
718         {
719           "name" : "handler",
720           "type" : "Function",
721           "desc" : "The handler to remove",
722           "isOptional" : false
723         },
724         {
725           "name" : "scope",
726           "type" : "Object",
727           "desc" : "(optional) The scope (this object) for the handler",
728           "isOptional" : false
729         }
730       ],
731       "returns" : []
732     },
733     {
734       "name" : "fireEvent",
735       "type" : "function",
736       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
737       "sig" : "(eventName, args)",
738       "static" : false,
739       "memberOf" : "Roo.util.Observable",
740       "isStatic" : false,
741       "isConstructor" : false,
742       "isPrivate" : false,
743       "example" : "",
744       "deprecated" : "",
745       "since" : "",
746       "see" : "",
747       "exceptions" : "",
748       "requires" : "",
749       "params" : [
750         {
751           "name" : "eventName",
752           "type" : "String",
753           "desc" : "",
754           "isOptional" : false
755         },
756         {
757           "name" : "args",
758           "type" : "Object...",
759           "desc" : "Variable number of parameters are passed to handlers",
760           "isOptional" : false
761         }
762       ],
763       "returns" : [
764         {
765           "name" : "",
766           "type" : "Boolean",
767           "desc" : "returns false if any of the handlers return false otherwise it returns true"
768         }
769       ]
770     },
771     {
772       "name" : "hasListener",
773       "type" : "function",
774       "desc" : "Checks to see if this object has any listeners for a specified event",
775       "sig" : "(eventName)",
776       "static" : false,
777       "memberOf" : "Roo.util.Observable",
778       "isStatic" : false,
779       "isConstructor" : false,
780       "isPrivate" : false,
781       "example" : "",
782       "deprecated" : "",
783       "since" : "",
784       "see" : "",
785       "exceptions" : "",
786       "requires" : "",
787       "params" : [
788         {
789           "name" : "eventName",
790           "type" : "String",
791           "desc" : "The name of the event to check for",
792           "isOptional" : false
793         }
794       ],
795       "returns" : [
796         {
797           "name" : "",
798           "type" : "Boolean",
799           "desc" : "True if the event is being listened for, else false"
800         }
801       ]
802     },
803     {
804       "name" : "capture",
805       "type" : "function",
806       "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.",
807       "sig" : "(o, fn, scope)",
808       "static" : true,
809       "memberOf" : "Roo.util.Observable",
810       "isStatic" : true,
811       "isConstructor" : false,
812       "isPrivate" : false,
813       "example" : "",
814       "deprecated" : "",
815       "since" : "",
816       "see" : "",
817       "exceptions" : "",
818       "requires" : "",
819       "params" : [
820         {
821           "name" : "o",
822           "type" : "Observable",
823           "desc" : "The Observable to capture",
824           "isOptional" : false
825         },
826         {
827           "name" : "fn",
828           "type" : "Function",
829           "desc" : "The function to call",
830           "isOptional" : false
831         },
832         {
833           "name" : "scope",
834           "type" : "Object",
835           "desc" : "(optional) The scope (this object) for the fn",
836           "isOptional" : false
837         }
838       ],
839       "returns" : []
840     },
841     {
842       "name" : "addListener",
843       "type" : "function",
844       "desc" : "Appends an event handler to this component",
845       "sig" : "(eventName, handler, scope, options)",
846       "static" : false,
847       "memberOf" : "Roo.util.Observable",
848       "isStatic" : false,
849       "isConstructor" : false,
850       "isPrivate" : false,
851       "example" : "",
852       "deprecated" : "",
853       "since" : "",
854       "see" : "",
855       "exceptions" : "",
856       "requires" : "",
857       "params" : [
858         {
859           "name" : "eventName",
860           "type" : "String",
861           "desc" : "The type of event to listen for",
862           "isOptional" : false
863         },
864         {
865           "name" : "handler",
866           "type" : "Function",
867           "desc" : "The method the event invokes",
868           "isOptional" : false
869         },
870         {
871           "name" : "scope",
872           "type" : "Object",
873           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
874           "isOptional" : false
875         },
876         {
877           "name" : "options",
878           "type" : "Object",
879           "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>",
880           "isOptional" : false
881         }
882       ],
883       "returns" : []
884     }
885   ],
886   "events" : [
887     {
888       "name" : "activate",
889       "type" : "function",
890       "desc" : "Fires when this panel is activated.",
891       "sig" : "function (_self)\n{\n\n}",
892       "memberOf" : "Roo.bootstrap.panel.Content",
893       "example" : "",
894       "deprecated" : "",
895       "since" : "",
896       "see" : "",
897       "params" : [
898         {
899           "name" : "this",
900           "type" : "Roo.ContentPanel",
901           "desc" : "",
902           "isOptional" : false
903         }
904       ],
905       "returns" : []
906     },
907     {
908       "name" : "resize",
909       "type" : "function",
910       "desc" : "Fires when this panel is resized if fitToFrame is true.",
911       "sig" : "function (_self, width, height)\n{\n\n}",
912       "memberOf" : "Roo.bootstrap.panel.Content",
913       "example" : "",
914       "deprecated" : "",
915       "since" : "",
916       "see" : "",
917       "params" : [
918         {
919           "name" : "this",
920           "type" : "Roo.ContentPanel",
921           "desc" : "",
922           "isOptional" : false
923         },
924         {
925           "name" : "width",
926           "type" : "Number",
927           "desc" : "The width after any component adjustments",
928           "isOptional" : false
929         },
930         {
931           "name" : "height",
932           "type" : "Number",
933           "desc" : "The height after any component adjustments",
934           "isOptional" : false
935         }
936       ],
937       "returns" : []
938     },
939     {
940       "name" : "deactivate",
941       "type" : "function",
942       "desc" : "Fires when this panel is activated.",
943       "sig" : "function (_self)\n{\n\n}",
944       "memberOf" : "Roo.bootstrap.panel.Content",
945       "example" : "",
946       "deprecated" : "",
947       "since" : "",
948       "see" : "",
949       "params" : [
950         {
951           "name" : "this",
952           "type" : "Roo.ContentPanel",
953           "desc" : "",
954           "isOptional" : false
955         }
956       ],
957       "returns" : []
958     },
959     {
960       "name" : "render",
961       "type" : "function",
962       "desc" : "Fires when this tab is created",
963       "sig" : "function (_self)\n{\n\n}",
964       "memberOf" : "Roo.bootstrap.panel.Content",
965       "example" : "",
966       "deprecated" : "",
967       "since" : "",
968       "see" : "",
969       "params" : [
970         {
971           "name" : "this",
972           "type" : "Roo.ContentPanel",
973           "desc" : "",
974           "isOptional" : false
975         }
976       ],
977       "returns" : []
978     },
979     {
980       "name" : "scroll",
981       "type" : "function",
982       "desc" : "Fires when this content is scrolled",
983       "sig" : "function (_self, scrollEvent)\n{\n\n}",
984       "memberOf" : "Roo.bootstrap.panel.Content",
985       "example" : "",
986       "deprecated" : "",
987       "since" : "",
988       "see" : "",
989       "params" : [
990         {
991           "name" : "this",
992           "type" : "Roo.ContentPanel",
993           "desc" : "",
994           "isOptional" : false
995         },
996         {
997           "name" : "scrollEvent",
998           "type" : "Event",
999           "desc" : "",
1000           "isOptional" : false
1001         }
1002       ],
1003       "returns" : []
1004     }
1005   ]
1006 }