摘要: treeview()功能参数1、animated:String or Number设置展开子节点时的显示速度,有 slow、normal、fast 或者指定速度值,与 jQuery 的 hide(show)中的 speed 参数相似。2、persist: String记忆折叠的方式。location:页面刷新不保留折叠状态;cookie:页面刷新保留折叠状态。3、collapsed: boolean Default: false, all expanded初始化时的折叠状态。true,初始化为收缩节点状态;false,为全部节点展开。4、unique: boolean Default: f.. 阅读全文
posted @ 2012-03-31 14:26 shuaisam 阅读(1121) 评论(0) 推荐(0) 编辑