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");
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");