Hi there!

Use CSS, like this:

.button-link {
  cursor: pointer;
  cursor: hand;
  border: none;
  /* Disable the button-style */
  background-color: transparent;
  padding: 0px;
  color: #4784C3;
  text-decoration: underline;
}

this lets your button look like a hyperlink!

- Danny

2009/2/2 [email protected] <[email protected]>

>
> Hi All,
>
> How can I achieve a Button widget as hyperlink Look n feel.
> I don't want to use an anchor Link as it opens a browser
> functionality.
> Rather I need just the button functionality.
>
> Thanks,
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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