What steps will reproduce the problem?
1. in LayoutDialog the method moveTo() is missing, exists in Ext
2.
3.
What is the expected output? What do you see instead?
There was no way to set the position of the dialog by code
What version of the product are you using? On what operating system?
0.9.1 cvs checkout
Please provide any additional information below.
Added the missing method:
public native void moveTo(int x, int y) /*-{
var dialog = this.@com.gwtext.client.widgets.BaseExtWidget::jsObj;
dialog.moveTo(x, y);
}-*/;
Original issue reported on code.google.com by TheStie...@gmail.com on 16 Aug 2007 at 3:03
Original issue reported on code.google.com by
TheStie...@gmail.com
on 16 Aug 2007 at 3:03