dreemgl
Version:
DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes
17 lines • 603 B
JavaScript
/**
* @class treeview
* @extends view
* The treeview control - classic treeview with expandable nodes.
*
* <iframe style="border:0;width:900px;height:300px" src="/apps/docs/example#path=$ui/treeview.js"></iframe>
* <a target="blank" href="/apps/docs/example#path=$ui/treeview.js">open example in new tab »</a>
*
*/
/**
* @attribute {Object} [dataset="[object Object]"]
* the dataset to use for tree expansion. It follows a {name:'test',children:[{name:'child'}]} format
*/
/**
* @method render
* the renderfunction for the treeview recursively expands using treeitem subclasses.
*/