Page 1 of 1

How to modify a mobile text input using component properties?

Posted: Thu Sep 19, 2013 9:59 pm
by Miguel Angel Carvajal

Hi there. How can I change the size of text in a mobile text input, or in some other component? Should I try with CSS or with JS?

I can't make it larger nor shorter. Is there an easy way to change the property?


How to modify a mobile text input using component properties?

Posted: Thu Sep 19, 2013 10:13 pm
by Alena Prykhodko

Hello!

You can Run JS on Load event for page:
pre$("[dsid=mobiletextinput]").css('font-size','300%');/pre
where mobiletextinput - name of component.


How to modify a mobile text input using component properties?

Posted: Thu Sep 19, 2013 11:58 pm
by Miguel Angel Carvajal

Thanx!! I'm just trying.


How to modify a mobile text input using component properties?

Posted: Fri Sep 20, 2013 12:01 am
by Alena Prykhodko

Glad to help :)