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 | 0 | The Default savebuttonmode defined in the client side configuration file (richtexteditor\scripts\config.js) | |
| None | 1 | No action. | |
| Submit | 2 | Triggers a full page postback. |