Click or drag to resize
AbstractLayoutCreateErrorLabel Method
Creates the validation label for a field.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual LocalizedLabel CreateErrorLabel(
	FormFieldInfo ffi
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Field info

Return Value

Type: LocalizedLabel
See Also