Enumerates the behavior when the "save" button is clicked in the editor.

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

Syntax

C#
publicenumRTESaveButtonMode
Visual Basic
PublicEnumerationRTESaveButtonMode
Visual C++
publicenum classRTESaveButtonMode

Members

Member name Value Description
Default 0The Default savebuttonmode defined in the client side configuration file (richtexteditor\scripts\config.js)
None1No action.
Submit2Triggers a full page postback.

See Also