Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Height of textarea

Marc OttoJan 8 2012 — edited Jan 9 2012
I cannot seem to find a way to change the height of a textarea which is inside a report row.

Currently i have tried following:

1 change column attributes -> element attributes to different kind of css values for setting height
2 added the css in the column formating -> css style
3 added a css class in the page html header and the setting the column formating -> css class to this css class.

Non of those seem to make any changes to the textarea.

more specific data (

at point 1 and 2 i tried those values: ( height:20px and max-height:20px )
at point 3 i added this to the html header:
<style type="text/css">
.textarea
{
width:30px;
height:20px;
}

and then at the column formatting -> css class i added (.textarea and also tried textarea without the dot)

So hope someone can give the guidelines to solve this succesfully

TIA
This post has been answered by Svijayan-Oracle on Jan 9 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2012
Added on Jan 8 2012
1 comment
1,229 views