How to line break in a textbox | Community
Skip to main content
November 6, 2013
Question

How to line break in a textbox

  • November 6, 2013
  • 17 replies
  • 53778 views

Hello guys(and girls),

     Does anybody know a way to line break within a textbox? I am dynamicaly filling a textbox using a string and i was wondering if there is any "code" or <tag> i could put into my string to tell the texbox to line break?

     Textbox is set to allow multiple lines and field format is Rich text.

Thanks alot!
Max

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

17 replies

Level 2
November 7, 2013

In Designer, go to the Data View tab.  You should see a data connection.  Right-click on the data connection and select "Connection Properties".  The "Data Description Type" will tell you the type of data connection.

November 7, 2013

XML Schema

In which event should i put your code?

November 7, 2013

I found the solution!

I've put the ascii code for "new line" into my string where i wanted it to line break and i've pushed my string into the textbox using the data binding and it worked like a charm.

Thanks for all your help Justin!

Max

blahbap
September 10, 2014

Hi MTremblay-Savard,

I am trying to achieve the same as you without success - could you show be exactly what your string looks like?

thanks!

Frank

radzmar
Level 10
September 10, 2014

Hi,

to add a new line into a text field use \n within the string.


textField1.rawValue = "This\ntext\ncontains\nlinebreaks.";


blahbap
September 11, 2014

What we're talking about here is not formatting the string in Javascript, but formatting a string that is passed into the form via a data connection. The value of the text field in the form is bound to the string in the data view. 

dylans17538794
October 3, 2020

Try using this tool for all of your line break needs!

https://apps4lifehost.com/Instagram/CaptionMaker.html

Hope this helps