Enable
methodsEnables or disables the specified command. If the second parameter is omitted it will be treated as true and the command will be enabled.
Parameters:commandString|Element|jQuery
enableBoolean
A string, DOM element or jQuery object which represents the command to be enabled or disabled. A string is treated as jQuery selector.
A boolean flag that determines whether the command should be enabled (true) or disabled (false). If omitted the command will be enabled.