AbstractLayoutCreateFieldLabel Method |
Creates the field label.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
LocalizedLabelSee Also