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