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!

Regions same height

Banu Alexandru-OracleMay 30 2012 — edited May 30 2012
Hi there,

I'm running apex 4.1 on a 11g database and i'm trying to put 2 regions side by side and i wan't to make them the same height.

I observed that each #REGION_POSITION# creates a table in the HTML of the page and each column set in the region creates a new <TD> tag.

Each region defined whitin the column is represented by some <DIV>s set un in the template.

The problem is that with this aproach i can't set my regions set in column 1 and column 2 to be the same height.

Does anybody know how i can achieve this thing?

My ideea was to create a new #REGION_POSITION# display point and set it so that each column in the region definition will create it's own <TD> on the same row, But i am unable to achieve thie because i can'f find how to create a new #REGION_POSITION# display point.

I've also tried to modify an existing display point, but i can't find anywhere how to modify the <TABLE> created by the region on the page.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2012
Added on May 30 2012
2 comments
290 views