2010-04-12 66 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