The root navigation defines the
The type attribute specifies the navigator class. Must be a child of pks.ui5strap.core.NavContainer
{ ... "rootNavigation" : { "type" : "pks.ui5strap.ex.BarNavContainer" ... } ... }
{ ... "rootNavigation" : { ... "settings" : { "barSizeExtraSmall" : 1, "barPlacementExtraSmall" : "Top", "barSizeSmall" : 2, "barPlacementSmall" : "Right", "barSizeMedium" : 1, "barPlacementMedium" : "Bottom", "barTransitionMedigum" : "none", "barSizeLarge" : 4, "barPlacementLarge" : "Left", "barModeLarge" : "Intrude", "barVisible" : false } ... } ... }
The initialPages attribute defines an array of page IDs that should be loaded at startup.
{ ... "rootNavigation" : { ... "initialPages" : [ "home", "menuRoot" ] } ... }
© 2013 - 2023 PKSoftware.de