Defines the javascript function that will be executed when clicking the "save" button. If it returns false, the submit event will be cancelled. Editor1.SaveButtonScript="return mysubmitfunc()";

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

Syntax

C#
public string SaveButtonScript { get; set; }
Visual Basic
Public Property SaveButtonScript As String
	Get
	Set
Visual C++
public:
property String^ SaveButtonScript {
	String^ get ();
	void set (String^ value);
}

See Also