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