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