Show TOC

Background documentationInputField Events Locate this document in the navigation structure

 

  • onTablePaste

    The InputField can handle copied table data that was entered with key combination CTRL + V.

    Parameter Name

    Type

    Description

    ID

    STRING

    Standard parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard parameter

    TABLE

    WDUI_TABLE_PASTE_DATA

    Note 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).

    End of the note.