IFormStyleConfiguration Interface |
Namespace: CMS.FormEngine.Web.UI
public interface IFormStyleConfiguration
The IFormStyleConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExplanationTextCssClass |
CSS class that is added to container that is wrapping content after text (only if content before text is empty).
|
![]() | FieldCaptionCellCssClass |
CSS class for the individual field label cell.
|
![]() | FieldCaptionCssClass |
CSS class for the individual field label.
|
![]() | FieldCssClass |
CSS class for the whole field (usually row).
|
![]() | FieldErrorCellCssClass |
CSS class for the individual field error label cell.
|
![]() | FieldErrorCssClass |
CSS class that is added to editing form control after its validation failed.
|
![]() | FieldErrorLabelCssClass |
CSS class for the individual field error label.
|
![]() | FieldGroupCaptionCssClass |
CSS class for the field group caption.
|
![]() | FieldGroupCssClass |
CSS class for the whole field group.
|
![]() | FieldValueCellCssClass |
CSS class for the individual field control cell.
|
![]() | FormButtonCssClass |
CSS class for the form button.
|
![]() | FormButtonPanelCssClass |
CSS class for the form button panel.
|
![]() | FormCssClass |
CSS class which will be used to wrap form control.
|
![]() | GroupCssClass |
CSS class for the whole field group with heading.
|