Click or drag to resize
AbstractDefaultLayoutGetRowCssClassAttribute Method
Gets row CSS class attribute for form field

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
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: String
See Also