Page 1 of 1

How do I expand the text field size?

Posted: Fri Oct 25, 2013 2:12 pm
by Randy Fahrbach

How do I expand the text field size? I want content heavy text fields and when I add the text component the field is very small in the app.
Image


How do I expand the text field size?

Posted: Fri Oct 25, 2013 3:11 pm
by Kateryna Grynko

Hi Randy,

Run the following JavaScript code on Page Load event:preAppery("mobiletextarea").css("max-height","80px");
Appery("mobiletextarea").css("height","80px");/prewhere mobiletextarea is a component name,
80px is a desired size.