Hello together,

In my message property file I have a text which should contain a hyperlink. 
( example: please click <a href...> pdf </a> for download this document )

I dont know how can I implement it in my ui, because I need for hyperlink a 
Anchor widget and for the text label or something else.

I could make three parts in my property file:
1. message=please click
2. link=pdf
3. message2=for download this document

then could create a composite widget with a horizontal panel which contains 
label, anchor, label.

But I dont like this solution.

does anybody know the better way to implement this i18n text??? can I use 
html markup for this. I tried to do it, but in the ui I can see the text <a 
href ...> instead of my hyperlink.

thank you for your help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to