Specifies whether an editor can be resized and, if so, how it can be resized. Used by the ResizeMode property.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public enum RTEResizeMode
Visual Basic
Public Enumeration RTEResizeMode
Visual C++
public enum class RTEResizeMode

Members

Member nameValueDescription
Default0 Default mode defined in the client side configuration file (richtexteditor\scripts\config.js)
Disabled1 The size of editor is not adjustable.
ResizeHeight2 This feature allows users adjust the height of the editor area by pulling out from the lower right corner of the wysiwyg editor box.
ResizeWidth3 This feature allows users adjust the width of the editor area by pulling out from the lower right corner of the wysiwyg editor box.
ResizeBoth4 This feature allows users adjust the width and height of the editor area by pulling out from the lower right corner of the wysiwyg editor box.
AutoAdjustHeight5 Using the AutoAdjust feature to make the Editor change it's height based on the content. The Editor will now grow and shrink in height to match the content inside. It will never shrink smaller than the current height config option.

See Also