如何在 Awesome Popup Form Action 中隐藏 Ok 按钮
这是我的代码:
@{
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" })));
}
我想在标题为“详细信息”的 PopupForm 中隐藏“确定”按钮