Widget.setCssClasses

Will clear all style classes applied to @widget and replace them with @classes.

class Widget
void
setCssClasses
(
string[] classes
)

Parameters

classes string[]

%NULL-terminated list of style classes to apply to @widget.

Meta