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