Up:tab-item
Renders a standard Facebook tab. Must always be a child of up:tabs.
Attributes
- Required
- string href - The URL to which the link should take the user upon click. Must be absolute.
- string title - Specifies the text to display on the tab.
- Optional
- bool selected - Indicates whether this tab item has the selected state. (default value is false).
Source code
<up:tabs>
<up:tab_item href="myphotos.php" title="My Photos" />
<up:tab_item href="recent.php" title="Recent Albums" />
</up:tabs>
|