Click or drag to resize
AbstractLayoutCreateFieldActions Method
Creates additional field action buttons and puts them into FieldActionsControls dictionary.

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

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Form field info

Return Value

Type: Control
Created control
See Also