1

我有 jstree 的代码,我想将选择限制设置为 3,将选择不超过 3 个节点。但这段代码不起作用。

 $("#mytree").jstree({ 
            "plugins" : [ "themes","html_data", "ui", "crrm","checkbox" ],
            "core" : { "initially_open" : defaultOpen },
            "html_data" : {.............},
            "ui" : {
                     "select_limit" : 3
            },
    ..........
    });

请帮助我。感谢您。

4

0 回答 0