다음을 통해 공유


CUI.Page.FocusManager.handleCommand(commandId, properties, sequenceNumber) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Executes the command with the specified ID using the registered command handler.

var value = CUI.Page.FocusManager.handleCommand(commandId, properties, sequenceNumber);

Parameters

commandId

Type: String

The ID of the command.

properties

Type: Object

The properties of the command. The property names are the names of the object’s properties; the values are the values of the object’s properties.

sequenceNumber

Type: int

The sequence number of the indexer.

Return Value

Type: boolean

true if the command was handled successfully; otherwise, false.

Remarks

This method only allows the command to go to the focused components.

Applies To

CUI.Page.FocusManager Class

See Also

Reference

CUI.Page.FocusManager Methods

CUI.Page Namespace