Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs.old / symbols / Roo.BasicDialog.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6         <head>
7                 <meta http-equiv="content-type" content="text/html; charset=undefined" />
8                 <meta name="generator" content="JsDoc Toolkit" />
9                 
10                 
11                 <title>JsDoc Reference - Roo.BasicDialog</title>
12                 
13                 
14         <link rel="stylesheet" type="text/css" href="../../css/roojs.css" />            
15         <link rel="stylesheet" type="text/css" href="../default.css" />
16         
17         
18         <script type="text/javascript" src="../page.js">
19         
20         </script>
21          
22                 
23         </head>
24
25         <body onload="RooDocsPage.onload();">
26          
27         
28 <div class="body-wrap">
29
30     <!-- ============================== links to methods. ================================= --> 
31
32     <div class="top-tools">
33     <!--
34         <a class="inner-link" href="#Roo.BasicDialog-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.BasicDialog-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.BasicDialog-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.BasicDialog-configs"><img src="resources/s.gif" class="item-icon icon-config">Config Options</a>
38         <a class="bookmark" href="NEED_TO_CREATE_DIRECT_LINK_HREF"><img src="resources/s.gif" class="item-icon icon-fav">Direct Link</a>
39         -->
40     </div>
41
42     
43 <!-- ============================== inheritance Block. ================================= -->    
44         
45                 <div class="inheritance res-block">
46                    <pre class="res-block-inner"><a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
47 <img src="../../images/default/s.gif" height="1"  width="20"/><img class="elbow" src="../../images/default/tree/elbow-end.gif"/>Roo.BasicDialog 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.BasicDialog
58                         </h1>
59                         
60     <table cellspacing="0" class="class-summary-table">
61         
62                 <tr><td class="label">Package:</td><td class="hd-info">Roo</td></tr>
63         
64         <tr><td class="label">Defined In:</td><td class="hd-info">
65                         
66                                         <a href="./src/Roo_BasicDialog.js.html">Roo/BasicDialog.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">BasicDialog</td></tr>
70         
71         
72         <tr><td class="label">Subclasses:</td><td class="hd-info">
73                 <a href="./Roo.LayoutDialog.html#constructor" roo:cls="Roo.LayoutDialog.html#constructor">Roo.LayoutDialog</a>, <a href="./Roo.Login.html#constructor" roo:cls="Roo.Login.html#constructor">Roo.Login</a>
74
75         
76         
77         </td></tr>
78         
79         
80         
81                 <tr><td class="label">Extends:</td><td class="hd-info">
82                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
83         
84                 </td></tr>    
85         
86         
87     </table>
88
89     
90 <!-- ============================== class summary ========================== -->                        
91     <div class="description">
92         Lightweight Dialog Class.  The code below shows the creation of a typical dialog using existing HTML markup:<br/><pre><code><br/>var dlg = new Roo.BasicDialog("my-dlg", {<br/>    height: 200,<br/>    width: 300,<br/>    minHeight: 100,<br/>    minWidth: 150,<br/>    modal: true,<br/>    proxyDrag: true,<br/>    shadow: true<br/>});<br/>dlg.addKeyListener(27, dlg.hide, dlg); // ESC can also close the dialog<br/>dlg.addButton('OK', dlg.hide, dlg);    // Could call a save function instead of hiding<br/>dlg.addButton('Cancel', dlg.hide, dlg);<br/>dlg.show();<br/></code></pre><br/>  <b>A Dialog should always be a direct child of the body element.</b>
93     </div>
94
95         
96 <!-- ============================== Class comment block... ========================== -->                                       
97
98 <div class="comments">
99         <b>Class Comments / Notes</B> =>  
100         <u onclick="parent.CommentDialog.showCommentId = 'Roo.BasicDialog';">[Add Your comment/notes about this class]</u>
101         <br/>
102         <iframe frameborder="0"  id="comments-Roo" style="border: none;width:100%;" 
103                 src="/blog.php/GtkDjsComments/Roo.BasicDialog.html"></iframe>
104 </div>
105         
106
107                 
108 <!-- ============================== config options ========================== -->                                               
109                  
110     
111     
112                 
113     <div class="hr"></div>
114     <a id="Roo.BasicDialog-configs"></a>
115                 
116     
117      
118     
119         
120       <table cellspacing="0" class="member-table">   
121       <caption>Config Options (Usually are also Properties)</caption>
122     
123         
124         <tr>
125             <th class="sig-header" colspan="2">Options</th>
126             
127             <th class="msource-header">Defined By</th>
128         </tr>
129         
130         
131         
132         
133         
134                 <tr class="config-row expandable config-row-alt0 notInherited">
135                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
136                     <td class="sig">
137
138                         <a id="Roo.BasicDialog-cfg-animateTarget" name=".animateTarget"></a>
139                         <div class="fixedFont">
140                                 <b  class="itemname">animateTarget</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Element
141                                 
142                                 
143                         </div>
144                   
145                         <div class="mdesc">
146                             <div class="short">Id or element from which the dialog should animate while opening<br/>(defaults to null with no animation)</div> 
147                         </div>
148                         
149                         <div class="mdesc">
150                             <div class="long">
151                     Id or element from which the dialog should animate while opening<br/>(defaults to null with no animation)
152                     
153                 </div> 
154                         </div>
155                         
156                         
157
158                     </td>
159                     <td class="msource">
160                         
161                         Roo.BasicDialog
162                                 
163                     </td>
164                 </tr>
165         
166         
167                 <tr class="config-row expandable config-row-alt1 notInherited">
168                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
169                     <td class="sig">
170
171                         <a id="Roo.BasicDialog-cfg-autoCreate" name=".autoCreate"></a>
172                         <div class="fixedFont">
173                                 <b  class="itemname">autoCreate</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>/DomHelper
174                                 
175                                 
176                         </div>
177                   
178                         <div class="mdesc">
179                             <div class="short">True to auto create from scratch, or using a DomHelper Object (defaults to false)</div> 
180                         </div>
181                         
182                         <div class="mdesc">
183                             <div class="long">
184                     True to auto create from scratch, or using a DomHelper Object (defaults to false)
185                     
186                 </div> 
187                         </div>
188                         
189                         
190
191                     </td>
192                     <td class="msource">
193                         
194                         Roo.BasicDialog
195                                 
196                     </td>
197                 </tr>
198         
199         
200                 <tr class="config-row expandable config-row-alt0 notInherited">
201                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
202                     <td class="sig">
203
204                         <a id="Roo.BasicDialog-cfg-autoScroll" name=".autoScroll"></a>
205                         <div class="fixedFont">
206                                 <b  class="itemname">autoScroll</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
207                                 
208                                 
209                         </div>
210                   
211                         <div class="mdesc">
212                             <div class="short">True to allow the dialog body contents to overflow and display scrollbars (defaults to false)</div> 
213                         </div>
214                         
215                         <div class="mdesc">
216                             <div class="long">
217                     True to allow the dialog body contents to overflow and display scrollbars (defaults to false)
218                     
219                 </div> 
220                         </div>
221                         
222                         
223
224                     </td>
225                     <td class="msource">
226                         
227                         Roo.BasicDialog
228                                 
229                     </td>
230                 </tr>
231         
232         
233                 <tr class="config-row expandable config-row-alt1 notInherited">
234                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
235                     <td class="sig">
236
237                         <a id="Roo.BasicDialog-cfg-autoTabs" name=".autoTabs"></a>
238                         <div class="fixedFont">
239                                 <b  class="itemname">autoTabs</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
240                                 
241                                 
242                         </div>
243                   
244                         <div class="mdesc">
245                             <div class="short">If true, all elements with class 'x-dlg-tab' will get automatically converted to tabs (defaults to false)</div> 
246                         </div>
247                         
248                         <div class="mdesc">
249                             <div class="long">
250                     If true, all elements with class 'x-dlg-tab' will get automatically converted to tabs (defaults to false)
251                     
252                 </div> 
253                         </div>
254                         
255                         
256
257                     </td>
258                     <td class="msource">
259                         
260                         Roo.BasicDialog
261                                 
262                     </td>
263                 </tr>
264         
265         
266                 <tr class="config-row expandable config-row-alt0 notInherited">
267                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
268                     <td class="sig">
269
270                         <a id="Roo.BasicDialog-cfg-buttonAlign" name=".buttonAlign"></a>
271                         <div class="fixedFont">
272                                 <b  class="itemname">buttonAlign</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
273                                 
274                                 
275                         </div>
276                   
277                         <div class="mdesc">
278                             <div class="short">Valid values are "left," "center" and "right" (defaults to "right")</div> 
279                         </div>
280                         
281                         <div class="mdesc">
282                             <div class="long">
283                     Valid values are "left," "center" and "right" (defaults to "right")
284                     
285                 </div> 
286                         </div>
287                         
288                         
289
290                     </td>
291                     <td class="msource">
292                         
293                         Roo.BasicDialog
294                                 
295                     </td>
296                 </tr>
297         
298         
299                 <tr class="config-row expandable config-row-alt1 notInherited">
300                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
301                     <td class="sig">
302
303                         <a id="Roo.BasicDialog-cfg-buttons" name=".buttons"></a>
304                         <div class="fixedFont">
305                                 <b  class="itemname">buttons</b> : <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
306                                 
307                                 
308                         </div>
309                   
310                         <div class="mdesc">
311                             <div class="short">Array of buttons</div> 
312                         </div>
313                         
314                         <div class="mdesc">
315                             <div class="long">
316                     Array of buttons
317                     
318                 </div> 
319                         </div>
320                         
321                         
322
323                     </td>
324                     <td class="msource">
325                         
326                         Roo.BasicDialog
327                                 
328                     </td>
329                 </tr>
330         
331         
332                 <tr class="config-row expandable config-row-alt0 notInherited">
333                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
334                     <td class="sig">
335
336                         <a id="Roo.BasicDialog-cfg-closable" name=".closable"></a>
337                         <div class="fixedFont">
338                                 <b  class="itemname">closable</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
339                                 
340                                 
341                         </div>
342                   
343                         <div class="mdesc">
344                             <div class="short">False to remove the built-in top-right corner close button (defaults to true)</div> 
345                         </div>
346                         
347                         <div class="mdesc">
348                             <div class="long">
349                     False to remove the built-in top-right corner close button (defaults to true)
350                     
351                 </div> 
352                         </div>
353                         
354                         
355
356                     </td>
357                     <td class="msource">
358                         
359                         Roo.BasicDialog
360                                 
361                     </td>
362                 </tr>
363         
364         
365                 <tr class="config-row expandable config-row-alt1 notInherited">
366                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
367                     <td class="sig">
368
369                         <a id="Roo.BasicDialog-cfg-collapsible" name=".collapsible"></a>
370                         <div class="fixedFont">
371                                 <b  class="itemname">collapsible</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
372                                 
373                                 
374                         </div>
375                   
376                         <div class="mdesc">
377                             <div class="short">False to remove the built-in top-right corner collapse button (defaults to true)</div> 
378                         </div>
379                         
380                         <div class="mdesc">
381                             <div class="long">
382                     False to remove the built-in top-right corner collapse button (defaults to true)
383                     
384                 </div> 
385                         </div>
386                         
387                         
388
389                     </td>
390                     <td class="msource">
391                         
392                         Roo.BasicDialog
393                                 
394                     </td>
395                 </tr>
396         
397         
398                 <tr class="config-row expandable config-row-alt0 notInherited">
399                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
400                     <td class="sig">
401
402                         <a id="Roo.BasicDialog-cfg-constraintoviewport" name=".constraintoviewport"></a>
403                         <div class="fixedFont">
404                                 <b  class="itemname">constraintoviewport</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
405                                 
406                                 
407                         </div>
408                   
409                         <div class="mdesc">
410                             <div class="short">True to keep the dialog constrained within the visible viewport boundaries (defaults to true)</div> 
411                         </div>
412                         
413                         <div class="mdesc">
414                             <div class="long">
415                     True to keep the dialog constrained within the visible viewport boundaries (defaults to true)
416                     
417                 </div> 
418                         </div>
419                         
420                         
421
422                     </td>
423                     <td class="msource">
424                         
425                         Roo.BasicDialog
426                                 
427                     </td>
428                 </tr>
429         
430         
431                 <tr class="config-row expandable config-row-alt1 notInherited">
432                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
433                     <td class="sig">
434
435                         <a id="Roo.BasicDialog-cfg-draggable" name=".draggable"></a>
436                         <div class="fixedFont">
437                                 <b  class="itemname">draggable</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
438                                 
439                                 
440                         </div>
441                   
442                         <div class="mdesc">
443                             <div class="short">False to disable dragging of the dialog within the viewport (defaults to true)</div> 
444                         </div>
445                         
446                         <div class="mdesc">
447                             <div class="long">
448                     False to disable dragging of the dialog within the viewport (defaults to true)
449                     
450                 </div> 
451                         </div>
452                         
453                         
454
455                     </td>
456                     <td class="msource">
457                         
458                         Roo.BasicDialog
459                                 
460                     </td>
461                 </tr>
462         
463         
464                 <tr class="config-row expandable config-row-alt0 notInherited">
465                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
466                     <td class="sig">
467
468                         <a id="Roo.BasicDialog-cfg-fixedcenter" name=".fixedcenter"></a>
469                         <div class="fixedFont">
470                                 <b  class="itemname">fixedcenter</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
471                                 
472                                 
473                         </div>
474                   
475                         <div class="mdesc">
476                             <div class="short">True to ensure that anytime the dialog is shown or resized it gets centered (defaults to false)</div> 
477                         </div>
478                         
479                         <div class="mdesc">
480                             <div class="long">
481                     True to ensure that anytime the dialog is shown or resized it gets centered (defaults to false)
482                     
483                 </div> 
484                         </div>
485                         
486                         
487
488                     </td>
489                     <td class="msource">
490                         
491                         Roo.BasicDialog
492                                 
493                     </td>
494                 </tr>
495         
496         
497                 <tr class="config-row expandable config-row-alt1 notInherited">
498                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
499                     <td class="sig">
500
501                         <a id="Roo.BasicDialog-cfg-height" name=".height"></a>
502                         <div class="fixedFont">
503                                 <b  class="itemname">height</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
504                                 
505                                 
506                         </div>
507                   
508                         <div class="mdesc">
509                             <div class="short">Height of the dialog in pixels (can also be set via CSS).</div> 
510                         </div>
511                         
512                         <div class="mdesc">
513                             <div class="long">
514                     Height of the dialog in pixels (can also be set via CSS).  Determined by browser if unspecified.
515                     
516                 </div> 
517                         </div>
518                         
519                         
520
521                     </td>
522                     <td class="msource">
523                         
524                         Roo.BasicDialog
525                                 
526                     </td>
527                 </tr>
528         
529         
530                 <tr class="config-row expandable config-row-alt0">
531                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
532                     <td class="sig">
533
534                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
535                         <div class="fixedFont">
536                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
537                                 
538                                 
539                         </div>
540                   
541                         <div class="mdesc">
542                             <div class="short">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           .</div> 
543                         </div>
544                         
545                         <div class="mdesc">
546                             <div class="long">
547                     list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           ..... <br/>        } ,<br/>        .... <br/>    } <br/>  </code></pre>
548                     
549                 </div> 
550                         </div>
551                         
552                         
553
554                     </td>
555                     <td class="msource">
556                         
557                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
558                                 
559                     </td>
560                 </tr>
561         
562         
563                 <tr class="config-row expandable config-row-alt1 notInherited">
564                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
565                     <td class="sig">
566
567                         <a id="Roo.BasicDialog-cfg-minButtonWidth" name=".minButtonWidth"></a>
568                         <div class="fixedFont">
569                                 <b  class="itemname">minButtonWidth</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
570                                 
571                                 
572                         </div>
573                   
574                         <div class="mdesc">
575                             <div class="short">Minimum width of all dialog buttons (defaults to 75)</div> 
576                         </div>
577                         
578                         <div class="mdesc">
579                             <div class="long">
580                     Minimum width of all dialog buttons (defaults to 75)
581                     
582                 </div> 
583                         </div>
584                         
585                         
586
587                     </td>
588                     <td class="msource">
589                         
590                         Roo.BasicDialog
591                                 
592                     </td>
593                 </tr>
594         
595         
596                 <tr class="config-row expandable config-row-alt0 notInherited">
597                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
598                     <td class="sig">
599
600                         <a id="Roo.BasicDialog-cfg-minHeight" name=".minHeight"></a>
601                         <div class="fixedFont">
602                                 <b  class="itemname">minHeight</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
603                                 
604                                 
605                         </div>
606                   
607                         <div class="mdesc">
608                             <div class="short">The minimum allowable height for a resizable dialog (defaults to 80)</div> 
609                         </div>
610                         
611                         <div class="mdesc">
612                             <div class="long">
613                     The minimum allowable height for a resizable dialog (defaults to 80)
614                     
615                 </div> 
616                         </div>
617                         
618                         
619
620                     </td>
621                     <td class="msource">
622                         
623                         Roo.BasicDialog
624                                 
625                     </td>
626                 </tr>
627         
628         
629                 <tr class="config-row expandable config-row-alt1 notInherited">
630                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
631                     <td class="sig">
632
633                         <a id="Roo.BasicDialog-cfg-minWidth" name=".minWidth"></a>
634                         <div class="fixedFont">
635                                 <b  class="itemname">minWidth</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
636                                 
637                                 
638                         </div>
639                   
640                         <div class="mdesc">
641                             <div class="short">The minimum allowable width for a resizable dialog (defaults to 200)</div> 
642                         </div>
643                         
644                         <div class="mdesc">
645                             <div class="long">
646                     The minimum allowable width for a resizable dialog (defaults to 200)
647                     
648                 </div> 
649                         </div>
650                         
651                         
652
653                     </td>
654                     <td class="msource">
655                         
656                         Roo.BasicDialog
657                                 
658                     </td>
659                 </tr>
660         
661         
662                 <tr class="config-row expandable config-row-alt0 notInherited">
663                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
664                     <td class="sig">
665
666                         <a id="Roo.BasicDialog-cfg-modal" name=".modal"></a>
667                         <div class="fixedFont">
668                                 <b  class="itemname">modal</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
669                                 
670                                 
671                         </div>
672                   
673                         <div class="mdesc">
674                             <div class="short">True to show the dialog modally, preventing user interaction with the rest of the page (defaults to false)</div> 
675                         </div>
676                         
677                         <div class="mdesc">
678                             <div class="long">
679                     True to show the dialog modally, preventing user interaction with the rest of the page (defaults to false)
680                     
681                 </div> 
682                         </div>
683                         
684                         
685
686                     </td>
687                     <td class="msource">
688                         
689                         Roo.BasicDialog
690                                 
691                     </td>
692                 </tr>
693         
694         
695                 <tr class="config-row expandable config-row-alt1 notInherited">
696                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
697                     <td class="sig">
698
699                         <a id="Roo.BasicDialog-cfg-proxyDrag" name=".proxyDrag"></a>
700                         <div class="fixedFont">
701                                 <b  class="itemname">proxyDrag</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
702                                 
703                                 
704                         </div>
705                   
706                         <div class="mdesc">
707                             <div class="short">True to drag a lightweight proxy element rather than the dialog itself, used when<br/>draggable = true (defaults to false)</div> 
708                         </div>
709                         
710                         <div class="mdesc">
711                             <div class="long">
712                     True to drag a lightweight proxy element rather than the dialog itself, used when<br/>draggable = true (defaults to false)
713                     
714                 </div> 
715                         </div>
716                         
717                         
718
719                     </td>
720                     <td class="msource">
721                         
722                         Roo.BasicDialog
723                                 
724                     </td>
725                 </tr>
726         
727         
728                 <tr class="config-row expandable config-row-alt0 notInherited">
729                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
730                     <td class="sig">
731
732                         <a id="Roo.BasicDialog-cfg-resizable" name=".resizable"></a>
733                         <div class="fixedFont">
734                                 <b  class="itemname">resizable</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
735                                 
736                                 
737                         </div>
738                   
739                         <div class="mdesc">
740                             <div class="short">False to disable manual dialog resizing (defaults to true)</div> 
741                         </div>
742                         
743                         <div class="mdesc">
744                             <div class="long">
745                     False to disable manual dialog resizing (defaults to true)
746                     
747                 </div> 
748                         </div>
749                         
750                         
751
752                     </td>
753                     <td class="msource">
754                         
755                         Roo.BasicDialog
756                                 
757                     </td>
758                 </tr>
759         
760         
761                 <tr class="config-row expandable config-row-alt1 notInherited">
762                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
763                     <td class="sig">
764
765                         <a id="Roo.BasicDialog-cfg-resizeHandles" name=".resizeHandles"></a>
766                         <div class="fixedFont">
767                                 <b  class="itemname">resizeHandles</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
768                                 
769                                 
770                         </div>
771                   
772                         <div class="mdesc">
773                             <div class="short">Which resize handles to display - see the {<b>link</b> Roo.Resizable} handles config<br/>property for valid values (defaults to 'all')</div> 
774                         </div>
775                         
776                         <div class="mdesc">
777                             <div class="long">
778                     Which resize handles to display - see the {<b>link</b> Roo.Resizable} handles config<br/>property for valid values (defaults to 'all')
779                     
780                 </div> 
781                         </div>
782                         
783                         
784
785                     </td>
786                     <td class="msource">
787                         
788                         Roo.BasicDialog
789                                 
790                     </td>
791                 </tr>
792         
793         
794                 <tr class="config-row expandable config-row-alt0 notInherited">
795                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
796                     <td class="sig">
797
798                         <a id="Roo.BasicDialog-cfg-shadow" name=".shadow"></a>
799                         <div class="fixedFont">
800                                 <b  class="itemname">shadow</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>/String
801                                 
802                                 
803                         </div>
804                   
805                         <div class="mdesc">
806                             <div class="short">True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right<br/>shadow (defaults to false)</div> 
807                         </div>
808                         
809                         <div class="mdesc">
810                             <div class="long">
811                     True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right<br/>shadow (defaults to false)
812                     
813                 </div> 
814                         </div>
815                         
816                         
817
818                     </td>
819                     <td class="msource">
820                         
821                         Roo.BasicDialog
822                                 
823                     </td>
824                 </tr>
825         
826         
827                 <tr class="config-row expandable config-row-alt1 notInherited">
828                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
829                     <td class="sig">
830
831                         <a id="Roo.BasicDialog-cfg-shadowOffset" name=".shadowOffset"></a>
832                         <div class="fixedFont">
833                                 <b  class="itemname">shadowOffset</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
834                                 
835                                 
836                         </div>
837                   
838                         <div class="mdesc">
839                             <div class="short">The number of pixels to offset the shadow if displayed (defaults to 5)</div> 
840                         </div>
841                         
842                         <div class="mdesc">
843                             <div class="long">
844                     The number of pixels to offset the shadow if displayed (defaults to 5)
845                     
846                 </div> 
847                         </div>
848                         
849                         
850
851                     </td>
852                     <td class="msource">
853                         
854                         Roo.BasicDialog
855                                 
856                     </td>
857                 </tr>
858         
859         
860                 <tr class="config-row expandable config-row-alt0 notInherited">
861                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
862                     <td class="sig">
863
864                         <a id="Roo.BasicDialog-cfg-shim" name=".shim"></a>
865                         <div class="fixedFont">
866                                 <b  class="itemname">shim</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
867                                 
868                                 
869                         </div>
870                   
871                         <div class="mdesc">
872                             <div class="short">True to create an iframe shim that prevents selects from showing through (defaults to false)</div> 
873                         </div>
874                         
875                         <div class="mdesc">
876                             <div class="long">
877                     True to create an iframe shim that prevents selects from showing through (defaults to false)
878                     
879                 </div> 
880                         </div>
881                         
882                         
883
884                     </td>
885                     <td class="msource">
886                         
887                         Roo.BasicDialog
888                                 
889                     </td>
890                 </tr>
891         
892         
893                 <tr class="config-row expandable config-row-alt1 notInherited">
894                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
895                     <td class="sig">
896
897                         <a id="Roo.BasicDialog-cfg-syncHeightBeforeShow" name=".syncHeightBeforeShow"></a>
898                         <div class="fixedFont">
899                                 <b  class="itemname">syncHeightBeforeShow</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
900                                 
901                                 
902                         </div>
903                   
904                         <div class="mdesc">
905                             <div class="short">True to cause the dimensions to be recalculated before the dialog is shown (defaults to false)</div> 
906                         </div>
907                         
908                         <div class="mdesc">
909                             <div class="long">
910                     True to cause the dimensions to be recalculated before the dialog is shown (defaults to false)
911                     
912                 </div> 
913                         </div>
914                         
915                         
916
917                     </td>
918                     <td class="msource">
919                         
920                         Roo.BasicDialog
921                                 
922                     </td>
923                 </tr>
924         
925         
926                 <tr class="config-row expandable config-row-alt0 notInherited">
927                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
928                     <td class="sig">
929
930                         <a id="Roo.BasicDialog-cfg-tabTag" name=".tabTag"></a>
931                         <div class="fixedFont">
932                                 <b  class="itemname">tabTag</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
933                                 
934                                 
935                         </div>
936                   
937                         <div class="mdesc">
938                             <div class="short">The tag name of tab elements, used when autoTabs = true (defaults to 'div')</div> 
939                         </div>
940                         
941                         <div class="mdesc">
942                             <div class="long">
943                     The tag name of tab elements, used when autoTabs = true (defaults to 'div')
944                     
945                 </div> 
946                         </div>
947                         
948                         
949
950                     </td>
951                     <td class="msource">
952                         
953                         Roo.BasicDialog
954                                 
955                     </td>
956                 </tr>
957         
958         
959                 <tr class="config-row expandable config-row-alt1 notInherited">
960                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
961                     <td class="sig">
962
963                         <a id="Roo.BasicDialog-cfg-title" name=".title"></a>
964                         <div class="fixedFont">
965                                 <b  class="itemname">title</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
966                                 
967                                 
968                         </div>
969                   
970                         <div class="mdesc">
971                             <div class="short">Default text to display in the title bar (defaults to null)</div> 
972                         </div>
973                         
974                         <div class="mdesc">
975                             <div class="long">
976                     Default text to display in the title bar (defaults to null)
977                     
978                 </div> 
979                         </div>
980                         
981                         
982
983                     </td>
984                     <td class="msource">
985                         
986                         Roo.BasicDialog
987                                 
988                     </td>
989                 </tr>
990         
991         
992                 <tr class="config-row expandable config-row-alt0 notInherited">
993                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
994                     <td class="sig">
995
996                         <a id="Roo.BasicDialog-cfg-width" name=".width"></a>
997                         <div class="fixedFont">
998                                 <b  class="itemname">width</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
999                                 
1000                                 
1001                         </div>
1002                   
1003                         <div class="mdesc">
1004                             <div class="short">Width of the dialog in pixels (can also be set via CSS).</div> 
1005                         </div>
1006                         
1007                         <div class="mdesc">
1008                             <div class="long">
1009                     Width of the dialog in pixels (can also be set via CSS).  Determined by browser if unspecified.
1010                     
1011                 </div> 
1012                         </div>
1013                         
1014                         
1015
1016                     </td>
1017                     <td class="msource">
1018                         
1019                         Roo.BasicDialog
1020                                 
1021                     </td>
1022                 </tr>
1023         
1024         
1025                 <tr class="config-row expandable config-row-alt1 notInherited">
1026                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1027                     <td class="sig">
1028
1029                         <a id="Roo.BasicDialog-cfg-x" name=".x"></a>
1030                         <div class="fixedFont">
1031                                 <b  class="itemname">x</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1032                                 
1033                                 
1034                         </div>
1035                   
1036                         <div class="mdesc">
1037                             <div class="short">The default left page coordinate of the dialog (defaults to center screen)</div> 
1038                         </div>
1039                         
1040                         <div class="mdesc">
1041                             <div class="long">
1042                     The default left page coordinate of the dialog (defaults to center screen)
1043                     
1044                 </div> 
1045                         </div>
1046                         
1047                         
1048
1049                     </td>
1050                     <td class="msource">
1051                         
1052                         Roo.BasicDialog
1053                                 
1054                     </td>
1055                 </tr>
1056         
1057         
1058                 <tr class="config-row expandable config-row-alt0 notInherited">
1059                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060                     <td class="sig">
1061
1062                         <a id="Roo.BasicDialog-cfg-y" name=".y"></a>
1063                         <div class="fixedFont">
1064                                 <b  class="itemname">y</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1065                                 
1066                                 
1067                         </div>
1068                   
1069                         <div class="mdesc">
1070                             <div class="short">The default top page coordinate of the dialog (defaults to center screen)</div> 
1071                         </div>
1072                         
1073                         <div class="mdesc">
1074                             <div class="long">
1075                     The default top page coordinate of the dialog (defaults to center screen)
1076                     
1077                 </div> 
1078                         </div>
1079                         
1080                         
1081
1082                     </td>
1083                     <td class="msource">
1084                         
1085                         Roo.BasicDialog
1086                                 
1087                     </td>
1088                 </tr>
1089         
1090         
1091     </table>
1092                 
1093   
1094   
1095   
1096   
1097   
1098   
1099   
1100   
1101   <!-- ============================== public properties ==================== -->        
1102   
1103   
1104   
1105     <a id="Roo.BasicDialog-props"></a>      
1106     
1107     
1108
1109     
1110     
1111      <table cellspacing="0" class="member-table">
1112       <caption class="Empty">Public Properties - Has None</caption>
1113      </table>
1114     
1115     
1116      
1117     
1118   <!-- ============================== methods summary / details ======================== -->
1119   
1120   
1121   <a id="Roo.BasicDialog-methods"></a>
1122         <!-- constructor?? -->
1123         
1124         <!-- static's first 
1125         
1126         
1127         -->
1128         
1129         <!-- then dynamics first -->
1130         
1131   
1132   
1133     
1134     
1135     
1136       <table cellspacing="0" class="member-table">
1137       <caption>Public Methods</caption>
1138         <tr>
1139             <th class="sig-header" colspan="2">Method</th>            
1140             <th class="msource-header">Defined By</th>
1141
1142         </tr>
1143         
1144         
1145         
1146          
1147         
1148         
1149           
1150           <tr class="method-row config-row-alt0 expandable notInherited">
1151             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1152            
1153            
1154             <td class="sig">
1155                 <a id="Roo-method-BasicDialog"   name=".BasicDialog"></a>
1156                 <div class="fixedFont">
1157                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">BasicDialog</b>
1158                                 
1159                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element <B><i>el</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>config</i></B>) 
1160                         
1161                                 
1162                         
1163                 </div>
1164                 <div class="mdesc">
1165                 
1166                  
1167                         <div class="short">Create a new Roo.BasicDialog</div> 
1168                  
1169                  
1170                     <div class="long">
1171                         
1172                         
1173                         
1174                                 Create a new Roo.BasicDialog
1175                         
1176                         
1177                                 <dl class="detailList">
1178                                 <dt class="heading">Parameters:</dt>
1179                                 
1180                                         <dt>
1181                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element</span>  <b>el</b>
1182                                                 
1183                                         </dt>
1184                                         <dd>The container element or DOM node, or its id</dd>
1185                                 
1186                                         <dt>
1187                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>config</b>
1188                                                 
1189                                         </dt>
1190                                         <dd>Configuration options</dd>
1191                                 
1192                                 </dl>
1193                         
1194                         
1195                         
1196                         
1197                         
1198                         
1199                         
1200
1201                     
1202                     
1203                      
1204                     </div>                    
1205                 </div>
1206
1207             </td>
1208             <td class="msource">
1209                 &nbsp;
1210             </td>
1211         </tr>
1212         
1213           
1214           <tr class="method-row config-row-alt1 expandable notInherited">
1215             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1216            
1217            
1218             <td class="sig">
1219                 <a id="Roo.BasicDialog-method-addButton"   name=".addButton"></a>
1220                 <div class="fixedFont">
1221                         <span class="attributes"></span><b class="itemname">addButton</b>
1222                                 
1223                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Object <B><i>config</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1224                         
1225                                 
1226                                          : 
1227                                         
1228                                                 
1229                                                 <a href="./Roo.Button.html#constructor" roo:cls="Roo.Button.html#constructor">Roo.Button</a>
1230                                         
1231                                         
1232                                         
1233                                 
1234                         
1235                 </div>
1236                 <div class="mdesc">
1237                 
1238                    <div class="short">Adds a button to the footer section of the dialog.</div> 
1239                  
1240                  
1241                  
1242                     <div class="long">
1243                         
1244                                 Adds a button to the footer section of the dialog.
1245                     
1246                                 
1247                         
1248                         
1249                         
1250                         
1251                                 <dl class="detailList">
1252                                 <dt class="heading">Parameters:</dt>
1253                                 
1254                                         <dt>
1255                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/Object</span>  <b>config</b>
1256                                                 
1257                                         </dt>
1258                                         <dd>A string becomes the button text, an object can either be a Button config<br/>object or a valid Roo.DomHelper element config</dd>
1259                                 
1260                                         <dt>
1261                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1262                                                 
1263                                         </dt>
1264                                         <dd>The function called when the button is clicked</dd>
1265                                 
1266                                         <dt>
1267                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1268                                                 
1269                                         </dt>
1270                                         <dd>(optional) The scope of the handler function (accepts position as a property)</dd>
1271                                 
1272                                 </dl>
1273                         
1274                         
1275                         
1276                         
1277                         
1278                                 <dl class="detailList">
1279                                 <dt class="heading">Returns:</dt>
1280                                 
1281                                         <dd><span class="fixedFont"><a href="./Roo.Button.html#constructor" roo:cls="Roo.Button.html#constructor">Roo.Button</a></span>  The new button</dd>
1282                                 
1283                                 </dl>
1284                         
1285                         
1286                         
1287
1288                     
1289                     
1290                      
1291                     </div>                    
1292                 </div>
1293
1294             </td>
1295             <td class="msource">
1296                 
1297                         Roo.BasicDialog
1298                 &nbsp;
1299             </td>
1300         </tr>
1301         
1302           
1303           <tr class="method-row config-row-alt0 expandable">
1304             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1305            
1306            
1307             <td class="sig">
1308                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
1309                 <div class="fixedFont">
1310                         <span class="attributes"></span><b class="itemname">addEvents</b>
1311                                 
1312                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
1313                         
1314                                 
1315                         
1316                 </div>
1317                 <div class="mdesc">
1318                 
1319                    <div class="short">Used to define events on this Observable</div> 
1320                  
1321                  
1322                  
1323                     <div class="long">
1324                         
1325                                 Used to define events on this Observable
1326                     
1327                                 
1328                         
1329                         
1330                         
1331                         
1332                                 <dl class="detailList">
1333                                 <dt class="heading">Parameters:</dt>
1334                                 
1335                                         <dt>
1336                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>object</b>
1337                                                 
1338                                         </dt>
1339                                         <dd>The object with the events defined</dd>
1340                                 
1341                                 </dl>
1342                         
1343                         
1344                         
1345                         
1346                         
1347                         
1348                         
1349
1350                     
1351                     
1352                      
1353                     </div>                    
1354                 </div>
1355
1356             </td>
1357             <td class="msource">
1358                 
1359                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1360                 &nbsp;
1361             </td>
1362         </tr>
1363         
1364           
1365           <tr class="method-row config-row-alt1 expandable notInherited">
1366             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1367            
1368            
1369             <td class="sig">
1370                 <a id="Roo.BasicDialog-method-addKeyListener"   name=".addKeyListener"></a>
1371                 <div class="fixedFont">
1372                         <span class="attributes"></span><b class="itemname">addKeyListener</b>
1373                                 
1374                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>/Array/Object <B><i>key</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>fn</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1375                         
1376                                 
1377                                          : 
1378                                         
1379                                                 
1380                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
1381                                         
1382                                         
1383                                         
1384                                 
1385                         
1386                 </div>
1387                 <div class="mdesc">
1388                 
1389                    <div class="short">Adds a key listener for when this dialog is displayed.</div> 
1390                  
1391                  
1392                  
1393                     <div class="long">
1394                         
1395                                 Adds a key listener for when this dialog is displayed.  This allows you to hook in a function that will be<br/>executed in response to a particular key being pressed while the dialog is active.
1396                     
1397                                 
1398                         
1399                         
1400                         
1401                         
1402                                 <dl class="detailList">
1403                                 <dt class="heading">Parameters:</dt>
1404                                 
1405                                         <dt>
1406                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>/Array/Object</span>  <b>key</b>
1407                                                 
1408                                         </dt>
1409                                         <dd>Either the numeric key code, array of key codes or an object with the following options:<br/>                                 {key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}</dd>
1410                                 
1411                                         <dt>
1412                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>fn</b>
1413                                                 
1414                                         </dt>
1415                                         <dd>The function to call</dd>
1416                                 
1417                                         <dt>
1418                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1419                                                 
1420                                         </dt>
1421                                         <dd>(optional) The scope of the function</dd>
1422                                 
1423                                 </dl>
1424                         
1425                         
1426                         
1427                         
1428                         
1429                                 <dl class="detailList">
1430                                 <dt class="heading">Returns:</dt>
1431                                 
1432                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
1433                                 
1434                                 </dl>
1435                         
1436                         
1437                         
1438
1439                     
1440                     
1441                      
1442                     </div>                    
1443                 </div>
1444
1445             </td>
1446             <td class="msource">
1447                 
1448                         Roo.BasicDialog
1449                 &nbsp;
1450             </td>
1451         </tr>
1452         
1453           
1454           <tr class="method-row config-row-alt0 expandable">
1455             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1456            
1457            
1458             <td class="sig">
1459                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
1460                 <div class="fixedFont">
1461                         <span class="attributes"></span><b class="itemname">addListener</b>
1462                                 
1463                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
1464                         
1465                                 
1466                         
1467                 </div>
1468                 <div class="mdesc">
1469                 
1470                    <div class="short">Appends an event handler to this component</div> 
1471                  
1472                  
1473                  
1474                     <div class="long">
1475                         
1476                                 Appends an event handler to this component
1477                     
1478                                 
1479                         
1480                         
1481                         
1482                         
1483                                 <dl class="detailList">
1484                                 <dt class="heading">Parameters:</dt>
1485                                 
1486                                         <dt>
1487                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1488                                                 
1489                                         </dt>
1490                                         <dd>The type of event to listen for</dd>
1491                                 
1492                                         <dt>
1493                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1494                                                 
1495                                         </dt>
1496                                         <dd>The method the event invokes</dd>
1497                                 
1498                                         <dt>
1499                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1500                                                 
1501                                         </dt>
1502                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1503                                 
1504                                         <dt>
1505                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
1506                                                 
1507                                         </dt>
1508                                         <dd>(optional) An object containing handler configuration<br/>properties. This may contain any of the following properties:<ul><br/><li>scope {Object} The scope in which to execute the handler function. The handler function's "this" context.</li><br/><li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li><br/><li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li><br/><li>buffer {Number} Causes the handler to be scheduled to run in an {<b>link</b> Roo.util.DelayedTask} delayed<br/>by the specified number of milliseconds. If the event fires again within that time, the original<br/>handler is <em>not</em> invoked, but the new handler is scheduled in its place.</li><br/></ul><br><br/><p><br/><b>Combining Options</b><br><br/>Using the options argument, it is possible to combine different types of listeners:<br><br/><br><br/>A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)<br/>             <pre><code><br/>                el.on('click', this.onClick, this, {<br/>                       single: true,<br/>              delay: 100,<br/>                forumId: 4<br/>         });<br/>                </code></pre><br/><p><br/><b>Attaching multiple handlers in 1 call</b><br><br/>The method also allows for a single argument to be passed which is a config object containing properties<br/>which specify multiple handlers.<br/><pre><code><br/>               el.on({<br/>                    'click': {<br/>                 fn: this.onClick,<br/>                  scope: this,<br/>                       delay: 100<br/>                 }, <br/>                'mouseover': {<br/>                     fn: this.onMouseOver,<br/>                      scope: this<br/>                },<br/>                 'mouseout': {<br/>                      fn: this.onMouseOut,<br/>                       scope: this<br/>                }<br/>          });<br/>                </code></pre><br/><p><br/>Or a shorthand syntax which passes the same scope object to all handlers:<br/>        <pre><code><br/>                el.on({<br/>                    'click': this.onClick,<br/>             'mouseover': this.onMouseOver,<br/>             'mouseout': this.onMouseOut,<br/>               scope: this<br/>                });<br/>                </code></pre></dd>
1509                                 
1510                                 </dl>
1511                         
1512                         
1513                         
1514                         
1515                         
1516                         
1517                         
1518
1519                     
1520                     
1521                      
1522                     </div>                    
1523                 </div>
1524
1525             </td>
1526             <td class="msource">
1527                 
1528                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1529                 &nbsp;
1530             </td>
1531         </tr>
1532         
1533           
1534           <tr class="method-row config-row-alt1 expandable notInherited">
1535             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1536            
1537            
1538             <td class="sig">
1539                 <a id="Roo.BasicDialog-method-alignTo"   name=".alignTo"></a>
1540                 <div class="fixedFont">
1541                         <span class="attributes"></span><b class="itemname">alignTo</b>
1542                                 
1543                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element <B><i>element</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>position</i></B>, <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a> <B><i>offsets</i></B>) 
1544                         
1545                                 
1546                                          : 
1547                                         
1548                                                 
1549                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
1550                                         
1551                                         
1552                                         
1553                                 
1554                         
1555                 </div>
1556                 <div class="mdesc">
1557                 
1558                    <div class="short">Aligns the dialog to the specified element</div> 
1559                  
1560                  
1561                  
1562                     <div class="long">
1563                         
1564                                 Aligns the dialog to the specified element
1565                     
1566                                 
1567                         
1568                         
1569                         
1570                         
1571                                 <dl class="detailList">
1572                                 <dt class="heading">Parameters:</dt>
1573                                 
1574                                         <dt>
1575                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element</span>  <b>element</b>
1576                                                 
1577                                         </dt>
1578                                         <dd>The element to align to.</dd>
1579                                 
1580                                         <dt>
1581                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>position</b>
1582                                                 
1583                                         </dt>
1584                                         <dd>The position to align to (see {<b>link</b> Roo.Element<b>alignTo</b>} for more details).</dd>
1585                                 
1586                                         <dt>
1587                                                 <span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  <b>offsets</b>
1588                                                 
1589                                         </dt>
1590                                         <dd>(optional) Offset the positioning by [x, y]</dd>
1591                                 
1592                                 </dl>
1593                         
1594                         
1595                         
1596                         
1597                         
1598                                 <dl class="detailList">
1599                                 <dt class="heading">Returns:</dt>
1600                                 
1601                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
1602                                 
1603                                 </dl>
1604                         
1605                         
1606                         
1607
1608                     
1609                     
1610                      
1611                     </div>                    
1612                 </div>
1613
1614             </td>
1615             <td class="msource">
1616                 
1617                         Roo.BasicDialog
1618                 &nbsp;
1619             </td>
1620         </tr>
1621         
1622           
1623           <tr class="method-row config-row-alt0 expandable notInherited">
1624             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1625            
1626            
1627             <td class="sig">
1628                 <a id="Roo.BasicDialog-method-anchorTo"   name=".anchorTo"></a>
1629                 <div class="fixedFont">
1630                         <span class="attributes"></span><b class="itemname">anchorTo</b>
1631                                 
1632                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element <B><i>element</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>position</i></B>, <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a> <B><i>offsets</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>/Number <B><i>monitorScroll</i></B>) 
1633                         
1634                                 
1635                                          : 
1636                                         
1637                                                 
1638                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
1639                                         
1640                                         
1641                                         
1642                                 
1643                         
1644                 </div>
1645                 <div class="mdesc">
1646                 
1647                    <div class="short">Anchors an element to another element and realigns it when the window is resized.</div> 
1648                  
1649                  
1650                  
1651                     <div class="long">
1652                         
1653                                 Anchors an element to another element and realigns it when the window is resized.
1654                     
1655                                 
1656                         
1657                         
1658                         
1659                         
1660                                 <dl class="detailList">
1661                                 <dt class="heading">Parameters:</dt>
1662                                 
1663                                         <dt>
1664                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element</span>  <b>element</b>
1665                                                 
1666                                         </dt>
1667                                         <dd>The element to align to.</dd>
1668                                 
1669                                         <dt>
1670                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>position</b>
1671                                                 
1672                                         </dt>
1673                                         <dd>The position to align to (see {<b>link</b> Roo.Element<b>alignTo</b>} for more details)</dd>
1674                                 
1675                                         <dt>
1676                                                 <span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  <b>offsets</b>
1677                                                 
1678                                         </dt>
1679                                         <dd>(optional) Offset the positioning by [x, y]</dd>
1680                                 
1681                                         <dt>
1682                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>/Number</span>  <b>monitorScroll</b>
1683                                                 
1684                                         </dt>
1685                                         <dd>(optional) true to monitor body scroll and reposition. If this parameter<br/>is a number, it is used as the buffer delay (defaults to 50ms).</dd>
1686                                 
1687                                 </dl>
1688                         
1689                         
1690                         
1691                         
1692                         
1693                                 <dl class="detailList">
1694                                 <dt class="heading">Returns:</dt>
1695                                 
1696                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
1697                                 
1698                                 </dl>
1699                         
1700                         
1701                         
1702
1703                     
1704                     
1705                      
1706                     </div>                    
1707                 </div>
1708
1709             </td>
1710             <td class="msource">
1711                 
1712                         Roo.BasicDialog
1713                 &nbsp;
1714             </td>
1715         </tr>
1716         
1717           
1718           <tr class="method-row config-row-alt1 expandable notInherited">
1719             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1720            
1721            
1722             <td class="sig">
1723                 <a id="Roo.BasicDialog-method-center"   name=".center"></a>
1724                 <div class="fixedFont">
1725                         <span class="attributes"></span><b class="itemname">center</b>
1726                                 
1727                                  () 
1728                         
1729                                 
1730                                          : 
1731                                         
1732                                                 
1733                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
1734                                         
1735                                         
1736                                         
1737                                 
1738                         
1739                 </div>
1740                 <div class="mdesc">
1741                 
1742                    <div class="short">Centers this dialog in the viewport</div> 
1743                  
1744                  
1745                  
1746                     <div class="long">
1747                         
1748                                 Centers this dialog in the viewport
1749                     
1750                                 
1751                         
1752                         
1753                         
1754                         
1755                         
1756                         
1757                         
1758                         
1759                                 <dl class="detailList">
1760                                 <dt class="heading">Returns:</dt>
1761                                 
1762                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
1763                                 
1764                                 </dl>
1765                         
1766                         
1767                         
1768
1769                     
1770                     
1771                      
1772                     </div>                    
1773                 </div>
1774
1775             </td>
1776             <td class="msource">
1777                 
1778                         Roo.BasicDialog
1779                 &nbsp;
1780             </td>
1781         </tr>
1782         
1783           
1784           <tr class="method-row config-row-alt0 expandable notInherited">
1785             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1786            
1787            
1788             <td class="sig">
1789                 <a id="Roo.BasicDialog-method-collapse"   name=".collapse"></a>
1790                 <div class="fixedFont">
1791                         <span class="attributes"></span><b class="itemname">collapse</b>
1792                                 
1793                                  () 
1794                         
1795                                 
1796                         
1797                 </div>
1798                 <div class="mdesc">
1799                 
1800                    <div class="short">Collapses the dialog to its minimized state (only the title bar is visible).</div> 
1801                  
1802                  
1803                  
1804                     <div class="long">
1805                         
1806                                 Collapses the dialog to its minimized state (only the title bar is visible).<br/>Equivalent to the user clicking the collapse dialog button.
1807                     
1808                                 
1809                         
1810                         
1811                         
1812                         
1813                         
1814                         
1815                         
1816                         
1817                         
1818                         
1819
1820                     
1821                     
1822                      
1823                     </div>                    
1824                 </div>
1825
1826             </td>
1827             <td class="msource">
1828                 
1829                         Roo.BasicDialog
1830                 &nbsp;
1831             </td>
1832         </tr>
1833         
1834           
1835           <tr class="method-row config-row-alt1 expandable notInherited">
1836             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1837            
1838            
1839             <td class="sig">
1840                 <a id="Roo.BasicDialog-method-destroy"   name=".destroy"></a>
1841                 <div class="fixedFont">
1842                         <span class="attributes"></span><b class="itemname">destroy</b>
1843                                 
1844                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>removeEl</i></B>) 
1845                         
1846                                 
1847                         
1848                 </div>
1849                 <div class="mdesc">
1850                 
1851                    <div class="short">Destroys this dialog and all its supporting elements (including any tabs, shim,<br/>shadow, proxy, mask, etc.</div> 
1852                  
1853                  
1854                  
1855                     <div class="long">
1856                         
1857                                 Destroys this dialog and all its supporting elements (including any tabs, shim,<br/>shadow, proxy, mask, etc.)  Also removes all event listeners.
1858                     
1859                                 
1860                         
1861                         
1862                         
1863                         
1864                                 <dl class="detailList">
1865                                 <dt class="heading">Parameters:</dt>
1866                                 
1867                                         <dt>
1868                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>removeEl</b>
1869                                                 
1870                                         </dt>
1871                                         <dd>(optional) true to remove the element from the DOM</dd>
1872                                 
1873                                 </dl>
1874                         
1875                         
1876                         
1877                         
1878                         
1879                         
1880                         
1881
1882                     
1883                     
1884                      
1885                     </div>                    
1886                 </div>
1887
1888             </td>
1889             <td class="msource">
1890                 
1891                         Roo.BasicDialog
1892                 &nbsp;
1893             </td>
1894         </tr>
1895         
1896           
1897           <tr class="method-row config-row-alt0 expandable notInherited">
1898             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1899            
1900            
1901             <td class="sig">
1902                 <a id="Roo.BasicDialog-method-expand"   name=".expand"></a>
1903                 <div class="fixedFont">
1904                         <span class="attributes"></span><b class="itemname">expand</b>
1905                                 
1906                                  () 
1907                         
1908                                 
1909                         
1910                 </div>
1911                 <div class="mdesc">
1912                 
1913                    <div class="short">Expands a collapsed dialog back to its normal state.</div> 
1914                  
1915                  
1916                  
1917                     <div class="long">
1918                         
1919                                 Expands a collapsed dialog back to its normal state.  Equivalent to the user<br/>clicking the expand dialog button.
1920                     
1921                                 
1922                         
1923                         
1924                         
1925                         
1926                         
1927                         
1928                         
1929                         
1930                         
1931                         
1932
1933                     
1934                     
1935                      
1936                     </div>                    
1937                 </div>
1938
1939             </td>
1940             <td class="msource">
1941                 
1942                         Roo.BasicDialog
1943                 &nbsp;
1944             </td>
1945         </tr>
1946         
1947           
1948           <tr class="method-row config-row-alt1 expandable">
1949             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1950            
1951            
1952             <td class="sig">
1953                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
1954                 <div class="fixedFont">
1955                         <span class="attributes"></span><b class="itemname">fireEvent</b>
1956                                 
1957                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a> <B><i>args</i></B>) 
1958                         
1959                                 
1960                                          : 
1961                                         
1962                                                 
1963                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1964                                         
1965                                         
1966                                         
1967                                 
1968                         
1969                 </div>
1970                 <div class="mdesc">
1971                 
1972                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
1973                  
1974                  
1975                  
1976                     <div class="long">
1977                         
1978                                 Fires the specified event with the passed parameters (minus the event name).
1979                     
1980                                 
1981                         
1982                         
1983                         
1984                         
1985                                 <dl class="detailList">
1986                                 <dt class="heading">Parameters:</dt>
1987                                 
1988                                         <dt>
1989                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1990                                                 
1991                                         </dt>
1992                                         <dd></dd>
1993                                 
1994                                         <dt>
1995                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a></span>  <b>args</b>
1996                                                 
1997                                         </dt>
1998                                         <dd>Variable number of parameters are passed to handlers</dd>
1999                                 
2000                                 </dl>
2001                         
2002                         
2003                         
2004                         
2005                         
2006                                 <dl class="detailList">
2007                                 <dt class="heading">Returns:</dt>
2008                                 
2009                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  returns false if any of the handlers return false otherwise it returns true</dd>
2010                                 
2011                                 </dl>
2012                         
2013                         
2014                         
2015
2016                     
2017                     
2018                      
2019                     </div>                    
2020                 </div>
2021
2022             </td>
2023             <td class="msource">
2024                 
2025                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2026                 &nbsp;
2027             </td>
2028         </tr>
2029         
2030           
2031           <tr class="method-row config-row-alt0 expandable notInherited">
2032             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2033            
2034            
2035             <td class="sig">
2036                 <a id="Roo.BasicDialog-method-focus"   name=".focus"></a>
2037                 <div class="fixedFont">
2038                         <span class="attributes"></span><b class="itemname">focus</b>
2039                                 
2040                                  () 
2041                         
2042                                 
2043                         
2044                 </div>
2045                 <div class="mdesc">
2046                 
2047                    <div class="short">Focuses the dialog.</div> 
2048                  
2049                  
2050                  
2051                     <div class="long">
2052                         
2053                                 Focuses the dialog.  If a defaultButton is set, it will receive focus, otherwise the<br/>dialog itself will receive focus.
2054                     
2055                                 
2056                         
2057                         
2058                         
2059                         
2060                         
2061                         
2062                         
2063                         
2064                         
2065                         
2066
2067                     
2068                     
2069                      
2070                     </div>                    
2071                 </div>
2072
2073             </td>
2074             <td class="msource">
2075                 
2076                         Roo.BasicDialog
2077                 &nbsp;
2078             </td>
2079         </tr>
2080         
2081           
2082           <tr class="method-row config-row-alt1 expandable notInherited">
2083             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2084            
2085            
2086             <td class="sig">
2087                 <a id="Roo.BasicDialog-method-getEl"   name=".getEl"></a>
2088                 <div class="fixedFont">
2089                         <span class="attributes"></span><b class="itemname">getEl</b>
2090                                 
2091                                  () 
2092                         
2093                                 
2094                                          : 
2095                                         
2096                                                 
2097                                                 <a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>
2098                                         
2099                                         
2100                                         
2101                                 
2102                         
2103                 </div>
2104                 <div class="mdesc">
2105                 
2106                    <div class="short">Returns the element for this dialog</div> 
2107                  
2108                  
2109                  
2110                     <div class="long">
2111                         
2112                                 Returns the element for this dialog
2113                     
2114                                 
2115                         
2116                         
2117                         
2118                         
2119                         
2120                         
2121                         
2122                         
2123                                 <dl class="detailList">
2124                                 <dt class="heading">Returns:</dt>
2125                                 
2126                                         <dd><span class="fixedFont"><a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a></span>  The underlying dialog Element</dd>
2127                                 
2128                                 </dl>
2129                         
2130                         
2131                         
2132
2133                     
2134                     
2135                      
2136                     </div>                    
2137                 </div>
2138
2139             </td>
2140             <td class="msource">
2141                 
2142                         Roo.BasicDialog
2143                 &nbsp;
2144             </td>
2145         </tr>
2146         
2147           
2148           <tr class="method-row config-row-alt0 expandable notInherited">
2149             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2150            
2151            
2152             <td class="sig">
2153                 <a id="Roo.BasicDialog-method-getTabs"   name=".getTabs"></a>
2154                 <div class="fixedFont">
2155                         <span class="attributes"></span><b class="itemname">getTabs</b>
2156                                 
2157                                  () 
2158                         
2159                                 
2160                                          : 
2161                                         
2162                                                 
2163                                                 <a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a>
2164                                         
2165                                         
2166                                         
2167                                 
2168                         
2169                 </div>
2170                 <div class="mdesc">
2171                 
2172                    <div class="short">Returns the TabPanel component (creates it if it doesn't exist).</div> 
2173                  
2174                  
2175                  
2176                     <div class="long">
2177                         
2178                                 Returns the TabPanel component (creates it if it doesn't exist).<br/>Note: If you wish to simply check for the existence of tabs without creating them,<br/>check for a null 'tabs' property.
2179                     
2180                                 
2181                         
2182                         
2183                         
2184                         
2185                         
2186                         
2187                         
2188                         
2189                                 <dl class="detailList">
2190                                 <dt class="heading">Returns:</dt>
2191                                 
2192                                         <dd><span class="fixedFont"><a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a></span>  The tabs component</dd>
2193                                 
2194                                 </dl>
2195                         
2196                         
2197                         
2198
2199                     
2200                     
2201                      
2202                     </div>                    
2203                 </div>
2204
2205             </td>
2206             <td class="msource">
2207                 
2208                         Roo.BasicDialog
2209                 &nbsp;
2210             </td>
2211         </tr>
2212         
2213           
2214           <tr class="method-row config-row-alt1 expandable">
2215             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2216            
2217            
2218             <td class="sig">
2219                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
2220                 <div class="fixedFont">
2221                         <span class="attributes"></span><b class="itemname">hasListener</b>
2222                                 
2223                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
2224                         
2225                                 
2226                                          : 
2227                                         
2228                                                 
2229                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2230                                         
2231                                         
2232                                         
2233                                 
2234                         
2235                 </div>
2236                 <div class="mdesc">
2237                 
2238                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
2239                  
2240                  
2241                  
2242                     <div class="long">
2243                         
2244                                 Checks to see if this object has any listeners for a specified event
2245                     
2246                                 
2247                         
2248                         
2249                         
2250                         
2251                                 <dl class="detailList">
2252                                 <dt class="heading">Parameters:</dt>
2253                                 
2254                                         <dt>
2255                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2256                                                 
2257                                         </dt>
2258                                         <dd>The name of the event to check for</dd>
2259                                 
2260                                 </dl>
2261                         
2262                         
2263                         
2264                         
2265                         
2266                                 <dl class="detailList">
2267                                 <dt class="heading">Returns:</dt>
2268                                 
2269                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  True if the event is being listened for, else false</dd>
2270                                 
2271                                 </dl>
2272                         
2273                         
2274                         
2275
2276                     
2277                     
2278                      
2279                     </div>                    
2280                 </div>
2281
2282             </td>
2283             <td class="msource">
2284                 
2285                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2286                 &nbsp;
2287             </td>
2288         </tr>
2289         
2290           
2291           <tr class="method-row config-row-alt0 expandable notInherited">
2292             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2293            
2294            
2295             <td class="sig">
2296                 <a id="Roo.BasicDialog-method-hide"   name=".hide"></a>
2297                 <div class="fixedFont">
2298                         <span class="attributes"></span><b class="itemname">hide</b>
2299                                 
2300                                  (<a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>callback</i></B>) 
2301                         
2302                                 
2303                                          : 
2304                                         
2305                                                 
2306                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
2307                                         
2308                                         
2309                                         
2310                                 
2311                         
2312                 </div>
2313                 <div class="mdesc">
2314                 
2315                    <div class="short">Hides the dialog.</div> 
2316                  
2317                  
2318                  
2319                     <div class="long">
2320                         
2321                                 Hides the dialog.
2322                     
2323                                 
2324                         
2325                         
2326                         
2327                         
2328                                 <dl class="detailList">
2329                                 <dt class="heading">Parameters:</dt>
2330                                 
2331                                         <dt>
2332                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>callback</b>
2333                                                 
2334                                         </dt>
2335                                         <dd>(optional) Function to call when the dialog is hidden</dd>
2336                                 
2337                                 </dl>
2338                         
2339                         
2340                         
2341                         
2342                         
2343                                 <dl class="detailList">
2344                                 <dt class="heading">Returns:</dt>
2345                                 
2346                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
2347                                 
2348                                 </dl>
2349                         
2350                         
2351                         
2352
2353                     
2354                     
2355                      
2356                     </div>                    
2357                 </div>
2358
2359             </td>
2360             <td class="msource">
2361                 
2362                         Roo.BasicDialog
2363                 &nbsp;
2364             </td>
2365         </tr>
2366         
2367           
2368           <tr class="method-row config-row-alt1 expandable notInherited">
2369             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2370            
2371            
2372             <td class="sig">
2373                 <a id="Roo.BasicDialog-method-initTabs"   name=".initTabs"></a>
2374                 <div class="fixedFont">
2375                         <span class="attributes"></span><b class="itemname">initTabs</b>
2376                                 
2377                                  () 
2378                         
2379                                 
2380                                          : 
2381                                         
2382                                                 
2383                                                 <a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a>
2384                                         
2385                                         
2386                                         
2387                                 
2388                         
2389                 </div>
2390                 <div class="mdesc">
2391                 
2392                    <div class="short">Reinitializes the tabs component, clearing out old tabs and finding new ones.</div> 
2393                  
2394                  
2395                  
2396                     <div class="long">
2397                         
2398                                 Reinitializes the tabs component, clearing out old tabs and finding new ones.
2399                     
2400                                 
2401                         
2402                         
2403                         
2404                         
2405                         
2406                         
2407                         
2408                         
2409                                 <dl class="detailList">
2410                                 <dt class="heading">Returns:</dt>
2411                                 
2412                                         <dd><span class="fixedFont"><a href="./Roo.TabPanel.html#constructor" roo:cls="Roo.TabPanel.html#constructor">Roo.TabPanel</a></span>  The tabs component</dd>
2413                                 
2414                                 </dl>
2415                         
2416                         
2417                         
2418
2419                     
2420                     
2421                      
2422                     </div>                    
2423                 </div>
2424
2425             </td>
2426             <td class="msource">
2427                 
2428                         Roo.BasicDialog
2429                 &nbsp;
2430             </td>
2431         </tr>
2432         
2433           
2434           <tr class="method-row config-row-alt0 expandable notInherited">
2435             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2436            
2437            
2438             <td class="sig">
2439                 <a id="Roo.BasicDialog-method-isVisible"   name=".isVisible"></a>
2440                 <div class="fixedFont">
2441                         <span class="attributes"></span><b class="itemname">isVisible</b>
2442                                 
2443                                  () 
2444                         
2445                                 
2446                                          : 
2447                                         
2448                                                 
2449                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2450                                         
2451                                         
2452                                         
2453                                 
2454                         
2455                 </div>
2456                 <div class="mdesc">
2457                 
2458                    <div class="short">Returns true if the dialog is visible</div> 
2459                  
2460                  
2461                  
2462                     <div class="long">
2463                         
2464                                 Returns true if the dialog is visible
2465                     
2466                                 
2467                         
2468                         
2469                         
2470                         
2471                         
2472                         
2473                         
2474                         
2475                                 <dl class="detailList">
2476                                 <dt class="heading">Returns:</dt>
2477                                 
2478                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
2479                                 
2480                                 </dl>
2481                         
2482                         
2483                         
2484
2485                     
2486                     
2487                      
2488                     </div>                    
2489                 </div>
2490
2491             </td>
2492             <td class="msource">
2493                 
2494                         Roo.BasicDialog
2495                 &nbsp;
2496             </td>
2497         </tr>
2498         
2499           
2500           <tr class="method-row config-row-alt1 expandable notInherited">
2501             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2502            
2503            
2504             <td class="sig">
2505                 <a id="Roo.BasicDialog-method-moveTo"   name=".moveTo"></a>
2506                 <div class="fixedFont">
2507                         <span class="attributes"></span><b class="itemname">moveTo</b>
2508                                 
2509                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>x</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>y</i></B>) 
2510                         
2511                                 
2512                                          : 
2513                                         
2514                                                 
2515                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
2516                                         
2517                                         
2518                                         
2519                                 
2520                         
2521                 </div>
2522                 <div class="mdesc">
2523                 
2524                    <div class="short">Moves the dialog's top-left corner to the specified point</div> 
2525                  
2526                  
2527                  
2528                     <div class="long">
2529                         
2530                                 Moves the dialog's top-left corner to the specified point
2531                     
2532                                 
2533                         
2534                         
2535                         
2536                         
2537                                 <dl class="detailList">
2538                                 <dt class="heading">Parameters:</dt>
2539                                 
2540                                         <dt>
2541                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>x</b>
2542                                                 
2543                                         </dt>
2544                                         <dd></dd>
2545                                 
2546                                         <dt>
2547                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>y</b>
2548                                                 
2549                                         </dt>
2550                                         <dd></dd>
2551                                 
2552                                 </dl>
2553                         
2554                         
2555                         
2556                         
2557                         
2558                                 <dl class="detailList">
2559                                 <dt class="heading">Returns:</dt>
2560                                 
2561                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
2562                                 
2563                                 </dl>
2564                         
2565                         
2566                         
2567
2568                     
2569                     
2570                      
2571                     </div>                    
2572                 </div>
2573
2574             </td>
2575             <td class="msource">
2576                 
2577                         Roo.BasicDialog
2578                 &nbsp;
2579             </td>
2580         </tr>
2581         
2582           
2583           <tr class="method-row config-row-alt0 expandable">
2584             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2585            
2586            
2587             <td class="sig">
2588                 <a id="Roo.util.Observable-method-on"   name=".on"></a>
2589                 <div class="fixedFont">
2590                         <span class="attributes"></span><b class="itemname">on</b>
2591                                 
2592                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
2593                         
2594                                 
2595                         
2596                 </div>
2597                 <div class="mdesc">
2598                 
2599                    <div class="short">Appends an event handler to this element (shorthand for addListener)</div> 
2600                  
2601                  
2602                  
2603                     <div class="long">
2604                         
2605                                 Appends an event handler to this element (shorthand for addListener)
2606                     
2607                                 
2608                         
2609                         
2610                         
2611                         
2612                                 <dl class="detailList">
2613                                 <dt class="heading">Parameters:</dt>
2614                                 
2615                                         <dt>
2616                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2617                                                 
2618                                         </dt>
2619                                         <dd>The type of event to listen for</dd>
2620                                 
2621                                         <dt>
2622                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
2623                                                 
2624                                         </dt>
2625                                         <dd>The method the event invokes</dd>
2626                                 
2627                                         <dt>
2628                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
2629                                                 
2630                                         </dt>
2631                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
2632                                 
2633                                         <dt>
2634                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
2635                                                 
2636                                         </dt>
2637                                         <dd>(optional)</dd>
2638                                 
2639                                 </dl>
2640                         
2641                         
2642                         
2643                         
2644                         
2645                         
2646                         
2647
2648                     
2649                     
2650                      
2651                     </div>                    
2652                 </div>
2653
2654             </td>
2655             <td class="msource">
2656                 
2657                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2658                 &nbsp;
2659             </td>
2660         </tr>
2661         
2662           
2663           <tr class="method-row config-row-alt1 expandable">
2664             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2665            
2666            
2667             <td class="sig">
2668                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
2669                 <div class="fixedFont">
2670                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
2671                                 
2672                                  () 
2673                         
2674                                 
2675                         
2676                 </div>
2677                 <div class="mdesc">
2678                 
2679                    <div class="short">Removes all listeners for this object</div> 
2680                  
2681                  
2682                  
2683                     <div class="long">
2684                         
2685                                 Removes all listeners for this object
2686                     
2687                                 
2688                         
2689                         
2690                         
2691                         
2692                         
2693                         
2694                         
2695                         
2696                         
2697                         
2698
2699                     
2700                     
2701                      
2702                     </div>                    
2703                 </div>
2704
2705             </td>
2706             <td class="msource">
2707                 
2708                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2709                 &nbsp;
2710             </td>
2711         </tr>
2712         
2713           
2714           <tr class="method-row config-row-alt0 expandable">
2715             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2716            
2717            
2718             <td class="sig">
2719                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
2720                 <div class="fixedFont">
2721                         <span class="attributes"></span><b class="itemname">removeListener</b>
2722                                 
2723                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
2724                         
2725                                 
2726                         
2727                 </div>
2728                 <div class="mdesc">
2729                 
2730                    <div class="short">Removes a listener</div> 
2731                  
2732                  
2733                  
2734                     <div class="long">
2735                         
2736                                 Removes a listener
2737                     
2738                                 
2739                         
2740                         
2741                         
2742                         
2743                                 <dl class="detailList">
2744                                 <dt class="heading">Parameters:</dt>
2745                                 
2746                                         <dt>
2747                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2748                                                 
2749                                         </dt>
2750                                         <dd>The type of event to listen for</dd>
2751                                 
2752                                         <dt>
2753                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
2754                                                 
2755                                         </dt>
2756                                         <dd>The handler to remove</dd>
2757                                 
2758                                         <dt>
2759                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
2760                                                 
2761                                         </dt>
2762                                         <dd>(optional) The scope (this object) for the handler</dd>
2763                                 
2764                                 </dl>
2765                         
2766                         
2767                         
2768                         
2769                         
2770                         
2771                         
2772
2773                     
2774                     
2775                      
2776                     </div>                    
2777                 </div>
2778
2779             </td>
2780             <td class="msource">
2781                 
2782                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2783                 &nbsp;
2784             </td>
2785         </tr>
2786         
2787           
2788           <tr class="method-row config-row-alt1 expandable notInherited">
2789             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2790            
2791            
2792             <td class="sig">
2793                 <a id="Roo.BasicDialog-method-resizeTo"   name=".resizeTo"></a>
2794                 <div class="fixedFont">
2795                         <span class="attributes"></span><b class="itemname">resizeTo</b>
2796                                 
2797                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>width</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>height</i></B>) 
2798                         
2799                                 
2800                                          : 
2801                                         
2802                                                 
2803                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
2804                                         
2805                                         
2806                                         
2807                                 
2808                         
2809                 </div>
2810                 <div class="mdesc">
2811                 
2812                    <div class="short">Resizes the dialog.</div> 
2813                  
2814                  
2815                  
2816                     <div class="long">
2817                         
2818                                 Resizes the dialog.
2819                     
2820                                 
2821                         
2822                         
2823                         
2824                         
2825                                 <dl class="detailList">
2826                                 <dt class="heading">Parameters:</dt>
2827                                 
2828                                         <dt>
2829                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>width</b>
2830                                                 
2831                                         </dt>
2832                                         <dd></dd>
2833                                 
2834                                         <dt>
2835                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>height</b>
2836                                                 
2837                                         </dt>
2838                                         <dd></dd>
2839                                 
2840                                 </dl>
2841                         
2842                         
2843                         
2844                         
2845                         
2846                                 <dl class="detailList">
2847                                 <dt class="heading">Returns:</dt>
2848                                 
2849                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
2850                                 
2851                                 </dl>
2852                         
2853                         
2854                         
2855
2856                     
2857                     
2858                      
2859                     </div>                    
2860                 </div>
2861
2862             </td>
2863             <td class="msource">
2864                 
2865                         Roo.BasicDialog
2866                 &nbsp;
2867             </td>
2868         </tr>
2869         
2870           
2871           <tr class="method-row config-row-alt0 expandable notInherited">
2872             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2873            
2874            
2875             <td class="sig">
2876                 <a id="Roo.BasicDialog-method-restoreState"   name=".restoreState"></a>
2877                 <div class="fixedFont">
2878                         <span class="attributes"></span><b class="itemname">restoreState</b>
2879                                 
2880                                  () 
2881                         
2882                                 
2883                                          : 
2884                                         
2885                                                 
2886                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
2887                                         
2888                                         
2889                                         
2890                                 
2891                         
2892                 </div>
2893                 <div class="mdesc">
2894                 
2895                    <div class="short">Restores the previous state of the dialog if Roo.state is configured.</div> 
2896                  
2897                  
2898                  
2899                     <div class="long">
2900                         
2901                                 Restores the previous state of the dialog if Roo.state is configured.
2902                     
2903                                 
2904                         
2905                         
2906                         
2907                         
2908                         
2909                         
2910                         
2911                         
2912                                 <dl class="detailList">
2913                                 <dt class="heading">Returns:</dt>
2914                                 
2915                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
2916                                 
2917                                 </dl>
2918                         
2919                         
2920                         
2921
2922                     
2923                     
2924                      
2925                     </div>                    
2926                 </div>
2927
2928             </td>
2929             <td class="msource">
2930                 
2931                         Roo.BasicDialog
2932                 &nbsp;
2933             </td>
2934         </tr>
2935         
2936           
2937           <tr class="method-row config-row-alt1 expandable notInherited">
2938             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2939            
2940            
2941             <td class="sig">
2942                 <a id="Roo.BasicDialog-method-setContentSize"   name=".setContentSize"></a>
2943                 <div class="fixedFont">
2944                         <span class="attributes"></span><b class="itemname">setContentSize</b>
2945                                 
2946                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>width</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>height</i></B>) 
2947                         
2948                                 
2949                                          : 
2950                                         
2951                                                 
2952                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
2953                                         
2954                                         
2955                                         
2956                                 
2957                         
2958                 </div>
2959                 <div class="mdesc">
2960                 
2961                    <div class="short">Resizes the dialog to fit the specified content size.</div> 
2962                  
2963                  
2964                  
2965                     <div class="long">
2966                         
2967                                 Resizes the dialog to fit the specified content size.
2968                     
2969                                 
2970                         
2971                         
2972                         
2973                         
2974                                 <dl class="detailList">
2975                                 <dt class="heading">Parameters:</dt>
2976                                 
2977                                         <dt>
2978                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>width</b>
2979                                                 
2980                                         </dt>
2981                                         <dd></dd>
2982                                 
2983                                         <dt>
2984                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>height</b>
2985                                                 
2986                                         </dt>
2987                                         <dd></dd>
2988                                 
2989                                 </dl>
2990                         
2991                         
2992                         
2993                         
2994                         
2995                                 <dl class="detailList">
2996                                 <dt class="heading">Returns:</dt>
2997                                 
2998                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
2999                                 
3000                                 </dl>
3001                         
3002                         
3003                         
3004
3005                     
3006                     
3007                      
3008                     </div>                    
3009                 </div>
3010
3011             </td>
3012             <td class="msource">
3013                 
3014                         Roo.BasicDialog
3015                 &nbsp;
3016             </td>
3017         </tr>
3018         
3019           
3020           <tr class="method-row config-row-alt0 expandable notInherited">
3021             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3022            
3023            
3024             <td class="sig">
3025                 <a id="Roo.BasicDialog-method-setDefaultButton"   name=".setDefaultButton"></a>
3026                 <div class="fixedFont">
3027                         <span class="attributes"></span><b class="itemname">setDefaultButton</b>
3028                                 
3029                                  (Roo.BasicDialog.Button <B><i>btn</i></B>) 
3030                         
3031                                 
3032                                          : 
3033                                         
3034                                                 
3035                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
3036                                         
3037                                         
3038                                         
3039                                 
3040                         
3041                 </div>
3042                 <div class="mdesc">
3043                 
3044                    <div class="short">Sets the default button to be focused when the dialog is displayed.</div> 
3045                  
3046                  
3047                  
3048                     <div class="long">
3049                         
3050                                 Sets the default button to be focused when the dialog is displayed.
3051                     
3052                                 
3053                         
3054                         
3055                         
3056                         
3057                                 <dl class="detailList">
3058                                 <dt class="heading">Parameters:</dt>
3059                                 
3060                                         <dt>
3061                                                 <span class="fixedFont">Roo.BasicDialog.Button</span>  <b>btn</b>
3062                                                 
3063                                         </dt>
3064                                         <dd>The button object returned by {<b>link</b> <b>addButton</b>}</dd>
3065                                 
3066                                 </dl>
3067                         
3068                         
3069                         
3070                         
3071                         
3072                                 <dl class="detailList">
3073                                 <dt class="heading">Returns:</dt>
3074                                 
3075                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
3076                                 
3077                                 </dl>
3078                         
3079                         
3080                         
3081
3082                     
3083                     
3084                      
3085                     </div>                    
3086                 </div>
3087
3088             </td>
3089             <td class="msource">
3090                 
3091                         Roo.BasicDialog
3092                 &nbsp;
3093             </td>
3094         </tr>
3095         
3096           
3097           <tr class="method-row config-row-alt1 expandable notInherited">
3098             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3099            
3100            
3101             <td class="sig">
3102                 <a id="Roo.BasicDialog-method-setTitle"   name=".setTitle"></a>
3103                 <div class="fixedFont">
3104                         <span class="attributes"></span><b class="itemname">setTitle</b>
3105                                 
3106                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>text</i></B>) 
3107                         
3108                                 
3109                                          : 
3110                                         
3111                                                 
3112                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
3113                                         
3114                                         
3115                                         
3116                                 
3117                         
3118                 </div>
3119                 <div class="mdesc">
3120                 
3121                    <div class="short">Sets the dialog title text</div> 
3122                  
3123                  
3124                  
3125                     <div class="long">
3126                         
3127                                 Sets the dialog title text
3128                     
3129                                 
3130                         
3131                         
3132                         
3133                         
3134                                 <dl class="detailList">
3135                                 <dt class="heading">Parameters:</dt>
3136                                 
3137                                         <dt>
3138                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>text</b>
3139                                                 
3140                                         </dt>
3141                                         <dd>The title text to display</dd>
3142                                 
3143                                 </dl>
3144                         
3145                         
3146                         
3147                         
3148                         
3149                                 <dl class="detailList">
3150                                 <dt class="heading">Returns:</dt>
3151                                 
3152                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
3153                                 
3154                                 </dl>
3155                         
3156                         
3157                         
3158
3159                     
3160                     
3161                      
3162                     </div>                    
3163                 </div>
3164
3165             </td>
3166             <td class="msource">
3167                 
3168                         Roo.BasicDialog
3169                 &nbsp;
3170             </td>
3171         </tr>
3172         
3173           
3174           <tr class="method-row config-row-alt0 expandable notInherited">
3175             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3176            
3177            
3178             <td class="sig">
3179                 <a id="Roo.BasicDialog-method-show"   name=".show"></a>
3180                 <div class="fixedFont">
3181                         <span class="attributes"></span><b class="itemname">show</b>
3182                                 
3183                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element <B><i>animateTarget</i></B>) 
3184                         
3185                                 
3186                                          : 
3187                                         
3188                                                 
3189                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
3190                                         
3191                                         
3192                                         
3193                                 
3194                         
3195                 </div>
3196                 <div class="mdesc">
3197                 
3198                    <div class="short">Shows the dialog.</div> 
3199                  
3200                  
3201                  
3202                     <div class="long">
3203                         
3204                                 Shows the dialog.
3205                     
3206                                 
3207                         
3208                         
3209                         
3210                         
3211                                 <dl class="detailList">
3212                                 <dt class="heading">Parameters:</dt>
3213                                 
3214                                         <dt>
3215                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>/HTMLElement/Roo.Element</span>  <b>animateTarget</b>
3216                                                 
3217                                         </dt>
3218                                         <dd>(optional) Reset the animation target</dd>
3219                                 
3220                                 </dl>
3221                         
3222                         
3223                         
3224                         
3225                         
3226                                 <dl class="detailList">
3227                                 <dt class="heading">Returns:</dt>
3228                                 
3229                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
3230                                 
3231                                 </dl>
3232                         
3233                         
3234                         
3235
3236                     
3237                     
3238                      
3239                     </div>                    
3240                 </div>
3241
3242             </td>
3243             <td class="msource">
3244                 
3245                         Roo.BasicDialog
3246                 &nbsp;
3247             </td>
3248         </tr>
3249         
3250           
3251           <tr class="method-row config-row-alt1 expandable notInherited">
3252             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3253            
3254            
3255             <td class="sig">
3256                 <a id="Roo.BasicDialog-method-toBack"   name=".toBack"></a>
3257                 <div class="fixedFont">
3258                         <span class="attributes"></span><b class="itemname">toBack</b>
3259                                 
3260                                  () 
3261                         
3262                                 
3263                                          : 
3264                                         
3265                                                 
3266                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
3267                                         
3268                                         
3269                                         
3270                                 
3271                         
3272                 </div>
3273                 <div class="mdesc">
3274                 
3275                    <div class="short">Sends this dialog to the back (under) of any other visible dialogs</div> 
3276                  
3277                  
3278                  
3279                     <div class="long">
3280                         
3281                                 Sends this dialog to the back (under) of any other visible dialogs
3282                     
3283                                 
3284                         
3285                         
3286                         
3287                         
3288                         
3289                         
3290                         
3291                         
3292                                 <dl class="detailList">
3293                                 <dt class="heading">Returns:</dt>
3294                                 
3295                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
3296                                 
3297                                 </dl>
3298                         
3299                         
3300                         
3301
3302                     
3303                     
3304                      
3305                     </div>                    
3306                 </div>
3307
3308             </td>
3309             <td class="msource">
3310                 
3311                         Roo.BasicDialog
3312                 &nbsp;
3313             </td>
3314         </tr>
3315         
3316           
3317           <tr class="method-row config-row-alt0 expandable notInherited">
3318             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3319            
3320            
3321             <td class="sig">
3322                 <a id="Roo.BasicDialog-method-toFront"   name=".toFront"></a>
3323                 <div class="fixedFont">
3324                         <span class="attributes"></span><b class="itemname">toFront</b>
3325                                 
3326                                  () 
3327                         
3328                                 
3329                                          : 
3330                                         
3331                                                 
3332                                                 <a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a>
3333                                         
3334                                         
3335                                         
3336                                 
3337                         
3338                 </div>
3339                 <div class="mdesc">
3340                 
3341                    <div class="short">Brings this dialog to the front of any other visible dialogs</div> 
3342                  
3343                  
3344                  
3345                     <div class="long">
3346                         
3347                                 Brings this dialog to the front of any other visible dialogs
3348                     
3349                                 
3350                         
3351                         
3352                         
3353                         
3354                         
3355                         
3356                         
3357                         
3358                                 <dl class="detailList">
3359                                 <dt class="heading">Returns:</dt>
3360                                 
3361                                         <dd><span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span>  this</dd>
3362                                 
3363                                 </dl>
3364                         
3365                         
3366                         
3367
3368                     
3369                     
3370                      
3371                     </div>                    
3372                 </div>
3373
3374             </td>
3375             <td class="msource">
3376                 
3377                         Roo.BasicDialog
3378                 &nbsp;
3379             </td>
3380         </tr>
3381         
3382           
3383           <tr class="method-row config-row-alt1 expandable">
3384             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3385            
3386            
3387             <td class="sig">
3388                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
3389                 <div class="fixedFont">
3390                         <span class="attributes"></span><b class="itemname">un</b>
3391                                 
3392                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
3393                         
3394                                 
3395                         
3396                 </div>
3397                 <div class="mdesc">
3398                 
3399                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
3400                  
3401                  
3402                  
3403                     <div class="long">
3404                         
3405                                 Removes a listener (shorthand for removeListener)
3406                     
3407                                 
3408                         
3409                         
3410                         
3411                         
3412                                 <dl class="detailList">
3413                                 <dt class="heading">Parameters:</dt>
3414                                 
3415                                         <dt>
3416                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
3417                                                 
3418                                         </dt>
3419                                         <dd>The type of event to listen for</dd>
3420                                 
3421                                         <dt>
3422                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
3423                                                 
3424                                         </dt>
3425                                         <dd>The handler to remove</dd>
3426                                 
3427                                         <dt>
3428                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
3429                                                 
3430                                         </dt>
3431                                         <dd>(optional) The scope (this object) for the handler</dd>
3432                                 
3433                                 </dl>
3434                         
3435                         
3436                         
3437                         
3438                         
3439                         
3440                         
3441
3442                     
3443                     
3444                      
3445                     </div>                    
3446                 </div>
3447
3448             </td>
3449             <td class="msource">
3450                 
3451                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
3452                 &nbsp;
3453             </td>
3454         </tr>
3455         
3456                                                        
3457     </table>
3458
3459   
3460   <!-- ============================== events summary / details ======================== -->
3461   
3462   
3463   <a id="Roo.BasicDialog-events"></a>
3464     
3465   
3466         
3467    
3468   
3469     
3470     
3471     
3472       <table cellspacing="0" class="member-table">
3473                 <caption>Events</caption>
3474               <thead>
3475                 <tr>
3476                     <th class="sig-header" colspan="2">Event</th>            
3477                     <th class="msource-header">Defined By</th>
3478
3479                 </tr>
3480               </thead>  
3481         
3482         
3483          
3484         
3485         
3486           <tr class="method-row expandable config-row-alt0 notInherited">
3487             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3488             
3489             <td class="sig">
3490                 <a id="Roo.BasicDialog-event-*beforehide"></a>
3491                 
3492                <div class="fixedFont">
3493                 <b class="itemname">beforehide</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>) 
3494                 
3495                 </div>
3496
3497                 <div class="mdesc">
3498
3499                    <div class="short">Fires before this dialog is hidden.
3500                    
3501                 </div> 
3502                     
3503                     <div class="long">
3504                     
3505                         Fires before this dialog is hidden.
3506                     
3507                         
3508                         
3509                 
3510                         
3511                                 <dl class="detailList">
3512                                 <dt class="heading">Parameters:</dt>
3513                                 
3514                                         <dt>
3515                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3516                                                 
3517                                         </dt>
3518                                         <dd></dd>
3519                                 
3520                                 </dl>
3521                         
3522                         
3523                         
3524                         
3525                         
3526                         
3527                         
3528
3529                     
3530                     
3531                      
3532                     </div>                    
3533                 </div>
3534
3535             </td>
3536             <td class="msource">
3537                 Roo.BasicDialog
3538             </td>
3539         </tr>
3540         
3541           <tr class="method-row expandable config-row-alt1 notInherited">
3542             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3543             
3544             <td class="sig">
3545                 <a id="Roo.BasicDialog-event-*beforeshow"></a>
3546                 
3547                <div class="fixedFont">
3548                 <b class="itemname">beforeshow</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>) 
3549                 
3550                 </div>
3551
3552                 <div class="mdesc">
3553
3554                    <div class="short">Fires before this dialog is shown.
3555                    
3556                 </div> 
3557                     
3558                     <div class="long">
3559                     
3560                         Fires before this dialog is shown.
3561                     
3562                         
3563                         
3564                 
3565                         
3566                                 <dl class="detailList">
3567                                 <dt class="heading">Parameters:</dt>
3568                                 
3569                                         <dt>
3570                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3571                                                 
3572                                         </dt>
3573                                         <dd></dd>
3574                                 
3575                                 </dl>
3576                         
3577                         
3578                         
3579                         
3580                         
3581                         
3582                         
3583
3584                     
3585                     
3586                      
3587                     </div>                    
3588                 </div>
3589
3590             </td>
3591             <td class="msource">
3592                 Roo.BasicDialog
3593             </td>
3594         </tr>
3595         
3596           <tr class="method-row expandable config-row-alt0 notInherited">
3597             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3598             
3599             <td class="sig">
3600                 <a id="Roo.BasicDialog-event-*hide"></a>
3601                 
3602                <div class="fixedFont">
3603                 <b class="itemname">hide</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>) 
3604                 
3605                 </div>
3606
3607                 <div class="mdesc">
3608
3609                    <div class="short">Fires when this dialog is hidden.
3610                    
3611                 </div> 
3612                     
3613                     <div class="long">
3614                     
3615                         Fires when this dialog is hidden.
3616                     
3617                         
3618                         
3619                 
3620                         
3621                                 <dl class="detailList">
3622                                 <dt class="heading">Parameters:</dt>
3623                                 
3624                                         <dt>
3625                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3626                                                 
3627                                         </dt>
3628                                         <dd></dd>
3629                                 
3630                                 </dl>
3631                         
3632                         
3633                         
3634                         
3635                         
3636                         
3637                         
3638
3639                     
3640                     
3641                      
3642                     </div>                    
3643                 </div>
3644
3645             </td>
3646             <td class="msource">
3647                 Roo.BasicDialog
3648             </td>
3649         </tr>
3650         
3651           <tr class="method-row expandable config-row-alt1 notInherited">
3652             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3653             
3654             <td class="sig">
3655                 <a id="Roo.BasicDialog-event-*keydown"></a>
3656                 
3657                <div class="fixedFont">
3658                 <b class="itemname">keydown</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>, <a href="./Roo.EventObject.html#constructor" roo:cls="Roo.EventObject.html#constructor">Roo.EventObject</a> <B><i>e</i></B>) 
3659                 
3660                 </div>
3661
3662                 <div class="mdesc">
3663
3664                    <div class="short">Fires when a key is pressed
3665                    
3666                 </div> 
3667                     
3668                     <div class="long">
3669                     
3670                         Fires when a key is pressed
3671                     
3672                         
3673                         
3674                 
3675                         
3676                                 <dl class="detailList">
3677                                 <dt class="heading">Parameters:</dt>
3678                                 
3679                                         <dt>
3680                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3681                                                 
3682                                         </dt>
3683                                         <dd></dd>
3684                                 
3685                                         <dt>
3686                                                 <span class="fixedFont"><a href="./Roo.EventObject.html#constructor" roo:cls="Roo.EventObject.html#constructor">Roo.EventObject</a></span> <b>e</b>
3687                                                 
3688                                         </dt>
3689                                         <dd></dd>
3690                                 
3691                                 </dl>
3692                         
3693                         
3694                         
3695                         
3696                         
3697                         
3698                         
3699
3700                     
3701                     
3702                      
3703                     </div>                    
3704                 </div>
3705
3706             </td>
3707             <td class="msource">
3708                 Roo.BasicDialog
3709             </td>
3710         </tr>
3711         
3712           <tr class="method-row expandable config-row-alt0 notInherited">
3713             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3714             
3715             <td class="sig">
3716                 <a id="Roo.BasicDialog-event-*move"></a>
3717                 
3718                <div class="fixedFont">
3719                 <b class="itemname">move</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>x</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>y</i></B>) 
3720                 
3721                 </div>
3722
3723                 <div class="mdesc">
3724
3725                    <div class="short">Fires when this dialog is moved by the user.
3726                    
3727                 </div> 
3728                     
3729                     <div class="long">
3730                     
3731                         Fires when this dialog is moved by the user.
3732                     
3733                         
3734                         
3735                 
3736                         
3737                                 <dl class="detailList">
3738                                 <dt class="heading">Parameters:</dt>
3739                                 
3740                                         <dt>
3741                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3742                                                 
3743                                         </dt>
3744                                         <dd></dd>
3745                                 
3746                                         <dt>
3747                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>x</b>
3748                                                 
3749                                         </dt>
3750                                         <dd>The new page X</dd>
3751                                 
3752                                         <dt>
3753                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>y</b>
3754                                                 
3755                                         </dt>
3756                                         <dd>The new page Y</dd>
3757                                 
3758                                 </dl>
3759                         
3760                         
3761                         
3762                         
3763                         
3764                         
3765                         
3766
3767                     
3768                     
3769                      
3770                     </div>                    
3771                 </div>
3772
3773             </td>
3774             <td class="msource">
3775                 Roo.BasicDialog
3776             </td>
3777         </tr>
3778         
3779           <tr class="method-row expandable config-row-alt1 notInherited">
3780             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3781             
3782             <td class="sig">
3783                 <a id="Roo.BasicDialog-event-*resize"></a>
3784                 
3785                <div class="fixedFont">
3786                 <b class="itemname">resize</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>width</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>height</i></B>) 
3787                 
3788                 </div>
3789
3790                 <div class="mdesc">
3791
3792                    <div class="short">Fires when this dialog is resized by the user.
3793                    
3794                 </div> 
3795                     
3796                     <div class="long">
3797                     
3798                         Fires when this dialog is resized by the user.
3799                     
3800                         
3801                         
3802                 
3803                         
3804                                 <dl class="detailList">
3805                                 <dt class="heading">Parameters:</dt>
3806                                 
3807                                         <dt>
3808                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3809                                                 
3810                                         </dt>
3811                                         <dd></dd>
3812                                 
3813                                         <dt>
3814                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>width</b>
3815                                                 
3816                                         </dt>
3817                                         <dd>The new width</dd>
3818                                 
3819                                         <dt>
3820                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>height</b>
3821                                                 
3822                                         </dt>
3823                                         <dd>The new height</dd>
3824                                 
3825                                 </dl>
3826                         
3827                         
3828                         
3829                         
3830                         
3831                         
3832                         
3833
3834                     
3835                     
3836                      
3837                     </div>                    
3838                 </div>
3839
3840             </td>
3841             <td class="msource">
3842                 Roo.BasicDialog
3843             </td>
3844         </tr>
3845         
3846           <tr class="method-row expandable config-row-alt0 notInherited">
3847             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3848             
3849             <td class="sig">
3850                 <a id="Roo.BasicDialog-event-*show"></a>
3851                 
3852                <div class="fixedFont">
3853                 <b class="itemname">show</b> (<a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a> <B><i>this</i></B>) 
3854                 
3855                 </div>
3856
3857                 <div class="mdesc">
3858
3859                    <div class="short">Fires when this dialog is shown.
3860                    
3861                 </div> 
3862                     
3863                     <div class="long">
3864                     
3865                         Fires when this dialog is shown.
3866                     
3867                         
3868                         
3869                 
3870                         
3871                                 <dl class="detailList">
3872                                 <dt class="heading">Parameters:</dt>
3873                                 
3874                                         <dt>
3875                                                 <span class="fixedFont"><a href="./Roo.BasicDialog.html#constructor" roo:cls="Roo.BasicDialog.html#constructor">Roo.BasicDialog</a></span> <b>this</b>
3876                                                 
3877                                         </dt>
3878                                         <dd></dd>
3879                                 
3880                                 </dl>
3881                         
3882                         
3883                         
3884                         
3885                         
3886                         
3887                         
3888
3889                     
3890                     
3891                      
3892                     </div>                    
3893                 </div>
3894
3895             </td>
3896             <td class="msource">
3897                 Roo.BasicDialog
3898             </td>
3899         </tr>
3900         
3901                                                        
3902     </table>
3903
3904   
3905   
3906   
3907  
3908 <!-- ============================== footer ================================= -->
3909                 <div class="fineprint" style="clear:both">
3910                         
3911                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT)
3912                         Based on 
3913                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
3914                 </div>
3915         </body>
3916 </html>