OrchardCMS / OrchardDoc

Documentation for Orchard 1.x (not Orchard Core, for that see https://docs.orchardcore.net/).
http://docs.orchardproject.net
142 stars 241 forks source link

document this admin theme tip - data-message on RemoveUrl #249

Open rtpHarry opened 8 years ago

rtpHarry commented 8 years ago

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