|
Processing... Each orgitem can nest an orgchildren to add the next level of the chart.
Description & Source Code
The Organigram component renders an organizational chart from a tree data structure. The single organigram.zul
<zk> <style src="/widgets/tree/organigram/organigram.css"/> <organigram sclass="demo-organigram" width="600px"> <orgchildren> <orgitem label="CEO"> <orgchildren> <orgitem label="VP Engineering"> <orgchildren> <orgitem label="Backend Team"/> <orgitem label="Frontend Team"/> </orgchildren> </orgitem> <orgitem label="VP Sales"> <orgchildren> <orgitem label="North Region"/> <orgitem label="South Region"/> </orgchildren> </orgitem> </orgchildren> </orgitem> </orgchildren> </organigram> </zk>
Copyright © 2005-2026 Potix Corporation All rights reserved.
|
|
Processing... |