fancytree - 带有复选框选项更改的扩展名

时间:2017-10-19 19:51:08

标签: fancytree

我提出了与fancytree范围扩展相关的问题:https://github.com/mar10/fancytree/issues/782

问题: 当更改fancytree复选框选项时,通过某些事件 - 例如我们点击按钮,填充没有设置正确(按几次按钮): https://jsfiddle.net/hafasek/9038m2c8/

$("#tree").fancytree({
  ...      
  checkbox: true, //checkbox option
  ...

  // in some event:
  var checkbox = $("#tree").fancytree("option", "checkbox");
  $("#tree").fancytree("option", "checkbox", !checkbox); //enable/disable checkbox option

在启用/禁用复选框选项时,有没有人有解决填充的想法?

1 个答案:

答案 0 :(得分:0)

ext-wide current(v2.24.0)动态地在html标题中创建CSS规则,同时考虑treeCreate选项的值。

这是目前在db.collection.find( "$and": [ {"key1": {"$exists": true}}, {"key2": {"exists": true}} ] ) 阶段完成的。打开一个问题是正确的做法。我能想到的唯一解决方法就是自己创建等效的CSS。