ASPxClientCommandConsts.UPDATEDOCUMENT_COMMAND Property
In This Article
Identifies a command that updates the editor content.
#Declaration
TypeScript
static UPDATEDOCUMENT_COMMAND: string
#Property Value
Type | Description |
---|---|
string | Value: “updatedocument” |
#Remarks
The UPDATEDOCUMENT_COMMAND property can be used in the ASPxClientHtmlEditor.ExecuteCommand method to execute the command manually.
Note
This command is available only in the Design View and isn’t related to any UI element of the html editor.
See Also