高度和宽度不受尊重

时间:2014-09-13 03:20:40

标签: asp.net-mvc-5 asp.net-mvc-awesome

当我设置弹出窗体的高度和宽度时,不会考虑这些值。

<button type="button" class="awe-btn" onclick="@(Url.Awe().PopupFormAction().Url(Url.Action("create")).Success("createQuestionset").Height(800).Width(800))">@Mui.Create qs</button>

无论我设定什么值,弹出窗口的大小都保持不变。

还有什么可做的吗?

1 个答案:

答案 0 :(得分:1)

您展示的代码应该可以提供其他所有内容

例如,如果我把这一行:

<button type="button" class="awe-btn" onclick="<%:Url.Awe().PopupFormAction().Url(Url.Action("create", "SimpleMeals")).Height(800).Width(800)%>">Create</button>

demo app PopupFormDemo / Index.aspx中它可以工作,弹出窗口将具有所需的大小

我猜是有些js文件被修改/损坏,或者有缺陷的jqueryUI版本或其他一些js覆盖了jquery ui对话框的默认行为