Miguel Angel Carvajal
Posts: 0
Joined: Fri Sep 13, 2013 6:48 pm

How to modify a mobile text input using component properties?

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?

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

How to modify a mobile text input using component properties?

Hello!

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

Return to “Issues”