codemelted.js Module
    Preparing search index...

    Enumeration TARGET_TYPEReadonly

    Supports the target parameter of the ui_open action which handles opening related apps based on the specified SCHEMA_TYPE.

    Index
    Blank: "_blank"

    Opens the linked document in a new window or tab

    Parent: "_parent"

    Opens the linked document in the same frame as it was clicked (this is default)

    Self: "_self"

    Opens the linked document in the parent frame

    Top: "_top"

    Opens the linked document in the full body of the window