逸心向南的gravatar头像
逸心向南 2014-07-31 09:47:35

easyui怎么给tree的checkbox赋值

grid的选择行,点击修改按钮。弹出window加载树。我想把grid选中行的数据自动勾选在树的对应数据上

所有回答列表(2)
爱新觉罗6254的gravatar头像
爱新觉罗6254  LV7 2014年7月31日

easyui  不是有一个load方法嘛  它会自动赋值的

例如   $("#addForm").form("load", row);   row 是你选择grid的某一行

 

easyui怎么给tree的checkbox赋值

遇见,的gravatar头像
遇见,  LV36 2014年8月7日

                        Find the specifed node and return the node object. Code example:
                        // find a node and then select it
find        id          var node = $('#tt').tree('find', 12);
                        $('#tt').tree('select', node.target);

 

 这是easyui tree的一个find方法(官网上的文档)。

 

1. find方法可以根据id来获取到树的节点node对象。

2. select是tree的checkbox选中方法, 需要传入target, 根据node.target来选中这个checkbox。

顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友