Group: Forum Members
Posts: 3,
Visits: 4
|
I have a textbox element in which participants type a story. When they write more than 1 line of text the text moves outside the textbox element. So participants have to intentionally hit the ENTER button to go to the next line. Is there a way to wrap the text, so that while typing the cursor automatically goes to the second line when the first line is full?
<textbox memory_content> /caption = "Write your story" /required = true / textboxsize = (200, 50) / multiline = true </textbox>
|