var myForm = Ext.create("Ext.form.Panel"); ... myForm.body.el.highlight("0000DD", { attr: "backgroundColor", //can be any valid CSS property (attribute) that supports a color value endColor: "ffffff", easing: 'easeIn', duration: 500 });source : http://docs.sencha.com/core/output/Ext.Fx.html
No comments:
Post a Comment