CSS
Description
FormView CSS defaults used for styling the layout.
Item class name
The default class name for all Items in the FormView layout.
Selected
Specify the CSS class name to apply when a field is selected. If you leave the Selected property blank, the class called 'formValueSelected' is applied.
Echo
Specify the CSS class name to apply when edits that are made in an editor are 'echoed' back to the Form. If you leave the Echo property blank, the class called 'formValueEcho' is applied.
Dirty
Specify the CSS class name to apply when a field is dirty. If you leave the Dirty property blank, the class called 'formValueDirty' is applied.
Error
Specify the CSS class name to apply when a field has an error. If you leave the Error property blank, the class called 'formValueError' is applied.
Error text
Specify the CSS class name to apply to the error message that is shown when a field has an error. If you leave the Error text property blank, the class called 'formErrorText' is applied.
Conflict
Specify the CSS class name to apply when a field has a write conflict error. If you leave the Conflict property blank, the class called 'formValueWriteConflict' is applied.