1. execcommand()
  2. exec(command)
  3. execCommand()
  4. exec(command id)
4 views

1 Answers

Answer: Option 3

The command can be executed using boolean execCommand(string commandId, [boolean showUI, [string value]]).

4 views

Related Questions