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.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool EnableClientScript { get; set; }
Visual Basic
Public Property EnableClientScript As Boolean
	Get
	Set
Visual C++
public:
property bool EnableClientScript {
	bool get ();
	void set (bool value);
}

See Also