SP.Ribbon.PageState.Handlers.isCancelApprovalEnabled() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Determines whether the "Cancel Approve" command is enabled.
var value = SP.Ribbon.PageState.Handlers.isCancelApprovalEnabled();
Return Value
Type: Boolean
true if the "Cancel Approve" command is enabled; otherwise, false.
Remarks
The "Cancel Approve" command is a command handler for the "Cancel Approve" button.
Applies To
SP.Ribbon.PageState.Handlers Class