need help with GWT-buttons (image & text)

2009-06-03 Thread tech84
Hi everybody, i hope you can help me. How can I create a button, which contains text (right) and an image (left)? I only have found buttons, which contains an image OR a text :-( how can I achieve this? Please describe it ( if possible) step by step because I'm a GWT- newbie :-) thanks! gr

Re: need help with GWT-buttons (image & text)

2009-06-03 Thread Kamal Chandana Mettananda
May be you can try inserting the html when creating the button. (I haven't tried this) This class has a constructor: Button(String html) --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:57 PM, tech84 wrote: > > Hi everybody, > > >