EasyUI
Create Tree from markup
Tutorial » Create Tree from markup
A tree can be created from markup. easyui tree should be defined in <ul> element. The unordered lists <ul> element provides a basic tree structure. Each <li> element will produce a tree node and sub <ul> element will produce a parent tree node.