Navseparator"
From Documentation
Raymondchao (talk | contribs) (Created page with "= Navseparator = *Demonstration: *Java API: *JavaScript API: *Style Guide: *{{ZK EE}} = Employment/Purpose = Used to create a separator between nav items.. = Example = [...") |
m ((via JWB)) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{ZKComponentReferencePageHeader}} | ||
+ | |||
= Navseparator = | = Navseparator = | ||
*Demonstration: | *Demonstration: | ||
− | *Java API: | + | *Java API: [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zkmax/zul/Navseparator.html Navseparator] |
− | *JavaScript API: | + | *JavaScript API: [http://www.zkoss.org/javadoc/latest/jsdoc/zkmax/nav/Navseparator.html Navseparator] |
*Style Guide: | *Style Guide: | ||
*{{ZK EE}} | *{{ZK EE}} | ||
Line 36: | Line 38: | ||
=Supported Events= | =Supported Events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 56: | Line 58: | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
| 7.0.0 | | 7.0.0 | ||
| October, 2013 | | October, 2013 | ||
− | | Navseparator was introduced. | + | | [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zkmax/zul/Navseparator.html Navseparator] was introduced. |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 11:06, 7 January 2022
- Demonstration:
- Java API: Navseparator
- JavaScript API: Navseparator
- Style Guide:
- Available for ZK:
Employment/Purpose
Used to create a separator between nav items..
Example
<navbar orient="horizontal" collapsed="true">
<navitem label="Inbox" iconSclass="z-icon-inbox" />
<navitem label="Create New Task" iconSclass="z-icon-pencil"/>
<navseparator/>
<nav label="Next Actions" iconSclass="z-icon-th-list" badgeText="4">
<navseparator/>
<navitem label="Rescue the Baby" iconSclass="z-icon-star"/>
<navitem label="Play Darts" />
<navitem label="Plant Flowers" />
<navitem label="Wash the Car" iconSclass="z-icon-star"/>
</nav>
<nav label="Someday" iconSclass="z-icon-tasks" badgeText="2"/>
<nav label="Done" iconSclass="z-icon-archive"/>
</navbar>
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
*NONE
Use Cases
Version History
Version | Date | Content |
---|---|---|
7.0.0 | October, 2013 | Navseparator was introduced. |