I'm using UiBinder with GWT localization features to create UI of my application. So, I have: - View.ui.xml file with directive "<ui:with field="messages" type="com.csn.core.resources.UiMessages"/>" - usage of "messages.welcomeText" property inside <g:HTML> element at this page.
Problem is that welcomeText is multiline. I've tried different variants for line breaks: "<br/>", "\n","\r" , but it's always displayed as one-line-text. Which line separator should I use to make UiBinder display text as several lines? By the way, is there any way to create multi-line label in GWT? Now I'm trying to use g:HTML for these purposes and it's a bit uncomfortable. Of course, I may use TerxtArea, but I want the text to look line just plain text at html page, but not like text-in-readonly-textarea :) Than ks in advance! Vitaly. -- 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.
