是否可以在特定位置打开easyui窗口?或者我们可以把它放在中心位置?
如果可能,如何设置坐标?
答案 0 :(得分:2)
窗口扩展了面板,所以简单地
$("#id").window({
left:10,
top: 11
});
答案 1 :(得分:0)
很容易。使用' left'和' top'数据选项中的属性。例如:
<div class="easyui-window toolbar" title="Toolbar" data-options="left:200,top:20" style="width:300px;height:115px;padding:5px;"></div>