TinyMCE:API/tinyMCEPopup/execCommand

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: execCommand

Summary

Executed a command on editor that opened the dialog/popup.

Syntax

<void> execCommand(<String> cmd, <bool> ui, <Object> val)

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.
Personal tools