Up:header
Renders a standard up title header.
Attributes
- Optional
- bool icon - Toggles whether the application icon is displayed. No other icon can be displayed. (default value is true)
Sample code
<up:header>My Photos</up:header>
<up:header icon="false">My Photos</up:header>
|