[line 1565]
Base plugin class for plugins that uses CSS styling
This plugin adds attributes like "color", "back_groundcolor" and "font_weight" to plugins that extends it. The extending plugin must call pnFormPlugin::renderAttributes() to use the added CSS features. See also pnFormTextInput for an example implementation.
The support CSS styles are listed in the $styleElements array. Please use this as a reference. Underscores are converted to hyphens in the resulting output to match the correct CSS styles. When you need to use unsupported CSS styles then just write them directly in the style parameter of the plugin: