2010-04-12 65 views

回答

1

You can use the jquery treeview plugin, here is the demo of that.

更新基於評論:

你可以這樣添加樣式。創建一個樣式表文件,如whatever.css幷包含在使用樹視圖的頁面中。將該代碼放入該樣式表中。

<style type="text/css"> 
.file,.folder 
{ 
    font-family: 'Arial Black'; 
} 
</style> 
+0

我該如何設置自定義字體的所有菜單項目像Arial黑色那裏? – kusanagi 2010-04-13 08:05:42

+0

@kusanagi:你將不得不添加一些類到你的元素,然後應用CSS樣式。 – Sarfraz 2010-04-13 08:25:02

+0

我不知道如何使用css對象示例如何爲節點字體添加特殊類 – kusanagi 2010-04-13 13:26:43