Show TOC

InputField EventsLocate this document in the navigation structure

Definition
  • 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

    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). However, this does not function for Firefox as of version 15.