Enum TinyMceResize
An enumeration of resize values for TinyMCE.
Namespace: EPiServer.Cms.TinyMce.Core
Assembly: EPiServer.Cms.TinyMce.dll
Version: 2.13.4Syntax
public enum TinyMceResize
Fields
| Name | Description |
|---|---|
| Both | The editor can be resized both horizontally and vertically. |
| None | The editor can not be resized. |
| Vertical | The editor can be resized only vertically. |