Click or drag to resize
AbstractLayoutCreateFieldLabel Method
Creates the field label.

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 CreateFieldLabel(
	FormFieldInfo ffi,
	bool addTooltip = true
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Field info
addTooltip (Optional)
Type: SystemBoolean
Indicates if tooltip will be added to the label

Return Value

Type: LocalizedLabel
See Also