Additional: search in GWT group for "disable hyperlink" their I posted this
weeks ago. May there are more infos for you!

- Danny

2009/2/2 Danny Schimke <schimk...@googlemail.com>

> 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 chandraj...@gmail.com <chandraj...@gmail.com>
>
>
>> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to