打印中缺少jstree图标

时间:2012-06-06 10:18:11

标签: printing icons themes jstree

我有一个使用jstree的网页。它显示我想要的完美。但是当我打印页面时,打印中缺少jstree图标。

知道为什么会这样吗?

我尝试了大多数可能的css设置。

我使用的代码就在这里。以下是图像1.显示和2.打印。

$(document).ready(function () {
    $('#Tree').jstree({ "themes": {
        "theme": "apple"
    },
        "plugins": ["themes", "html_data"]
    });
    $.jstree._themes = GetThemePath() + "jsTree/themes/";
});

1 个答案:

答案 0 :(得分:0)

您可能想要使用插件进行打印: http://www.jquery4u.com/plugins/10-jquery-print-page-options/

我过去成功使用过jqPrint。