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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.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