In GWT, I need to set element id for a image which will be accessed using ClientBundle.
For eg. @Source("logo.png")
ImageResource logo();
Instead of Image I'm calling this logo(). But I want to set element Id for logo.png.
Is it possible?
In GWT, I need to set element id for a image which will be accessed using ClientBundle.
For eg. @Source("logo.png")
ImageResource logo();
Instead of Image I'm calling this logo(). But I want to set element Id for logo.png.
Is it possible?
Copyright © 2021 Jogjafile Inc.
Is it what you want ?