我不想使用easyui默认的图标。
我在数据库中以class名存的图标,现在想读取出来,在tree加载的时候就直接显示我数据库的图标,要怎么做。
我是一只菜鸟,求大神帮助
------解决思路----------------------
{
"id":16,
"text":"Actions",
"children":[{
"text":"Add",
"iconCls":"icon-add"
},{
"text":"Remove",
"iconCls":"icon-remove"
},{
"text":"Save",
"iconCls":"icon-save"
},{
"text":"Search",
"iconCls":"icon-search"
}]
}
你拼JSON,把你数据库图片写进去