Navseparator"

From Documentation
m
m ((via JWB))
 
Line 38: Line 38:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 58: Line 58:
  
 
{{LastUpdated}}
 
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 11:06, 7 January 2022

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.