Navseparator

From Documentation
Revision as of 11:06, 7 January 2022 by Hawk (talk | contribs) ((via JWB))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Navseparator

Employment/Purpose

Used to create a separator between nav items..


Example

ZKComRef Navseparator.png


	<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

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version History

Last Update : 2022/01/07


Version Date Content
7.0.0 October, 2013 Navseparator was introduced.



Last Update : 2022/01/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.