jQuery MiniUI

标题: CheckBoxTree 勾选框显示问题 [打印本页]

作者: livecode    时间: 2014-1-23 16:02:08     标题: CheckBoxTree 勾选框显示问题

请问CheckBoxTree  

一级节点不显示CheckBox
二级节点及其以下子节点显示CheckBox


作者: felt    时间: 2014-1-23 16:05:36

showCheckBox="true"
showFolderCheckBox="false"
作者: livecode    时间: 2014-1-23 16:10:25

felt 发表于 2014-1-23 16:05
showCheckBox="true"
showFolderCheckBox="false"

这个试过了;达不到我需要的效果

我目前树 分为3级,一二级为父节点 三级是子节点
期望一级父节点不显示 checkbox 勾选框
    二级父节点显示 checkbox勾选框
    最后一级节也显示checkbox勾选框
作者: factory    时间: 2014-1-23 16:14:41

livecode 发表于 2014-1-23 16:10
这个试过了;达不到我需要的效果

我目前树 分为3级,一二级为父节点 三级是子节点

监听ondrawnode事件

判断 层级,如果是第一层级

e.showCheckBox = false
作者: felt    时间: 2014-1-23 16:15:13

livecode 发表于 2014-1-23 16:10
这个试过了;达不到我需要的效果

我目前树 分为3级,一二级为父节点 三级是子节点

参考这个demo:http://www.miniui.com/demo/index.html#src=tree/drawnode.html

if (tree.getLevel (node)==xxx) {   //判断节点的层级
                e.showCheckBox = false;   
}
作者: livecode    时间: 2014-1-23 16:17:11

[attach]3839[/attach]希望 《收入情况》这一级不显示checkbox 怎么办??
作者: livecode    时间: 2014-1-23 16:18:51

felt 发表于 2014-1-23 16:15
参考这个demo:http://www.miniui.com/demo/index.html#src=tree/drawnode.html

if (tree.getLevel (nod ...

谢谢~~~~~~~
作者: livecode    时间: 2014-1-23 16:19:47

factory 发表于 2014-1-23 16:14
监听ondrawnode事件

判断 层级,如果是第一层级

谢谢~~~~~~~~~




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2