Click or drag to resize
TablePerCategoryLayoutCssClass Class
Class for initializing default CSS class for basic form.
Inheritance Hierarchy

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public class TablePerCategoryLayoutCssClass : AbstractFormStyleConfiguration

The TablePerCategoryLayoutCssClass type exposes the following members.

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