Hello,

My 'close' label needs a special character so I do : 
close.setText("✖"); but then it appears ✖

Instead of calling setText(), in uiBinder I could have a working solution: 

<g:Label
     ui:field="close"
     addStyleNames="{C.C_CSS.cross}">&#10006;</g:Label>


My question is : Why setText() does not give me the special character (a 
cross) appearing ?
What should be the easier solution in my case (I cannot use uibinder) ?

Thanks you,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Sv3pz0FUaBMJ.
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