IFieldEditorControl Interface |
Namespace: CMS.UIControls
public interface IFieldEditorControl
The IFieldEditorControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearControl |
Clears inner controls / sets them to the default values.
|
![]() | LoadConfiguration |
Sets inner controls according to the parameters and their values included in configuration collection. Parameters collection will be passed from Field editor.
|
![]() | UpdateConfiguration |
Updates parameters collection of parameters and values according to the values of the inner controls. Parameters collection which should be updated will be passed from Field editor.
|
![]() | Validate |
Validates inner controls. If some error occurs appropriate error message is returned, otherwise empty string should be returned;.
|