This Concordion extension adds CSS styling for input elements in the Concordion output. The styling is added as an 'inputstyle' class on data contained in elements with c:set="" attributes.
Installation
The extension is available from Maven Central.
Usage
To add the extension with no namespace declarations, either annotate the fixture class with:
@Extensions(InputStyleExtension.class)
or set the system property concordion.extensions
to org.concordion.ext.inputstyle.InputStyleExtension