【发布时间】:2014-12-04 04:49:25
【问题描述】:
是否可以对 JQuery Fancytree (http://plugins.jquery.com/fancytree/) 进行参数化,使其仅在叶节点旁边显示复选框?
EasyUI Tree 提供了这样的功能,例如:onlyLeafCheck http://www.jeasyui.com/documentation/tree.php
【问题讨论】:
是否可以对 JQuery Fancytree (http://plugins.jquery.com/fancytree/) 进行参数化,使其仅在叶节点旁边显示复选框?
EasyUI Tree 提供了这样的功能,例如:onlyLeafCheck http://www.jeasyui.com/documentation/tree.php
【问题讨论】:
您可以使用树的 'checkbox' 选项全局启用复选框,然后使用 "hideCheckbox": true 属性在每个节点隐藏它们。
【讨论】: