Naming Styles

You can name styles as follows:

Option

Description

Component name

Specify the name of a default Nexaweb component type as a style name and Nexaweb then formats all components of that type as specified by this style.

Class name

Specify a class name for a specific instance of a component type for Nexaweb to format all components of that class as specified by this style. For example, to specify a unique style for an OK button, specify a style name for an .okbutton class using the following format:
<Button class=" .okbutton" />