TinyMCE:API/tinyMCEPopup/execCommand
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: execCommand
[edit]
Summary
Executed a command on editor that opened the dialog/popup.
[edit]
Syntax
<void> execCommand(<String> cmd, <bool> ui, <Object> val)
[edit]
Parameters
- cmd
- Command to execute.
- ui
- Optional boolean value if the UI for the command should be presented or not.
- val
- Optional value to pass with the comman like an URL.
