Patrick Kelly
Posts: 0
Joined: Wed Nov 20, 2013 6:00 am

How can you add a paragraph of text to a page?

I am trying to add an "About" section to my app and I would like to add a paragraph of text, but I cannot seem to find a solution that doesn't include the laborious process of adding line by line using the "label" component.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How can you add a paragraph of text to a page?

Hello Patrick,

You can use Text area component http://docs.appery.io/documentation/u...

Patrick Kelly
Posts: 0
Joined: Wed Nov 20, 2013 6:00 am

How can you add a paragraph of text to a page?

Doesn't the text area component allow the app user to input text? I want to have a static paragraph of text that can be viewed, but not edited by the user.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How can you add a paragraph of text to a page?

Text area allows to edit, but changes won't be saved until you confirm somehow.
In your case you can add all text to one Label component and it wouldn't be possible to edit.

Return to “Issues”