How to create a 2 level tab?

Hi,
I am about to develope an application from a package app. But I cannot customize the tabs appear each page. For example when I choose a two level template for the page, the Parent tabs setting doesn't appear. and even when some page have a Parent tabs , I cannot change or create it. I have read the user guild but it cannot solve my problems. Does anyone can give me some information about setting tabs?
regards,
Wei

Hi,
These might help
http://proskudin.blogspot.com/2007/06/two-level-tabs.html
http://www.oraclecommunity.net/profiles/blogs/1988559:BlogPost:4844
Br,Jari

Similar Messages

  • How to create multiple folder levels of connections

    Is it possible to create multiple levels of folders in the Connections tab. For example, I have 3 projects and each projects have dev, qa, prod. The documentations that come with sqlDeveloper2.1 only tells how to create 1 level of folder.
    Please share your suggestion if any.
    Thanks.

    I also tried this through the config file ~/.sqldeveloper/system2.1.0.63.73/o.sqldeveloper.11.1.1.63.73/product-preferences.xml.
    Seems to me that nesting additional list elements for subfolders does not work.

  • How to create a stage with tabs?

    I tested this code to create a stage with tabs:
    {code}
    public void GeneralConfiguration()
            Stage configurationStage = new Stage();
            configurationStage.setTitle("General Settings");
            configurationStage.initModality(Modality.WINDOW_MODAL);
            Group grid = new Group();
            TabPane tabPane = new TabPane();
            //Create Tabs
            Tab tabA = new Tab();
            tabA.setText("Main Component");
            tabA.setClosable(false); // da se mahne opciqta da se zatvarq tab
            //Add something in Tab
            StackPane tabA_stack = new StackPane();
            tabA_stack.setAlignment(Pos.CENTER);
            tabA_stack.getChildren().add(new Label("Label@Tab A")); // dobavq se tuka accordion
            tabA.setContent(tabA_stack);
            tabPane.getTabs().add(tabA);
            Tab tabB = new Tab();
            tabB.setText("Second Component");
            tabB.setClosable(false); // da se mahne opciqta da se zatvarq tab
            //Add something in Tab
            StackPane tabB_stack = new StackPane();
            tabB_stack.setAlignment(Pos.CENTER);
            tabB_stack.getChildren().add(new Label("Label@Tab B"));
            tabB.setContent(tabB_stack);
            tabPane.getTabs().add(tabB);
            Tab tabC = new Tab();
            tabC.setText("Last Component");
            tabC.setClosable(false); // da se mahne opciqta da se zatvarq tab
            //Add something in Tab
            StackPane tabC_vBox = new StackPane();
            tabC_vBox.setAlignment(Pos.CENTER);
            tabC_vBox.getChildren().add(new Label("Label@Tab C"));
            tabC.setContent(tabC_vBox);
            tabPane.getTabs().add(tabC);
            //grid.add(tabPane);
            grid.getChildren().add(tabPane);
            // Configure dialog size and background color
            Scene Scene = new Scene(grid, 800, 600, Color.WHITESMOKE);
            configurationStage.setScene(Scene);
            configurationStage.show();
    {code}
    Can you tell me how I can fill the stage with the tabs body. Now I get this result:
    http://i44.tinypic.com/2zppcg4.png

    Use some kind of managed layout pane instead of a group for the root. I like to use a BorderPane or AnchorPane as the root container:
    // Group grid = new Group();
    BorderPane grid = new BorderPane();
    // grid.getChildren().add(tabPane);
    grid.setCenter(tabPane);
    Message was edited by: James_D (Figured out how to post code!)

  • How to switch from two-levels tabs to one.

    HTML DB v2.0.
    I noticed that having two levels tabs I am getting error (can not fetch the record) because the "Clear Cache" option is available only for Parent Level tab.
    My page is designed like this: Person's info, report on children records, and a form to enter/edit children records.
    I'd like to switch to one-level Tabs and "Clear Cache" every time you go from one tab to another so form will be in a mode to enter a new record.
    I tired to change the theme to one-level tabs, but nothing really changed when I went to create Tabs - it's asking for a Parent tab.
    Message was edited by:
    zavadskaya

    Hi zavadskaya
    Try:
    - keeping the two level tabs.
    - add a process to the Page Rendering area of your page
    - the process is set up as:
    - Type = Clear Cache for all Items on Pages ..... enter your page number.
    - Process Point = On Load - Before Header
    I hope this helps.
    Cheers,
    Patrick Cimolini

  • How to create a multi-level configuration sales order?

    Hi,
        My client use configurable material to sell computers. And the production mode is MTO. One sales order item correspond with a production order
        Now my client also sell array which consist of two computers, two storage, one UPS power etc. That means I must realize multi-level configuration. First, choose the computer type. Second, based on the choosed computer in first step, choose the cpu, disk and so on. And then based on the sales order item, there must be several production order related to the same sales order item.
        Now I have semi-finished product B1,B2--computer. Class type is 300. Many characteristics is allocated to the class. B type material has the BOM which consist of cpu,disk etc.
        Then I created the finished product A--array. Class type is 300. Allocated characteristics is the B1,B2. A has the BOM which consist of B1,B2 etc.
        When I create sales order, I can only config the first level,choose computers for A, can not choose cpu,disk for computers.
        So, how can I find a solution for this scenario?
        Thanks in advance.

    Thanks, Waza
    1.  Does the Sales order BOM explode in the sales order?
    No. Just one top item would be ok for my client.
    2. Why do thy want this in the sales order?  They can explode the BOM in the production order, do they then need pricing at the component level?
    They do not need pricing at the component level. Exploding the BOM in the production order is acceptable. But how can I config the configurable material in components of production order?
    I tried collective order, but the second level of configurable material can not generate production order. I just make use of special procurement 52 in MRP2 of top finished product. Is there something I missed?
    Thanks again.

  • How to create pages in levels?

    I have seen many websites with the home page address showing up as the name of the website and then as you click through the site, the web address changes..
    For Example
    Home Page:    http://adobe.com
    Support page: http://www.adobe.com/support/
    Contact Page: http://www.adobe.com/support/contact/
    My question is how is this set up in dreamweaver? All of my pages only have one level..
    Any help is appreciated!
    Thanks

    Let me preface this by saying that keeping everything in separate folders is not a convenient way to build a static website.
    Obviously, Adobe's site is not static; it's dynamically driven.
    That said, you create folders in your local site and add an index.html page to each one.
    domain.com/index.html (main home page)
    domain.com/support/index.html  (support page)
    domain.com/support/contact/index.html  (contact page)
    domain.com/about/index.html   (about page) and so on....
    Think twice before you do this.  With all those index pages floating around in your site, things can get very confusing.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create links in navigation tabs?

    This is probably a silly question.  In the other template I use, (which is a spry asset, and this is likely the difference), I select the area and the "properties" area below becomes available, and I can create the link.
    These particular tabs don't do that . . . how can I link them to other pages in the site?
    http://asptfacultycaucus.info/#
    Thanks for any help!
    Pamela

    Jtanna,
    this seems to have totally fixed the navigation problem.  I was very careful to use the code you suggested, and not delete or add anything else.
    However, I HAVE goofed something up in getting the stylesheet saved to the directory.  Now when I open the index and other pages in DW, they do not appear to be "connected" to a stylesheet!  When I click on "stylesheet.css" in the menu tabs, I get this dialogue in yellow:  " 'stylesheet.css' cannot be found.  If the file exists on the server, use the Files panel to get the file from the server."
    The file exists right in the directory under local files in DW.  It exists in the "publish" folder.
    I'm afraid to make further changes . . . and client is getting cranky . . . help?
    http://asptfacultycaucus.info/#
    Here is the stylesheet as it exists right now (code for the design template follows if that helps at all):
    @charset "UTF-8";
    /* --- CSS Document by Codify Design Studio - codifydesign.com --- */
    body {
        margin: 0px;
        color: #666;
        font-size: 12px;
        font-family: Arial;
        font-family: Arial, Verdana, Univers;
        background-color: #545454;
        background-image: url(images/page_bkgd.jpg);
        background-repeat: repeat-x;
    h1 {
        color: #4F6179;
        font-size: 24px;
        font-weight: normal;
        margin: 3px 0px 25px 0px;
    h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
    a          { color: #ba7007; }
    a:visited  { color: #ba7007; }
    a:hover    { color: black; }
    .container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(images/content_bkgd_tile.jpg);
        background-repeat: repeat-y;
    /* BANNER AREA */
    .bannerArea {
        width: 980px;height: 145px;
        background-color: #4971a2;
        background-image: url(images/banner_bkgd.jpg);
        background-repeat: no-repeat;
    .bannernav {
        padding-top: 10px;
        padding-right: 40px;
        float: right;
        color: white;
        font-size: 10px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
    .bannernav a {
        color: white;
        text-decoration: none;
    .bannernav a:visited {
        color: white;
    .bannernav a:hover {
        color: #ECBB7B;
    .toplogo {
        margin-left: 70px;
        padding-top: 20px;
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(images/content_bkgd.jpg);
        background-repeat: no-repeat;
    /* LEFT NAVIGATION */
    .leftnavigation {
        width: 192px;
        margin: 70px 0px 0px 0px;
        padding-left: 8px;
        float: left;
        list-style-type: none;
    .leftnavigation a{
        margin-left: 0px;
        width: 156px;
        padding-left: 15px;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        float: left;
        color: #364957;
        font-size: 10px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        background-image: url(images/nav_normal.jpg);
        background-repeat: repeat-x;
        background-position: 0px 0px;
        border-bottom: 1px solid #999;
    .leftnavigation a:visited{
        color: #364957;
    .leftnavigation a:hover{
        color: #ffffff;
        background-image: url(images/nav_down.jpg);
    /* CONTENT AREA */
    .contentleft {
        width: 440px;
        padding-left: 30px;
        padding-right: 20px;
        float: left;
    .contentright {
        padding-top: 55px;
        float: left;
        width: 210px;
    .imageright {
        margin-top: 10px;
        margin-left: 10px;
        float: right;   
    .imageleft {
        margin-right: 10px;
        float: left;
    /* FOOTER AREA */
    .footerArea {
        width: 980px;height: 88px;
        background-color: #cfcfcf;
        background-image: url(images/footer_bkgd.jpg);
        background-repeat: no-repeat;
    .copyright {
        border-top: solid;
        border-color: #737a90;
        border-width: 2px;
        margin-left: 240px;
        margin-right: 30px;
        padding-top: 12px;
        color: #666666;
        font-size: 10px;
        font-family: Verdana,Arial, Helvetica, sans-serif;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
        <head>
        <!-- TemplateBeginEditable name="doctitle" -->
        <title>Part-time Faculty Caucus</title>
        <!-- TemplateEndEditable -->
    <meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com" />
            <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
            <!-- TemplateBeginEditable name="head" -->
            <!-- TemplateEndEditable -->
        <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
        <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
        <body>
            <div class="container">
                <div class="bannerArea">           
                    <div class="bannernav"><a href="#" >Privacy Policy</a>  |  <a href="#" >Contact Us</a>  |  <a href="#" >Site Map</a></div>
                    <div class="toplogo"><a href="#"><img src="../images/transparent.gif" width="365" height="90" border="0" /></a></div>
                </div>
                <div class="contentArea">
                    <ul class="leftnavigation">
                        <li><a href="officers.html" >Officers</a></li>
            <li><a href="bylaws.html" >Bylaws</a></li>
            <li><a href="resolutions.html" >Resolutions</a></li>
            <li><a href="documents.html" >Documents</a></li>
            <li><a href="publications.html" >Publications</a></li>
                    </ul>
                    <div class="content"><!-- TemplateBeginEditable name="content" -->
                        <div class="contentleft">
                            <h1>Lorem Ipsum dolor sit amet</h1>
                            <img src="../images/content_photo_1.jpg" width="193" height="150" border="0" class="imageright" />
                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sedpharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id <a href="#">velitvitae ligula</a> volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien. Nam consectetuer. Sed aliquam, nunc eget euismod ullamcorper, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor. Maecenas vitae nulla consequat libero cursus venenatis. Lorem ipsum dolor sit amet. </p>
                            <img src="../images/content_photo_2.jpg" width="163" height="141" border="0" class="imageleft" />
                        <p>Consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien.</p>
                            <p>Nulla libero. Vivamus pharetra pos uere sapien. Nam consectetuer. Sed aliq uam, <a href="#">nunc eget euismod ullamcorper</a>, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor.</p>
                        </div>
                    <!-- TemplateEndEditable -->
                        <div class="contentright">
                            <div id="SpryAccordion1" class="Accordion" tabindex="0">
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab tabTop">
                                        <div class="accordion_340_tab"> TELLUS PROIN EU ERAT </div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <p>Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien. Nam consectetuer. Sed aliquam, nunc eget euismod ullamcorper, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor.</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab"> HOW LONG DO THEY LAST?</div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent">
                                            <p>The majority of part-time instructors teach for about seven years before leaving to find other employment</p>
                                        </div>
                                    </div>
                                </div>
                                <div class="AccordionPanel">
                                    <div class="AccordionPanelTab middleTab">
                                        <div class="accordion_340_tab"> WHO IS AFFECTED? </div>
                                    </div>
                                    <div class="AccordionPanelContent">
                                        <div class="acontent"> <img class="imageright" src="images/accordion_photo.jpg" border="0" />
                                            <p>There are roughly 46,000 PT Community College instructors teaching in California, many of them free-way flyers.</p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="AccordionBottom"></div>
                        </div>
                        <div style="clear:both;"></div>
                    </div>
                    <div style="clear:both;"></div>
                </div>
                <div class="footerArea">
                    <div class="copyright">&copy; 2011 California Academic Senate Part-time Faculty Caucus.  All rights reserved. Page design: Pamela Hanford</div>
                </div>       
            </div>
            <script type="text/javascript">
    <!--
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:true, defaultPanel:2});
    //-->
            </script>
        </body>
    </html>

  • How to create an Epic level in TFS 2013

    Hi All,
    I am using TFS 2013 (Premise license) in my project. I can see PBI and Feature levels are displayed as default. I want to create additional levels for Epic and Themes. Could you please someone direct me how to do this in TFS 2013?
    Thanks in advance.
    Ilango

    Hi llango,
    For Epic level, you can check this blog for the details:
    http://blogs.msdn.com/b/visualstudioalm/archive/2014/09/11/scaled-agile-framework-using-tfs-to-support-epics-release-trains-and-multiple-backlogs-whitepaper.aspx
    If you want to use Agile portfolio management, then you can go through this link:
    https://msdn.microsoft.com/en-us/library/dn306083.aspx
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to creat navigation pane or tabs in a document

    Dear Friends!
    I have prepared my thesis report having different chapters, each chapter has various sections. I want to create a navigation pane (just
    like tabs, a tab for each chapter and sub-tabs after opening a specific chapter) for my thesis, because this element is essential for easy navigation. The navigation pane may consist of Chapters heading, search option, switching to content from any page
    and page number (with navigation to next or returning page). furthermore, when I click to go to any specific chapter from navigation, a specific navigation pane may be there in that very chapter
     for easy switching to various sections of the same chapter.
    Secondly I also want to get the same report/data in PDFs, in order to enable quickly access for needed information.
    Is the same feature can be done in MS Office, or any other specialized tool/software is existing to create such type of documents
    please? I need help in this regard please.

    set your own UI, overriding paintTab(..) to add 5 (or whatever gap) to each of rects.x

  • How to create new org.level and further actions?

    Hi experts!
    I need help on the follwing situation.
    For better separation of industries for the marketing staff we do use the branch (e.g. food, energy, ...).
    For that we want to adjust the authorizations to branch specific.
    The questions are:
    1) Is it possible to create a new organisational level "branch"?
    2) If I have a new org.level I think I have to adjust existing authorization objects. Do I only have to extend the belonging auth.objects with the new org.level?
    3) What else do I have to do if a new org.level branch is created to check authorizations on that?
    Thanks for your help in advance.
    Regards,
    Alex

    If I read your question correctly I think you want to create a new authorization field. To get that to work you'd need to adapt a lot of software. Definately not a path to follow.
    All authorization cheecks need to hard-coded into the software. Changing SAP standard software is something one wants to stay away from as long as possible. It'll keep haunting you when patching, upgrading etcetera.
    If you want to 'upgrade' an existing field to become organizational a forum serach on PFCG_ORGFIELD_CREATE should give you pointers.

  • How to create Nested (Multi level ) tag in XML using DBMS_XMLQUERY function

    Hi,
    I need Following out put in CLOB Column.
    XML format Like :
    <?xml version="1.0" encoding="UTF-8"?>
    <ReceiptHeader>
    <Id>1234556</Id>
    <Type>DD</Type>
    <Receipts>
    <ReceiptDEO>
    <StoreId>11380001</StoreId>
    <EmployeeId>NOLO980</EmployeeId>
    <LineItems>
    <ReceiptLineItem>
    <CartonId>ABC12345</CartonId>
    <ShippedQty>1.0000</ShippedQty>
    <UnitCost>118.500000</UnitCost>
    </ReceiptLineItem>
    </LineItems>
    <ReceiptDate>Wed Jun 20 11:50:01 CEST 2012</ReceiptDate>
    <ReceiptNumber>3127855</ReceiptNumber>
    </ReceiptDEO>
    </Receipts>
    </ReceiptHeader>
    And i'm using dbms_xmlquery.newcontext ( );
    Can you please help to get above output.
    - Thanks,
    Pallavi

    Hi ,
    Thanks for reply .
    Version is "Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production".
    First I tried with DBMS_XMLGEN ,, it doesnt work properly.
    Then tried with XMLAGG and XMLELEMENT but giving me output in 1 row. I need proper XML format.
    Following is some data, For which I had created view of 2 tables.
    ID     STORE_ID     EMPLOYEE_ID     ACTUAL_ARRIVAL_DATE     CARTON_ID     SHIPMENT_ID     QUANTITY_RECEIVED     UNIT_COST     RECEIPT_DOC_ID     RECEIPT_Date
    3772     12340001     PALS001     16-Feb-11     2A632     29     28.000     118.50000     1234     16-Feb-11
    3775     12340001     PALS001     16-Feb-11     1A633     30     120.000     218.50000     7866     16-Feb-11
    3776     12340001     PALS001     16-Feb-11     2A634     30     75.000     345.75000     7876     16-Feb-11
    3773     12340001     PALS001     16-Feb-11     3A632     30     45.000     200.10000     7869     16-Feb-11
    3774     12340001     PALS001     16-Feb-11     3A632     30     10.000     450.45000     7869     16-Feb-11
    Please suggest better way..
    -Thanks,
    Pallavi

  • How to create a full width tab panel ?

    Hi, I can't make my tab panel as width as the screen, even when I fix it at each border of the composition, is it possible ? Do you know what should I do ?
    Many Thanks

    That isn't possible at this time.

  • How to create Database level Security in OBIEE

    Dear Experts,
    Can you kindly tell me the steps on how to create a database level security on OBIEE.
    Please can some one give me the scripts and tell me how to implement tht in the RPD.
    Thanks in advance,
    Anand

    If you are looking for Database Level security in OBIEE the only route to truly accomplishing this is using the Oracle Virtual Private Database concept.
    http://obieeblog.wordpress.com/2008/12/29/obiee-and-virtual-private-database-vpd/
    http://gerardnico.com/wiki/dat/obiee/vpd

  • How to create a 3 or more level Popup menu

    Hello,
    I know how to create a 2-level menu for somehting like:
    Fruits>Apple
              Banana
              Oranges
    var choice = app.popUpMenuEx(
         {cName: "Fruits",
          oSubMenu: [ {cName: "Apple", cReturn: "Apple" }, {cName: "Banana", cReturn: "Banana" }, {cName: "Melon", cReturn: "Melon" } ]},
    But what would the code look like for something like (3 level):
    Fruits>Apple
              Banana
              Oranges>Navel
                            Valencia
                            Moro (Blood)
    or even something like this (4-levels):
    Location A......>Site A......>Properties...>Property1
                                                                Property2
                                                                Property3
                            Site B>
                            Site C>
    Location B>
    Location C>
    So overall, how would the above script for a 2-level popup menu be modified for a 3, 4, or more level popup menu?

    Hi,
    You can add the oSubMenu values at any level, so;
    var choice = app.popUpMenuEx(
         {cName: "Fruits",
          oSubMenu: [ {cName: "Apple", cReturn: "Apple" },
                      {cName: "Banana", cReturn: "Banana" },
                      {cName: "Oranges",
                       oSubMenu: [ {cName: "Navel" },
                                   {cName: "Valencia" },
                                   {cName: "Moro (Blood)" } ] }
    console.println(choice.toSource());
    Would give you the menu in your first example.  If the cReturn value is the same as the cName then you can just leave it off (as I have for th 3rd level menu).
    Regards
    Bruce

  • How to create 'Tab page' portal?

    Hi,
    The 'Portal' configuration page provides 3 types 'Dashboard', 'Standalone Portal' and 'Tab Page Portal'. According to help document, to add new 'Tab Page', needs to ask customer support. Does anyone know how to use 'Tab Page Portal'?
    Regards,
    Desmond
    Edited by: user783168 on 23-Oct-2012 19:02

    Similar to Patch 8608149 for 'User Portal' tab on User Transaction in FW 2.2 (default in 2.3.1)?
    Follow How To Create A New Multi-Tab Portal Using Configuration Tools (Doc ID 1356225.1)

Maybe you are looking for