Skip to main content
Skip table of contents

Screen_Menus_Menu

Menu

Properties

menuLink : identifier

Uniquely identifies a menu link to link against. The menu link should exist within the application.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

name : uiIdentifier

Uniquely identifies a Menu.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

padding : int

The padding inside each menu item. Must be an integer.

spacing : int

The horizontal space each menu item is separated from each other. Must be an integer.

Content

  • Sequence of:

    • Choice of:

      • MenuItem [1..1] - A presentation layer menu item.

      • MenuLink [1..1] - A presentation layer menu link.

      • Separator [1..1] - A presentation layer separator element.

Parents

  • Screen_Menus - The set of menu items defined for the screen.

  • MenuItem
    A presentation layer menu item.

  • MenuLink
    A presentation layer menu link.

  • Separator
    A presentation layer separator element.

Parent topic: Screen_Menus

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.