HTML Editor for ASP.NET AJAX
SaveButtons Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorSaveButtons
List of button ID's requiring explicit Save behavior on a client click.
Declaration Syntax
C#
public string SaveButtons { get; set; }
Remarks
When the AutoSave functionality is not appropriate or sufficient, add the ID(s) of the button(s) that should trigger a client-side Save before postback. The editor uses this list to find the buttons and modifies their OnClientClick method.

Note: The default search pattern is relative to the editor location.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)