Page
In a multi-page format application the silk:Page component is used to define the panels (columns) the application will use to place the SilkBuilder Components. Typically, a multi-page application consists of multiple pages.
Tag Definition
Used as a container:
Properties
*Required property.
id*
The unique page identifier. No other component should use this name. A JavaScript object will be created with the same ID name for code interaction. Default Value: Empty.
stage*
A short name (A, B, A1, B1) that will be used with the layout properties to define the page's behavior. Default Value: Empty.
returnPage
The ID of the page to navigate to when the user clicks on the return icon. This is only necessary if the return page is different from the immediate page located on the left. Default Value: Empty.
tabsNav
The name of the tabVar if the page will be organized in tabs. Default Value: Empty.
smLayout*
The page layout distribution for small screens. Default Value: Empty.
mdLayout*
The page layout distribution for mid-size screens. Default Value: Empty.
rgLayout*
The page layout distribution for regular-size screens. Default Value: Empty.
lgLayout*
The page layout distribution for long screens. Default Value: Empty.
xlLayout*
The page layout distribution for extra-long screens. Default Value: Empty.
xxLayout*
The page layout distribution for extra extra long size screens. Default Value: Empty.
renderIf
Last updated