当我设置弹出窗体的高度和宽度时,不会考虑这些值。
<button type="button" class="awe-btn" onclick="@(Url.Awe().PopupFormAction().Url(Url.Action("create")).Success("createQuestionset").Height(800).Width(800))">@Mui.Create qs</button>
无论我设定什么值,弹出窗口的大小都保持不变。
还有什么可做的吗?
答案 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对话框的默认行为