Tell me how to apply css on select of combo box?

Submitted by: Administrator
using config option as
emptyClass : 'emptycss', where emptycss is a css classname
Submitted by: Administrator

By using this.on("select", function({this.addcls("classNamehere")};
Here 'this' is the combo box.
Submitted by: Deepthi

Read Online Ext-JS Job Interview Questions And Answers