Widgets > wijtree > wijtree Tutorial > wijtree Step 1 of 3: Setting Up the View |
In this step, you will create the view that contains the wijtree widget.
<body>
section and after @RenderBody
to create the tree element:
<ul id="tree">
<li><a>Tree Node 1</a>
< ul>
< li><a>Tree Node 1a</a>
< li><a>Tree Node 1b</a>
< /ul>
</li>
<li><a>Tree Node 2</a></li>
</ul>