Navitem"
From Documentation
Raymondchao (talk | contribs) (→Nav) |
Raymondchao (talk | contribs) m (→Properties) |
||
Line 28: | Line 28: | ||
= Properties = | = Properties = | ||
+ | |||
+ | == Href == | ||
+ | |||
+ | == Target == | ||
+ | |||
+ | == Selected == | ||
+ | |||
+ | == Disabled== | ||
= Supported Events = | = Supported Events = |
Revision as of 07:34, 14 August 2013
- Demonstration:
- Java API:
- JavaScript API:
- Style Guide:
- Available for ZK:
Employment/Purpose
A single choice in a Navbar or Nav element. It acts much like a button but it is rendered on a navbar.
Example
<navbar orient="vertical" width="200px">
<navitem label="Home" iconSclass="z-icon-home" />
<nav label="Get Started" iconSclass="z-icon-th-list" detailed="true">
<navitem label="Step One" />
<navitem label="Step Two" />
<navitem label="Step Three" />
</nav>
<navitem label="About" iconSclass="z-icon-flag" />
<navitem label="Contact" iconSclass="z-icon-envelope"/>
</navbar>
Properties
Href
Target
Selected
Disabled
Supported Events
- Inherited Supported Events: LabelImageElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
None | None |