execCommand

public function execCommand(command:String, ui:Boolean, value:Object):Boolean
Executes the specified command.

Params

Name Type Description
command String Command to execute.
ui Boolean Optional user interface state.
value Object Optional value for command.

Returns

Boolean true/false if the command was found or not.
User Image
  • 2011-07-27 12:50:45

tan

@acme: http://tinymce.moxiecode.com/wiki.php/Command_identifiers

User Image
  • 2011-07-27 08:51:50

acme

A list of the available commands would be very helpful.