<!-- includes javascript file -->
<link rel="stylesheet" href="_file_path/focus-ui/theme/bootstrap.min.css">
<!-- includes css file -->
<script src="_file_path/focus-ui/focus-ui.min.js"></script>
var tree = z.widget.Tree({
appendTo:"#parentDiv",//parent element
checkbox_visible:true//option
});
tree.setData([
{
name: "This PC",
children: [
{name: "Documents"},
{name: "Downloads"}
]
}
]);
tree.expandAll();
Supports the latest, stable releases of all major browsers and platforms. On Windows, we support Internet Explorer 10-11 / Microsoft Edge.
View Demos and its source code, is the fastest way to learn and use.