| CuteEditor for .NET 6.0 Class Library |
|
Editor.EnableClientScript Property
Whether to enable the client script based HTML editor. If false, the Cute Editor will render as a regular textarea field instead of a WYSIWYG editor.
[Visual Basic]
Public Property EnableClientScript As
Boolean
[C#]
public
bool EnableClientScript {get; set;}
See Also
Editor Class | CuteEditor Namespace