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