Changes between Version 6 and Version 7 of documentation/RML/Events

Show
Ignore:
Author:
peterc (IP: 203.96.63.172)
Timestamp:
04/08/08 13:05:18 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/RML/Events

    v6 v7  
    187187 '''rowupdate''':: 
    188188   Sent to the data grid when any rows in the table are loaded. 
     189 '''rowadd''':: 
     190   Sent to the data grid when rows are added to the table. 
     191   - ''first_row_added'' Index of the first row added. 
     192   - ''num_rows_added'' The number of rows added after the first row. 
     193 '''rowremove''':: 
     194   Sent to the data grid when rows are removed from the table. 
     195   - ''first_row_removed'' Index of the first row removed. 
     196   - ''num_rows_removed'' The number of rows removed after the first row. 
    189197 
    190198=== TabSet ===