How can I hide the Ok button in Awesome Popup Form Action
this my code:
@{
var DetailFormat = string.Format("<button type='button' class='awe-btn' onclick=\"{0}\"><span class='ico-edit'></span></button>",
Url.Awe().PopupFormAction().Title("Détail article").CancelText("Fermer").Height(500)
.Url(Url.Action("Details", new { Id = ".Id" })));
}
I want to hide The Ok button it in the PopupForm having the Title "Détail"