Skip to main content
A newer version of this page is available. .

ASPxClientCommandConsts.UPDATEDOCUMENT_COMMAND Property

Identifies a command that updates the editor content.

Declaration

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