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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.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