MVC4 Classic
wijtree Step 1 of 3: Setting Up the View

In this step, you will create the view that contains the wijtree widget.

  1. In the Solution Explorer, go to the Views | Shared folder and double-click on the Layout.cshtml file to open it.
  2. Add the following markup within the <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>
    
See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback