google-code-export / gwt-ext-ux

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

img=new Image("x999", url) and img.getId() does not show it #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. img=new Image("x999") 
2. system.out(img.getId()) 

What is the expected output? What do you see instead?
the toString Methode shows the id, i have set
but the getId shows constant something like "ext 24"

What version of the product are you using? On what operating system?
gwt 1.5, gwtext 204, gwtextux 0.3

Please provide any additional information below.

Original issue reported on code.google.com by duemc...@gmail.com on 28 Jun 2008 at 2:30

GoogleCodeExporter commented 9 years ago
Please use the constructor that sets the URL for the image and the ID...

Original comment by mlim1...@gmail.com on 30 Jun 2008 at 2:07