InteractiveForm Events

Use

Events in View Designer

  • onError

    Action to be executed if the Adobe Reader plug-in is not installed or is deactivated in the browser.

    If this plug-in is missing, PDF forms cannot be displayed. The error can be handled in the event handler, for example, by navigating to an alternative Web Dynpro view. If no event handler is implemented, an error message is displayed instead of the form.

    Parameter Name

    Type

    Description

    ID

    STRING

    Standard Parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard Parameter

    For more information, see Checking Availability of Browser Plug-Ins.

  • onSubmit

    Action to be executed when the user presses the send button on the form.

    Note that the submit event is only evaluated if send is pressed within the form. "Within" means that the special Adobe Web Dynpro Send button has been included in Adobe Designer.

    Parameter Name

    Type

    Description

    ID

    STRING

    Standard Parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard Parameter