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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual LocalizedLabel CreateErrorLabel(
	FormFieldInfo ffi
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Field info

Return Value

Type: LocalizedLabel
See Also