OrchardDoc icon indicating copy to clipboard operation
OrchardDoc copied to clipboard

document this admin theme tip - data-message on RemoveUrl

Open rtpHarry opened this issue 9 years ago • 0 comments

https://github.com/OrchardCMS/Orchard/pull/5827

Use data-message to override the delete confirm dialog eg:

<a href="@Url.Action("Delete", new {commentEntry.Id, returnUrl=ViewContext.RequestContext.HttpContext.Request.ToUrlString()})" itemprop="RemoveUrl UnsafeUrl" data-message="@T("Are you sure you want to delete this contact method?")">@T("Delete")</a>

Added since v1.9.2

rtpHarry avatar Feb 11 '16 12:02 rtpHarry