Head
The silk:Head tag defines the page header which is statically located at the top of the page. It will always be there even if the page is scrolled. The page head holds the page title, which is located in the center of the head, and interaction buttons at the left and right of the title
The "title" it is not a property but the "content" of the silk:Head tag. So, the title does not have to be necessarily just a "text".
Tag Use
Used as a container:
Properties
*Required property.
homeButton
Will add a button with a "home" icon to the top left of the header. Default Value: false.
logoutButton
Will add a button with a "lock" icon to the top left of the header. Default Value: false.
helpButton
Will disable the help icon used to display interface explanations. Default Value: false.
cssClass
To add extra classes to the header "DIV" wrapper to change it default appearance. Default Value: Empty.
Last updated