How can you add a paragraph of text to a page?
Posted: Wed Nov 20, 2013 6:00 am
by Patrick Kelly
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.
How can you add a paragraph of text to a page?
Posted: Wed Nov 20, 2013 6:03 am
by Alena Prykhodko
Hello Patrick,
You can use Text area component http://docs.appery.io/documentation/u...
How can you add a paragraph of text to a page?
Posted: Wed Nov 20, 2013 6:16 am
by Patrick Kelly
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.
How can you add a paragraph of text to a page?
Posted: Wed Nov 20, 2013 6:36 am
by Alena Prykhodko
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.