Click or drag to resize
IFormStyleConfiguration Interface
Interface describing form style configuration options.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public interface IFormStyleConfiguration

The IFormStyleConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyExplanationTextCssClass
CSS class that is added to container that is wrapping content after text (only if content before text is empty).
Public propertyFieldCaptionCellCssClass
CSS class for the individual field label cell.
Public propertyFieldCaptionCssClass
CSS class for the individual field label.
Public propertyFieldCssClass
CSS class for the whole field (usually row).
Public propertyFieldErrorCellCssClass
CSS class for the individual field error label cell.
Public propertyFieldErrorCssClass
CSS class that is added to editing form control after its validation failed.
Public propertyFieldErrorLabelCssClass
CSS class for the individual field error label.
Public propertyFieldGroupCaptionCssClass
CSS class for the field group caption.
Public propertyFieldGroupCssClass
CSS class for the whole field group.
Public propertyFieldValueCellCssClass
CSS class for the individual field control cell.
Public propertyFieldVisibilityCellCssClass
CSS class for the individual field visibility cell.
Public propertyFieldVisibilityCssClass
CSS class for the individual field visibility control.
Public propertyFormButtonCssClass
CSS class for the form button.
Public propertyFormButtonPanelCssClass
CSS class for the form button panel.
Public propertyFormCssClass
CSS class which will be used to wrap form control.
Public propertyGroupCssClass
CSS class for the whole field group with heading.
Top
See Also