首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

ext panel 怎么修改body部分的背景颜色

2012-11-08 
ext panel 如何修改body部分的背景颜色var statusPanel new Ext.Panel({?height : 25,?autowidth :true,

ext panel 如何修改body部分的背景颜色

var statusPanel = new Ext.Panel({
?height : 25,
?autowidth :true,
?id? : 'statusPanel',
?bodyStyle : 'padding:5px',
?hidden :true,
?bodyStyle: "background-color:#ff0000;padding:10 0 10 10",
?style : 'margin-right:5px;color:black;bg-color:black;'
});

热点排行