改变panel 中html的背景颜色

   var panel = new Ext.Panel(

   {

   id:'hwq',

   renderTo:'div',

   title:'Test',

   html:"<div id='getValue'>hwq</div>"

   });

   Ext.fly(Ext.get("getValue").dom.id).applyStyles("background-color:#ff0000");

你可能感兴趣的:(html,div)