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