Show TOC

InputField EventsLocate 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

    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.

  • onValueSuggest

    This is triggered when you call a suggested values list. Properties suggestValues and suggestFilterMethod are not evaluated if the onValueSuggest event is available. The method is transferred a parameter SUGGEST_HANDLER (type IF_WD_VALUE_SUGGEST) with the help of which the proposal value list is copied to the Web Dynpro ABAP Framework.