Region tabs

I have a couple of applications that use the idea of the region tabs example created by Carl. Everything worked fine before I upgraded our APEX from v2.2 to v3.0. Now, in APEX 3.0, the "t4current" class no longer works. I usually set a different color for the current tab displayed. Now the color doesn't show up anymore. I didn't change anything in the application or in the .css file when I upgraded APEX from v2.2 to v3.0.
Thanks.
Andy
Below are the styles in my custom .css file:
/* Customized t4TabbedNavigationList */
.t4TabbedNavigationList{
white-space:nowrap;
background: #DBDBDB repeat-x bottom;
border-bottom: 1px solid rgb(159, 177, 188);
margin: 0pt;
padding: 0pt 0pt 20px 10px;
.t4TabbedNavigationList li {white-space:nowrap;
float: left;
list-style-type: none;
background: url("/i/themes/custom/left.gif") no-repeat left top;
margin: 0;
padding: 0 0 0 5px;
text-decoration: none;
.t4TabbedNavigationList a {
float: left;
display: block;
background: url("/i/themes/custom/right.gif") no-repeat right top;
padding: 5px 15px 4px 6px;
.t4TabbedNavigationList a:link,
.t4TabbedNavigationList a:visited {font-weight:bold;padding: 5px 12px 1px; float: left; font-size: 12px; 
line-height: 14px;
text-decoration: none; color: #7A7A7A; }
.t4TabbedNavigationList a.t4current:link,
.t4TabbedNavigationList a.t4current:visited{
color: #2F2F2F;
.t4TabbedNavigationList a:hover {}

Carl,
I tried to re-create the application in http://apex.oracle.com. Because I had my javascript and images in the /i/ directory in my environment, I couldn't make all the images to appear. The images for the region tabs do not appear because I couldn't reference the 2 uploaded images (sliding door tab) in my workspace in the Oracle Website. However, you should be able to see the problem that I am having. You can go to the application called "HR_LABOR_RELATIONS_LOG" and run "Page 2". The first time when the page is loaded you can see the link in the current tab has a black color. However, when you click on any tab again, the color disappear. The CSS file called "theme_V2.css" is in the workspace - the customized tab template is also in the first message that I posted. The javascript that renders the tab is in the header of "Page 2". Here is the information to login to my workspace:
Workspace: ANDY_WS
Username: [email protected]
Password: andychow
Thanks.
Andy

Similar Messages

  • Region Pull with Region Tabs

    Hi,
    has anybody tried to have region tabs into an region pulled from other page (
    both examples from Carl (http://htmldb.oracle.com/pls/otn/f?p=11933:48 and http://htmldb.oracle.com/pls/otn/f?p=11933:55)
    I have a page (Page1) from where I call the "Region Pull" that's working fine. In the pulled page (Page2) I have created the "Region Tab". the Javascript I have added in Page1. The tabs are shown, but when I click on another one than default, nothing happens, so no other region is shown. After having a look in the javascript code, I think it is a problem of the call of the new tab region:
    function doTab(pThis){
         var lTab = html_GetElement(pThis);
         set_Some_Item('P2_ACTIVE_PANE',lTab.id);
         var lContent = lTab.id + '_content';
         html_TabClick(lTab,lContent);
    var lContent = regionX_content ... is it possible that he couldn't find this region???
    thanks for any suggestions and help
    chrissy

    Hi
    Does checking the box marked Show All Regions, & then looking for English (Japanese), help at all? May be able to reinstall it by running Optional Installs from installer DVD?
    Could always use Pacifist to extract it from Install DVD - http://www.charlessoft.com/
    Steve

  • Substitution For Region, Button and Tab

    We are building a general security table with groups of users(LDAP, Banner etc.) and what they can access in APEX. The table will be accessed from a custom function in Authorization schemes in any application or workspace in order to control security all in one location. I want to create 5 generic authorization schemes-one for applications, pages, regions, tabs and buttons that call this function with the appropriate parameters. This is easy in the case of the application and page eg. Security_Function(app_id=>:APP_ID, app_user=>:APP_USER , app_object_type=>='Page', app_object=>:APP_PAGE_ID).
    If the authorization scheme is applied to a region, button or tab, is there a way to reference dynamically the current region, button or tab ( in the same way it can be done for the page) in order to make the authorization scheme dynamic and generic?
    Karen

    Hi,
    As I understand it, that's not yet available - see: Determine current renderd item, region,... for use in authorization schema
    Andy

  • Tabs are not working after upgrade to DS 1.3

    Hi All,
    I have 4 tabs Region, Plant , Plant section and Unit.
    When I select one tab it sets as a filter values to the next tab and displays data(drilldown).
    We also have a back button in the each level to go back .
    It was working perfectly in DS 1.2 and we have upgraded to DS 1.3 and now when I click on the back button it comes back to same screen.
    here is the steps.
      Step 1) select Region data will be displayed based on selected Region
      step 2) select Plant data will be displayed based on selected plant
      step) click Back button on Plant screen by disabling plant tab and enabling region tab.
    Once I click on Back to Region button it quickly goes to Region tab and then come back to Plant tab.
    not sure why this is happening.
    please advise.
    Thanks,
    Manju

    The chart select event fires again when it's redisplayed in tab 2.
    Do this in your chart select event to prevent it:
    var temp = REGIONBU_CHART1.getSelectedMember("0MAINTPLANT").internalKey;
    if(temp!=XOperatingAsset_Plant){
         Tab_3.setEnabled(true);
         Tab_1.setEnabled(false);
         Tab_2.setEnabled(false);
         Tab_4.setEnabled(false);
         Tab_5.setEnabled(false);
                XOperatingAsset_Plant=REGIONBU_CHART1.getSelectedMember("0MAINTPLANT").internalKey;
         LV4_REGITPMCOMTREND.setFilter("0CALMONTH", {"low":XMetric_Period_Low,"high":XMetric_Period_High});
         LV4_REGITPMCOMTREND.setFilter("0MAINTPLANT",REGIONBU_CHART1.getSelectedMember("0MAINTPLANT"));
         LV4_REGITPMCOMTREND.setFilter("ZMETRICID","PMR02");
         LV4_REGITPMCOMTREND.setFilter("0MAINTPLANT__ZPMFNORG", XFunctional_Org);
         LV4_REGITPMCOMTREND.setFilter("0MAINTPLANT__ZPMOPAREA", XOperating_Area);
    }else{
      XOperatingAsset_Plant = "";

  • Region transpose slider missing

    Dear all - I want to transpose a loop / recorded region but the +-12 Semitone slider does not show up. I select the region, open the editor but can only see a grey field with the name of the region - no transpose slider. Can anybody help or give a hint - thank you so much!
    Wolfgang

    Select theTrack Editor.
    Select the audio track in the track area and then the audio region in that track.
    Click the "Region" tab in the head of the track editor.
    If the "Transpose" slider does not show, enlarge the track editor pane by dragging the dividing line to the track region upward.
    If the "Transpose" slider is unresponsive, enable Flex for the track and "Follow Tempo and Pitch"

  • Qosmio G20: How to change the DVD region code?

    My DVD is locked into region 1 is there anyway to fix this because I need it to be on region 2.
    I have been using it on the correct region which is 2 but for some unknown reason it has locked onto region 1 not allowing me to make any changes.

    Jeffrey speaks well.
    However, you must to right click My Computer -> property -> hardware -> device manager ->
    dvd/cdrom drivers -> double/click your drive -> dvd region/tab and if you have some
    remained possibilities, you can choose region 2.
    Bye

  • How can I determine the region ID on an existing DVD?

    I brought a bunch of DVDs back from Europe. I want to sell them. But they may be region-free. I want to find out. What can I use to discover the region ID that is on the DVD?
    Thanks.

    What can I use to discover the region ID that is on the DVD?
    DVD Player will do it. If the DVD region does not match the drive it will show a window asking to change the drive regions. The selector box will show the regions that the DVD is set to. "Cancel" will eject the DVD without changing the drive region. If the DVD does match the drive, use "Get Disc Info" ("File" menu) and select the "Regions" tab.

  • Region in OR

    Where can we find Region of Customer in Order?
    Rgds.

    Dear friend,
    Goto VA02/VA03 T.Code and then enter your order number.
    Enter
    Goto Header-->Partners.
    Select the sold to party and then double click on that now the address tab will be opened there you can find the region tab which is picked from Customer master.
    If you want to chnage then you can change it also.
    Regards,
    Mohan.

  • JHS11 TP2 - Disappearing tabs

    Hi,
    During the migration of a jhs10 application to jhs11 I got some strange behaviour with a multi-record detail group in a tabbed region.
    I have a one "master"-group, in table layout, with 7 detail groups(also in table layout).
    I have placed all detailgroups in regions.
    Some are mixed with items of the "master"-group but most of all they are groupregions direct below a region-container(tabbed).
    Now I have got some strange behaviour.
    2 of the 7 detail-groups show but dissappear when I click the region-tab and move over the tab.
    For clarification: When I only click the tab the group is displayed. When I move out of the tab the group slides up and dissappears.
    This is only if there are no detail records. Every thing works fine if there are detail records.
    When navigating to another master-record, with or without detail-records, the complete tab is displayed.
    I removed all depencies and rendered expressions. There is also no difference between the templates used by working tabs and tabs that are not working.
    (I used the default templates)
    Any suggestions are appreciated!
    Regards,
    Romano

    Romano,
    This sounds like an ADF Faces rendering issue.
    Can you try to build a similar page with drag and drop, without JHeadstart, and see whether you can reproduce this?
    Steven Davelaar,
    JHeadstart Team.

  • Access Tabs?

    Hello all
    My users are looking for an APEX application that is as close as possible in look to their existing Access one. Most of the stuff they want isn't a problem but I can't work out how to create the tab control that Access offers ie they're not page level tabs more region level ones. Can anyone help me out here and point me in the right direction please? We're using 2.2
    Regards
    Helen

    pync,
    Normally I would point you to Carl's demo of Region Tabs here:
    http://htmldb.oracle.com/pls/otn/f?p=11933:55
    But it looks like he is making some changes to his theme, so the "tabs" are appearing as an un-styled list.
    I'm sure he will fix it soon.

  • About changing the dvd region

    sir, despite my every effort i am unable to change the dvd region of my lenovo 3000 N 100. what i do?

    DVD region codes can be changed for only five times after that it cannot be changed.
    The DVD Writer will not be able to play a disc with any region code other than the last one it is set. You can check the region code that you have set by using the following steps.
    Right-click “My Computer” and select “Properties”. On the “Hardware” tab, click “Device Manager”. Now double-click DVD/CD-ROM drives and click on the DVD region tab.
    Regards,
    Sameer
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • WAD template issue:Change Font Size of Tab page in a tab strip container

    Hi Gurus,
    Is it possible to change the font size and face of a "tab" in a tabstip container.
    For example: I have a Tab strip container with 3 tabs:
          Tab1 : North Region
          Tab2: South Region
          Tab3: Central Region.
    When we name the tabs as above, it displays in a default font size and font face in the output while executing the WAD template. I want to increase the font size of say " North Region" Tab so that it appears bigger.
    Can some one guide me as to how this can be achieved.
    Regards,
    Sandeep

    Hi Benni,
    Could you please explain where i am supposed to enter the code mentioned by you "<style type="text/css" >.urBtnStd </style>"
    The XHTML code looks as below-->
    html
           head
                <title >BEx Web Application</title>
                meta http-equiv="Content-Type" content="text/html; charset=utf-8"
                 head
            body
                <bi:QUERY_VIEW_DATA_PROVIDER name="DP_1" >
                    <bi:INITIAL_STATE type="CHOICE" value="QUERY" >
                        <bi:QUERY value="RBEI_BICM_HR_RRF_PERIOD" />
                    </bi:INITIAL_STATE>
                </bi:QUERY_VIEW_DATA_PROVIDER>
                <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" >
                    <bi:SYSTEM_MESSAGES_VISIBLE type="CHOICE" value="X" text="" />
                    <bi:VARIABLE_SCREEN value="" />
                    <bi:MELT_VARIABLES value="" />
                    <bi:HAS_MAIN_TEMPLATE_OBJECT type="CHOICE" value="" />
                    <bi:WEB_TEMPLATE_ACTIONS type="COMPOSITE" >
                        <bi:ACTION_BEFORE_FIRST_RENDERING type="COMPOSITE" />
                    </bi:WEB_TEMPLATE_ACTIONS>
                </bi:TEMPLATE_PARAMETERS>
                <p >
                    <br />
                </p>
                <bi:TABSTRIP_CONTAINER_ITEM name="TABSTRIP_CONTAINER_ITEM_1" designwidth="600" designheight="600" >
                    <bi:TABPANEL_LIST type="ORDEREDLIST" >
                        <bi:TABPANEL type="COMPOSITE" index="1" >
                            <bi:CAPTION value="North Region" />
                        </bi:TABPANEL>
                    </bi:TABPANEL_LIST>
                </bi:TABSTRIP_CONTAINER_ITEM>
                <br />
                <br />
            </body>
    html
    Thanks,
    Sandeep
    Edited by: Sandeep Rupert Saldanha on Feb 17, 2010 10:53 AM

  • Remove template region

    I have established a small hierarchy of templates for a
    DreamWeaver CS3 site. At the first level, one template region (1)
    contains a table with 9 cells each containing a rollover image.
    New template pages (x 6) are generated from this template
    page. The images in (1) above are changed on each of these, so that
    they remain uneditable in all resulting pages. But when I press the
    Template region tab, Modify > Templates > (Remove template
    markup) is greyed out.
    This is what the help site says I should do. What have I done
    wrong, and is there another way to solve the problem?

    Do not use nested templates.
    Your single template will have editable regions placed so
    that on pages that
    require section-specific navigation you can add a navigation
    element
    accordingly.
    For example -
    1. Make a Library item that contains JUST your navigation for
    a specific
    section, or
    2. Make a server-side include that contains the same
    On a child page, you have an editable region available for
    the
    section-specific navigation because of the way you have built
    the template.
    So, you can place either item #1 or item #2 as needed (use
    DW's F1 help to
    read about both - I prefer the latter).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "bryan o" <[email protected]> wrote in
    message
    news:foc37b$1ig$[email protected]..
    > That sounds good. I suppose it is just the navigation
    that changes. At
    > level 2
    > (category) there is a thumbnail mosaic (navigation)
    which has different
    > content
    > from category to category, but identical within each
    category, and must be
    > easily updateable as new work is published. Will read up
    more about this:
    > <...editable regions strategically placed so that you
    could drop in
    > category-specific navigation 'pieces'?> ... but if
    you could give me a
    > pointer
    > or concrete path to follow it might help ? Dw beginner,
    remember! I
    > wonder if
    > that was similar to what I was doing originally, but
    when I dropped in the
    > category-specific navigation piece and tried to make it
    a new template
    > just for
    > that category, I could not undo the editable region for
    that navigation
    > piece.
    > Thanks again
    >

  • Please how can I download the media that can help me change my DVD from region 5 to region 2

    please how can I change my DVD region 5 to region 2? it is asking me for media

    Hi,
    Before changing this, you have only 5 changes you can make to the region setting before the drive locks on the last one chosen - so this should not be done just to play one disc.
    To change the Region, open windows Control Panel, open Device Manager and open up DVD/CD-ROM drives.  Right click on the device listed here and click the DVD Region tab.  Choose the country you are that requires region 2 ( ie United Kingdom ) and click OK.  Click positively to any remaining open windows and then restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Region setting keeps defaulting to U.S.A

    Hi
    I live in New Zealand, The current region is set to USA, I require a different date format. When I select Nz as the region when i reopen the region tab it has defaulted back to USA, Any suggestions please
    Thanks
    Jeremy

    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.HIToolbox.plist
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    Does the dialog show "You can read and write" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?
    If you don't have read and write access to the item, change the settings as directed here. Note, however, that if one file has wrong access settings, most likely others do as well. If the item is locked, unlock it.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

Maybe you are looking for

  • Ipod nano graphite does not turn on or charge. what can I do to fix it?

    I was listening to my ipod when my phone rang, I turned it off to answer the phone and the Ipod does not start after that or charge.

  • AIR HTML component problem

    I am using the AIR HTML component to load various website directories with. However, any directory that gets loaded into the HTML control that uses CAPTCHA, only loads maybe 2 pixels high worth of the image. Is this a bug with the HTML control itself

  • How to merge the detail dimension?

    Hello, The webi has provided an option to merge the main dimension but is there any option to merge the detailed dimension? or can it be done manually? if yes then how? Regards, Durgesh.

  • [APEX4.0] - Websheet apps strips off national characters

    Hi, In Apex 4.0, when creating page in websheet app, the national charactes in the content are stripped off (in my case polish: ąćźżśń) ...although some characters remain unchanged (eg. ó) Any ideas how to fix this?

  • QUEUE _ERROR IN BDC

    hi all, iam using BDC_close_group. while executing this  iam getting queue error. plz suggest me any solution