Use bodyStyle config:
new Ext.Panel({
width:200,
height:200,
bodyStyle:'background-color: #DCE8EA;' // here
});
Resources:
http://www.sencha.com/forum/showthread.php?75830-Panel-background-color
new Ext.Panel({
width:200,
height:200,
bodyStyle:'background-color: #DCE8EA;' // here
});
Resources:
http://www.sencha.com/forum/showthread.php?75830-Panel-background-color
No comments:
Post a Comment