Sys.UI.Control addCssClass Method
Adds a CSS class to the HTML Document Object Model (DOM) element that the control is attached to.
var a = new Sys.UI.MyControl(domElementObj); a.addCssClass(className);
Show:
Adds a CSS class to the HTML Document Object Model (DOM) element that the control is attached to.
var a = new Sys.UI.MyControl(domElementObj); a.addCssClass(className);