0

以下のように jstree プラグインを使用しており、デフォルトのビューとして機能します。

$("#div1").jstree({
    "xml_data": {
        "ajax": {
            "url": "data.xml"
        },
        "xsl": "nest"
    },
    "plugins": ["themes", "xml_data", "ui", "types"]
}).bind("select_node.jstree", function(event, data) {
    $("#div1").jstree("set_theme", "apple");

これを使用する($("#div1").jstree("set_theme", "apple");)と、すべてのフォルダー画像とドットが消えます。私はリンゴのビューが本当に好きで、それを機能させたいと思っています。

4

1 に答える 1

1

Apple フォルダーに style.css ファイルがありません。ファイルをそこに置くと、私はゴールデンです。

于 2012-09-21T19:02:46.937 に答える