Back to Devexpress

RichEditCommands.openInsertTableDialog Property

aspnet-js-richeditcommands-d4473be3.md

latest1.1 KB
Original Source

RichEditCommands.openInsertTableDialog Property

Gets a command to invoke the Insert Table dialog window.

Declaration

ts
get openInsertTableDialog(): OpenInsertTableDialogCommand

Property Value

TypeDescription
OpenInsertTableDialogCommand

An object that provides methods that execute the command and check its state.

|

Remarks

Call the execute method to invoke the command. The method checks the command state (obtained via the getState method) to determine whether the action can be performed.

javascript
richEdit.commands.openInsertTableDialog.execute();

Refer to the following section for more information: Client Commands.

See Also

RichEditCommands Class

RichEditCommands Members