AbstractDefaultLayoutGetRowCssClassAttribute Method |
Gets row CSS class attribute for form field
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected string GetRowCssClassAttribute(
FieldCreationArgs args,
string extraClass = null
)
Parameters
- args
- Type: CMS.FormControlsFieldCreationArgs
Form field settings - extraClass (Optional)
- Type: SystemString
Additional CSS class to add to the attribute
Return Value
Type:
StringSee Also