AbstractLayoutCreateEditingFormControl Method |
Creates new EditingFormControl and puts it into FieldEditingControls hash table.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax protected virtual Control CreateEditingFormControl(
FormFieldInfo ffi
)
Parameters
- ffi
- Type: CMS.FormEngineFormFieldInfo
Return Value
Type:
ControlCreated control
See Also