Dynatree懒惰负载不起作用

时间:2013-04-09 07:40:23

标签: jquery dynatree jquery-dynatree

我正在创建一个dynatree并加载示例中提供的相同数据:

http://wwwendt.de/tech/dynatree/doc/sample-lazy.html

只有我的懒节点(子项2.3(懒))没有显示为可扩展,并且onLazyRead()从不触发。

$("#tree").dynatree({
    title: "Lazy loading sample",
    autoFocus: false,
    initAjax: {
        url: "sample-data3.json"
    },
    onLazyRead: function(node){
        console.log("LAZY");
    }
});

数据:

http://wwwendt.de/tech/dynatree/doc/sample-data3.json

与示例页面加载的数据完全相同。惰性节点如下所示:

{"title": "Sub-item 2.3 (lazy)", "isLazy": true }

但未显示展开图标:

enter image description here

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

问题是我有一个缺少延迟加载图标的自定义icons.gif文件。