Show TOC

 TabStrip EventsLocate this document in the navigation structure

Events in View Designer
  • onClose

    Action executed when a tab is closed.

    Parameter Name Type Description

    ID

    STRING

    Standard parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard parameter

    TAB

    STRING

    Tab

  • onSelect

    Action executed when the user selects a tab.

    Note

    This event is only triggered if a new tab is clicked on, and not if the currently active tab is selected again.

    More information: Parameter Mapping

    Parameter Name Type Description

    ID

    STRING

    Standard parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard parameter

    OLD_TAB

    STRING

    Tab selected before

    TAB

    STRING

    Newly selected tab