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