博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EasyUI 树形菜单tree 定义图标
阅读量:4929 次
发布时间:2019-06-11

本文共 578 字,大约阅读时间需要 1 分钟。

{       "id":1,       "text":"Folder1",       "iconCls":"icon-save",       "children":[{           "text":"File1",           "checked":true      },{           "text":"Books",           "state":"open",           "attributes":{               "url":"/demo/book/abc",               "price":100           },           "children":[{               "text":"PhotoShop",               "checked":true          },{               "id": 8,               "text":"Sub Bookds",               "state":"closed"          }]       }]   }

红色处修改树形结点的图标

转载于:https://www.cnblogs.com/wuyou/p/3463750.html

你可能感兴趣的文章
JAVA中使用jcifs集成AD域用户认证
查看>>
SSH框架 jar包版本的选择
查看>>
1699. Turning Turtles
查看>>
1048. Find Coins (25)
查看>>
(八十六)使用系统自带的分享框架Social.framework
查看>>
C# 使用IP端口网络打印图片
查看>>
OSI与TCP/IP你了解多少?
查看>>
压缩解压缩相关基础知识
查看>>
javaweb之MVC设计模式
查看>>
[APIO2015]巴厘岛的雕塑
查看>>
使用Code First模式开发如何更新数据库(转载)
查看>>
Mybatis实例增删改查(二)
查看>>
android:inputType参数类型说明
查看>>
使用泛型迭代Map集合
查看>>
Cut 'em all! CodeForces - 982C(贪心dfs)
查看>>
sqoop导出工具
查看>>
Codeforces Round #376 (Div. 2)
查看>>
Codeforces 607D Power Tree 线段树 (看题解)
查看>>
【LeetCode 33】Search in Rotated Sorted Array
查看>>
Promise超时情况
查看>>