Click or drag to resize
AbstractLayoutCreateEditingFormControl Method
Creates new EditingFormControl and puts it into FieldEditingControls hash table.

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 CreateEditingFormControl(
	FormFieldInfo ffi
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo

Return Value

Type: Control
Created control
See Also