I just have a quick question regarding the new lines. If I enter in blocks without using HTML format, I’ll just simple use the “\n”. Now my question is, if enter it in a textbox input, do I still include the the “\n” or I can just simply press enter to break its line?
For multiline textboxes you have to set property multiline to true
Taifun
How about in radio buttons, how to have breaklines?
you checked? \n ? if you are using String in java then you can simply break line by \n
1 Like