SMART datagrid v.1 > Classes > TreeView

Back  Forward

DataLudi.TreeView.treeOptions  property

ツリーの表示についての全般的なプロパティー達を管理するTreeOptions客体。 

Getter
function treeOptions(): TreeOptions
Setter
function setTreeOptions(value: Object|TreeOptions)
Code -1
    $('#checkBox').click = function (ev) {
        tree.setTreeOptions({
            showCheckBox: ev.target.checked
        });
    };
Note
See Also
TreeOptions
ツリー概要
Examples
Hello Tree