Command(id) Command(id1,id2,...) - Requires version 2.4.5 and higher
Parameters
id - The id of a command to execute.
Remarks:
The Command() function executes the specified command from the <COMMANDS>... <COMMANDS> block in the toolbar XML code.
Each command should have a unique identifier.
From version 2.4.5 an above, multiple commands can be specified as a list of comma separated values. These are then executed in sequence.
Example:
In the following example, clicking the Test button executes the command cmd1. This command is defined in the COMMANDS block, and causes the browser to navigate two pages back.