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