InputField Events 
onTablePaste
The InputField can handle copied table data that was entered with key combination CTRL + V.
Parameter Name |
Type |
Description |
|---|---|---|
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
TABLE |
WDUI_TABLE_PASTE_DATA |
Note
You can only use this event if your browser enables JavaScript access to the buffer. Some browsers — for example, Firefox 6.0 — prevent JavaScript access to the buffer by default. You can change this default behavior by setting property signed.applets.codebase_principal_support to true (use about:config).