当前位置: 代码迷 >> JavaScript >> Extjs 怎么设置 弹出消息框Msg位置
  详细解决方案

Extjs 怎么设置 弹出消息框Msg位置

热度:133   发布时间:2013-06-25 23:45:42.0
Extjs 如何设置 弹出消息框Msg位置
请问如何固定Extjs 里面 弹出的Msg在页面上显示的位置,比如:
Ext?JS MessageBox Javascript pageX 位置

------解决方案--------------------
貌似Ext.MessageBox没有相关精确定位的属性
------解决方案--------------------
extjs4里对Ext.MessageBox有this.setPosition(x,y)这个方法,只不过没效果,因为我在弹出窗口后用this.getPosition()这个方法返回的还是原来的那个值。不知道是BUG,还是我理解错了。

帮你顶下,看有没有其他童鞋碰到过这个问题。
------解决方案--------------------
之前用过的都是居中弹出,不过你可以试试X和Y
x : Number

The X position of the left edge of the window on initial showing. Defaults to centering the Window within the width of the Window's container Element (The Element that the Window is rendered to).
  相关解决方案