Easy Tutorial
❮ Ext Etree Plugins Form Spinner ❯

jQuery EasyUI Tree Menu - Creating a Tree Menu with Checkboxes

The Tree plugin of easyui allows you to create a tree with checkboxes. If you click a node's checkbox, the clicked node information will be inherited upwards and downwards. For example: if you click the 'tomato' node's checkbox, you will see that the 'Vegetables' node is now partially selected.

Creating a Checkbox Tree

<ul id="tt" class="easyui-tree"
            url="data/tree_data.json"
            checkbox="true">
    </ul>

Download jQuery EasyUI Example

jeasyui-tree-tree4.zip

❮ Ext Etree Plugins Form Spinner ❯