I personally keep a css entry called click that simply looks like
this:

.click
{
  cursor:pointer;
  cursor:hand;
}

Anything that can be clicked (aside from things like buttons that
change the icon automatically) I add that as a Style. Make sure to ADD
and not SET that as a style, otherwise it will wipe out any other .css
you've added before it.

On Feb 24, 9:14 am, Vik <[email protected]> wrote:
> Hie
>
> Thanks this worked. How about changing the mouse icon on hovering this
> image?  Without that people might not know if that is clickable.
>
> Thankx and Regards
>
> Vik
> Founderwww.sakshum.comwww.sakshum.blogspot.com
>
> On Wed, Feb 24, 2010 at 7:12 PM, Sean <[email protected]> wrote:
> > The Image class has the ability to add ClickHandlers to it.
>
> > Add a ClickHandler that in it's onClick method opens your Popup.
>
> > On Feb 24, 6:36 am, Vik <[email protected]> wrote:
> > > Hie
>
> > > Right now i have a button clicking on which a popup comes up.
> > > How can i use an image instead of a button with the same behavior?
>
> > > Thankx and Regards
>
> > > Vik
> > > Founderwww.sakshum.comwww.sakshum.blogspot.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-web-toolkit%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to