Page 1 of 1

the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 5:15 am
by Mike4997955

My app is like an encyclopedia, showing a description on each page. Tiggzi has worked really well so far with the design. The Text Area looks great! But when i call the string from the Tiggzi database, the Text Area becomes a fixed height, with arrows to scroll the info up and down. I really don't like it.

Do you have a work around for this? I like using the Text Area because the box is rounded, and has a different background color. The Label box doesn't stay fixed when i call data. Is there html or CSS code i can add to change the font and backround color for a label box?

What is the best way to fix this?


the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 12:08 pm
by Maryna Brodina

Hello!

I think the Text Area becames fixed because you put it in grid and it limits the text area (but not sure, if you could send us a screenshot it would help). As for changing Label backround color, create CSS and enter next:

[dsid=mobilelabel1] {
background: red;
}

You can change font color in Custom Theme (http://help.gotiggr.com/documentation...).


the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 4:37 pm
by Mike4997955

II thought the grid would effect it too, so i created it without a grid, and it still looks like this:
Image

What is a workaround for this?

Thanks in advance.


the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 7:48 pm
by Mike4997955

And when i upload it to my android, the text box let's you edit the contents inside, and then becomes a full size to wrap around the text. Strange


the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 7:55 pm
by maxkatz

In which browser you are testing?

We use the standard jQuery Mobile text area component: http://jquerymobile.com/demos/1.1.1/d..., check if there are any options to configure the component.


the Text Area becomes a fixed height

Posted: Mon Sep 17, 2012 8:29 pm
by Mike4997955

I'm testing it in Gooogle Chrome. I'll check the options and let you know. Thanks.