The CSS Class dropdown of CuteEditor displays a predefined set of CSS Classes.
You can easily add your own CSS Classes using the following methods.
1. Edit Dropdown Configuration file (Common.config).
The dropdown configuration file (Common.config) can be found in the
CuteEditor_Files/Configuration/Shared folder. In dropdown configuration file
you can find the CssClass element which contains the configuration
information for the CSS Class dropdown within Cute Editor.
You can modify the CssClass element to create your own CSS Classes list.
Example:
Now the CSS Class dropdown contains "RedColor", "textbold", "Highlight" and "BoldGreen".
2. Programmatically populate the CSS Class dropdown
Example: