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!

how to remove border from navigation region

mrpkingMay 30 2015 — edited Jun 15 2015

Hi,

I am running Application Express 4.2.5.00.08, database version 11g 11.2.0.4, on Windows 7. I would like to remove titles and borders from a list region with user interface template navigation region, similar to the way that I can change user interface template for a reports region from reports region to region without buttons and titles. I like the navigation region template, but I am putting it in a parent region and want to remove titles and borders for the child region. I copied the navigation region template to navigation region without borders titles. I edited the copy of the template and removed <h3>#TITLE#</h3> and changed the list region template to use navigation region without borders titles. So far so good, the title is gone.

I am having trouble understanding what to change, and where, to remove the borders from the child region. I have tried a multitude of things. Should I copy page template One Level Tabs - Right Sidebar (optional / table-based) to use a copy of the #IMAGE_PREFIX#themes/theme_4/css/theme_4_0.css? I can't seem to find that CSS. It is nowhere in my filesystem. Are they no longer stored in the filesystem?

Can I use Region Definition Attributes, Region CSS Classes, or Region Attributes? I always seem to go in circles with this kind of thing, and am unable to unleash the true power of HTMLDB. As a long-time DBA I appreciate any suggestions for training, or books, or examples, or syntax for page, region, template or css. Is it an html tag that needs to be entered somewhere, such as border-style:none; or <div> attributes? I have been doing this for a long time, and I still can't say I understand substitution strings, and appreciate being pointed in the right direction.

An example that shows I know a little html is <span style="background-color:#01A9DB;padding:20px 5px 5px 5px";><font size="6"><b>T</b></font><font size="3">itle</font></span> in the list entry label. Thanks.

Pete

REGION TEMPLATE NAVIGATION REGION

<div class="navigation-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>

    <h3>#TITLE#</h3>

  <div>

    #BODY#

  </div>

</div>

REGION TEMPLATE NAVIGATION REGION WITHOUT BORDERS TITLE (how to remove borders?)

<div class="navigation-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>

  <div>

    #BODY#

  </div>

</div>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2015
Added on May 30 2015
4 comments
1,836 views