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