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