Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

how to resize textarea and checkbox?

I could not resize neither textarea nor checkbox. I also could not change font size in checkbox. I tried many examples from this forum - css, ajax, tiggzi ... nothing!

please, help me.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to resize textarea and checkbox?

Hello! To change font size of component run next JS on screen Load event

Tiggzi('mobilecheckbox').css('font-size', '30px')

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

how to resize textarea and checkbox?

it only works for button,not for checkbox!

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

how to resize textarea and checkbox?

I found a working combination:

[dsid=checkbox] .ui-btn-text {
font-size: 12px;
}

textarea.ui-input-text {
height : 100px;
}

I hope this helps somebody.

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

how to resize textarea and checkbox?

If anyone else is looking to resize the textarea here is how I got it to work.

On page load run JS:

$('textarea[dsid="Textarea_Name"]').css('height',
'350px');

Where Texarea_Name is the name given to your text area in properties.

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

how to resize textarea and checkbox?

Matt, thank you for sharing this.

Return to “Issues”