Is there a way to make a Google Web Toolkit (GWT) Button look like a HTML Hyperlink?
Posted
by Catfish
on Stack Overflow
See other posts from Stack Overflow
or by Catfish
Published on 2010-03-14T11:14:49Z
Indexed on
2010/03/14
11:25 UTC
Read the original article
Hit count: 516
I plan on appending some comments onto a text, to do that, first, I need the concerned text to act like a button for me to launch a popup, which in turn shows the comment. For that to happen, I need to make that concerned text to act like a button in GWT, but due to some aesthetic reasons I don't want it to look like a normal GWT Button, instead, I prefer it to look like any normal HTML hyper-link, which upon clicking it, acts exactly like a GWT Button which in turn showing the comment in the pop up. So is there a way to make a GWT Button appear more like a html hyper-link? Or, at the minimum, would it be possible to convert the concerned text to .JPG for it to be inserted into a Image Button in GWT?
© Stack Overflow or respective owner