ngJsTree复选框不可见

时间:2015-02-10 14:59:53

标签: jstree

我第一次使用ngJSTree。 我看不到复选框。在浏览器中,我在检查html元素时看到如下样式:

<a class="jstree-anchor jstree-clicked" href="#" tabindex="-1" id="21_anchor">
<i class="jstree-icon jstree-checkbox" role="presentation"></i>...

控制器使用复选框插件:

plugins : ['types','themes', 'checkbox'],
checkbox : {
                    "override_ui": true,
                    "real_checkboxes": true,
                    "keep_selected_style" : false,
                    "visible": true
                }

我使用jstree.dist.themes.default中的css。 JsTree应该易于使用。 我是否会错过配置的某些部分?

1 个答案:

答案 0 :(得分:0)

问题出现在我的构建环境中。只需将文件32px.png添加到与文件style.css相同的文件夹中。然后它奏效了。