Adds CSS class to target element.
The same CSS class can be supplied multiple times. In this case the class would be removed when no more suppliers left.
Utilizes a namespace aliaser of element rendering context for resolving class names.
Schedules element CSS updates via element rendering context.
CSS class name to add. Either a string or qualified one.
Optional
user: SupplyPeerA supply peer of the CSS class. When specified, its supply us returned from the method call.
Added CSS class supply that removes the class once cut off, unless there are other supplies of the same class.
Obtains CSS classes accessor using different rendering context.,
A rendering context to use instead of the default one.
Either new CSS classes accessor instance, or this
one if context is the same.
Generated using TypeDoc
An accessor to CSS classes of some element.
Can be obtained by drekCssClassesOf function.