Tabbed App Mode Properties

jmix.tabmod.max-tab-count

Defines the maximum number of tabs that can be opened in the main application view. The value of 0 disables this limitation.

Default value: 20

jmix.tabmod.show-breadcrumbs

Defines whether the breadcrumbs, which normally appear at the top of the main view’s working area, are visible.

Default value: true

jmix.tabmod.multiple-open

Defines whether a view should be opened multiple times from the main menu if the @MultipleOpen annotation is not present on the view.

Default value: false

jmix.tabmod.default-view-closeable

Defines whether a view defined in jmix.ui.default-view-id can be closed by standard operations like a tab’s close button and close tab actions.

Default value: true

jmix.tabmod.open-next-tab-shortcut

Defines the keyboard shortcut that is used to navigate to the next tab. For example:

jmix.tabmod.open-next-tab-shortcut=CONTROL-SHIFT-ARROW_RIGHT

jmix.tabmod.open-previous-tab-shortcut

Defines the keyboard shortcut that is used to navigate to the previous tab. For example:

jmix.tabmod.open-previous-tab-shortcut=CONTROL-SHIFT-ARROW_LEFT

jmix.tabmod.close-this-tab-shortcut

Defines the keyboard shortcut that is used to execute tabmod_closeThisTab action.

jmix.tabmod.close-other-tabs-shortcut

Defines the keyboard shortcut that is used to execute tabmod_closeOtherTabs action.

jmix.tabmod.close-all-tabs-shortcut

Defines the keyboard shortcut that is used to execute tabmod_closeAllTabs action.