This is really a simple question: how do I add linefeeds to ContentPanel entries???
I have tried to do this
but the text is shown without any line feed. I have tried to use carriage return (\r) without success too.Code:var myText = "Hello World\n\nHow are you?" entry = new ContentPanel(null, "1", myText, true, false); mainView.addControl(entry);
thanks for any help.

Reply With Quote





