欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

通過CSS樣式來修改ExtJS:TreePanel的小圖標(biāo)

  發(fā)布時間:2014-05-28 18:04:58   作者:佚名   我要評論
這篇文章主要介紹了如何通過CSS樣式來修改ExtJS:TreePanel的小圖標(biāo),下面有個不錯的示例,大家可以參考下
寫在html<head>標(biāo)簽里面,

復(fù)制代碼
代碼如下:

<style type="text/css">
.x-tree-node-collapsed .x-tree-node-icon {
background:transparent url(web/css/images/default/tree/1.gif);
}
.x-tree-node-expanded .x-tree-node-icon {
background:transparent url(web/css/images/default/tree/drop-no.gif);
}
.x-tree-node-leaf .x-tree-node-icon{
background:transparent url(web/css/images/default/tree/2.gif);
}
</style>

相關(guān)文章

最新評論