Class PropertyXhtmlStringControl
Property control class that creates an Tiny MCE editor to edit html.
Inheritance
System.Object
PropertyXhtmlStringControl
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 9.12.2Syntax
[PropertySettings(typeof(TinyMCESettings), true)]
public class PropertyXhtmlStringControl : PropertyLongStringControlBase, IPropertyControl, INamingContainer, IRenderSettings
Constructors
PropertyXhtmlStringControl()
Declaration
public PropertyXhtmlStringControl()
Properties
EditControl
Gets or sets the control used to edit the property.
Declaration
protected Editor EditControl { get; set; }
Property Value
Type | Description |
---|---|
Editor | The control used to edit the property. |
Methods
ApplyEditChanges()
Applies changes for the posted data to the page's properties when the RenderType property is set to Edit.
Declaration
public override void ApplyEditChanges()
Overrides
Remarks
This method is called from ApplyChanges() if the control does not have an adapter.
CreateEditControls()
Creates an edit interface for the property.
Declaration
public override void CreateEditControls()
Overrides
SetupEditControls()
Setups the editor with text content.
Declaration
protected override void SetupEditControls()
Overrides
Implements
System.Web.UI.INamingContainer