Show
Ignore:
Timestamp:
02/29/08 15:06:15 (11 months ago)
Author:
sorvell
Message:

!strict Begins to address #4984 by adding onCellMouseDown, onRowMouseDown, onHeaderCellMouseDown, and onMouseDown as accessible events in grid. Updated test_events.html to test these new mousedown events.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/tests/test_events.html

    r11257 r12793  
    5252                        { name: 'onCellMouseOver' }, 
    5353                        { name: 'onCellMouseOut' }, 
     54                        { name: 'onCellMouseDown' }, 
    5455                        { name: 'onRowMouseOver' }, 
    5556                        { name: 'onRowMouseOut' }, 
     57                        { name: 'onRowMouseDown' }, 
    5658                        { name: 'onHeaderCellClick' }, 
    5759                        { name: 'onHeaderClick', properties: ['rowIndex'] }, 
     
    6062                        { name: 'onHeaderCellMouseOver' }, 
    6163                        { name: 'onHeaderCellMouseOut' }, 
     64                        { name: 'onHeaderCellMouseDown' }, 
    6265                        { name: 'onHeaderMouseOver' }, 
    6366                        { name: 'onHeaderMouseOut' },