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