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