RasterControl.setClass( cssClass )
Set the CSS class for this control's outer element. If not set the default
The content element has to be styled via cascade using:
cssClass rasterControlContent { ... }
where cssClass is the value given in the argument.
Parameters
Name |
Type |
|
Description |
cssClass |
string |
|
Name of the CSS class assigned to the outer most element
in this control. |
Returns
Type |
Description |
object |
The control object. This allow for chaining multiple setter methods in
one single statement. |