ICMSEditableControl Interface |
Namespace: CMS.PortalEngine.Web.UI
public interface ICMSEditableControl : ISpellCheckableControl
The ICMSEditableControl type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Enabled.
| |
ID |
Control ID.
| |
PageManager |
Page manager control.
| |
ViewMode |
Control view mode.
|
Name | Description | |
---|---|---|
GetContent |
Returns the current web part content.
| |
GetSpellCheckFields |
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
(Inherited from ISpellCheckableControl.) | |
IsValid |
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
| |
LoadContent(String, Boolean) |
Loads the control content.
| |
LoadContent(PageInfo, Boolean) |
Loads the control content.
| |
SaveContent |
Saves the control content.
|