CUI.Page.CommandDispatcher.registerMultipleCommandHandler(component, commands) Method
Applies to: SharePoint Foundation 2010
Registers a command handler for multiple commands with the specified IDs.
CUI.Page.CommandDispatcher.registerMultipleCommandHandler(component, commands);
Parameters
component
Type: CUI.Page.ICommandHandler
The handler to register.
commands
Type: String[]
The IDs of the commands for which this handler is registered.
Remarks
There can be multiple handlers for the same command.
Applies To
CUI.Page.CommandDispatcher Class