Awesome PopupFormActionで[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" })));
}
「Détail」というタイトルのPopupFormで[OK]ボタンを非表示にします