thank you for your reply

i resolved my problem with :

yourLink.setStyleName("gwt-Hyperlink a:active");


and in css :

.gwt-Hyperlink a:link,.gwt-Hyperlink a:hover,.gwt-Hyperlink
a:visited,.gwt-Hyperlink a:active
{
       color:gray;

}


2012/5/24 Mahe <mahesh.jagad...@gmail.com>

> Hi,
>
> you refer this follow link
>
>
> https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/loginmanager
>
> i hope you will get solution for
>
>
> On May 24, 5:59 pm, Assiya EL <missweb...@gmail.com> wrote:
> > hi all ,
> >
> > I'd like the link to my gray,  I tried  :
> >
> > . link {
> > color: # 2E2E2E;
> > text-decoration: none;
> >
> > with :
> >
> > Hyperlink link = new Hyperlink("Be the first to review this product","
> http://www.google.com";);
> > link.addStyleName("link");
> >
> > but it did not work
> >
> > thank you
> > --
> >
> > Assiya EL
> > Master Qualité du Logiciel
> >
> > Plz consider environment - Only print this if necessary
>
> --
> 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.
>
>


-- 

Assiya EL
Master Qualité du Logiciel



Plz consider environment - Only print this if necessary

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