`<templates:header>`
</...>
Header element which provides structure to primary navigation and logo placement.
Content
any
Content to render inside the Header.
Attributes
- `contentSize`
string
Content Size
Valid options: sm, md, lg
- `height`
string
Height
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
- `id`
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
- `logo`
string
Logo Src
Set a path for a logo image.
- `logoAlt`
string
Logo Alt
Set an alternative text description for the Logo image.
- `logoLink`
string
Logo Link
Set a link which should be applied to the Logo image.
- `maxLogoHeight`
string
Logo Max Height
The max-height of the Logo. Can be in any standard CSS unit, but is usually px.
- `maxLogoWidth`
string
Logo Max Width
The max-width of the Logo. Can be in any standard CSS unit, but is usually px.
- `width`
string
Width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.
- `navbgcolor`
string
Navigation Background Color
Sets the background colour of the header's navigation menu.
- `navfontcolor`
string
Navigation Font Color
Sets the font colour of the header's navigation menu.