onCellEditRequested - event of the PmgWTable object
Description:
The event is triggered when cell editing is started.
Parameters:
pMe | (Object) Reference to the PmgWTable object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.Row - ( Long) [ for reading] Row of edited cell (zero-based index, counted including the fixed part).
pEvent.Col - ( Long) [ for reading] Column of edited cell (zero-based index, counted including the fixed part). |
---|
Note:
The event is triggered even if
only select cells is enabled, i.e. if
Interaction = 1. Then left mouse button double-click (or by pressing the
Enter key) over the selected table cell calls this event, even if the cell is not switched into the edit mode in this case.
This event is also functional in
Web panels.