google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Missing method LayoutDialog.moveTo(x, y) #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 17 Aug 2007 at 2:25