Page 1 of 2

Make Label component support multi-line text in design time (works OK when app runing)

Posted: Mon Nov 14, 2011 9:10 pm
by maxkatz

Make Label component support multi-line text in design time. Current component supports (shows) only one line of text in design, however, will show mutli-line when the app is running.

Please vote for this feature!


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Wed Nov 16, 2011 1:09 am
by danbec

Note that the Label component works well when embedded in a Collapsible block.


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Wed Nov 16, 2011 9:31 pm
by maxkatz

Wow.. I just tried it and the Label component seems to work too: http://gotiggr.com/preview/21559/

I just hit Enter to go to the next line.


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Wed Jan 02, 2013 2:06 pm
by Issam Alameh

What is the multi-line escape character to work on runtime,

it is not working with me


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Wed Jan 02, 2013 3:03 pm
by Kateryna Grynko

Hello,

You can't break line in HTML5 editor now. This will work properly soon.


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Thu Jan 09, 2014 5:12 pm
by mikeman

This hs been a year now, has it been fixed?


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Thu Jan 09, 2014 7:14 pm
by Maryna Brodina

Hello! If you want to add line escape on runtime, change Lable HTML not Lable text preAppery("mobilelabelName")&#46;html("row1<br>row2");/pre


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Wed Feb 05, 2014 9:33 pm
by Michael4771079

Hi folks,
Im looking for a solution to multi line label, populated by service, looked everywhere, solutions for textarea but not label, can it be done by css.

thx


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Thu Feb 06, 2014 4:22 pm
by Maryna Brodina

Hello! Working on it.


Make Label component support multi-line text in design time (works OK when app runing)

Posted: Thu Feb 06, 2014 6:38 pm
by Maryna Brodina

Try using < br to add line escape.