Changing the Height of Top Level Navigation

How do I change the height of the Top Level Navigation?  I went into the framework page I am using, and then opened the Top Level Navigation iView, and changed the Fixed Height to "100" pixels while leaving the Height Type as "Fixed", but this had no affect.
I am using just one level of TLN, and trying to increase the height of that one level so it is easier to see in the page.
Thanks,
Owen

I have already downloaded the PAR file and customized it, and am using it in my custom portal framework.  Which part of the code do you recommend I modify?  There is the portalapp.xml file, which specifies the height as 45 pixels, but this is just the default size, which should be overridden by the value I specify in the iview, right?
As far as the theme editor, that doesn't help me.  I have to increase the size of the top level navigation, not just change the font.
Thanks,
Owen

Similar Messages

  • How to merge top level navigation into detail navigation panel.

    Hi All,
    I want to add all the contents of top level navigation into detail navigation panel and  remove top level navigation.I am looking for the code with which i can shift the top level navigation to detail level navigation.

    You could edit the top-level navigation iview and set the <b>Number of Display levels</b> property's value to 0.
    you can reach the Top-level navigation iview by going through the following path
    1) <b>Content Administration --> Portal Content --> Content Provided by SAP --> Admin Interfaces --> Top-level navigation</b>
    However, note that once you do this the whatever menus that are available in the top level will not be available anymore.
    Maybe, you could copy the standard Top-level navigation into a framework page that you have created and then make the change. After doing so, you can assign it to groups/roles you want. This will ensure that the CONTENT/SYSTEM/USER administrators see the normal portal framework and specific user groups alone dont see the Top level navigation..
    Pradeep.

  • Show/Hide tabs in top level navigation of a role based on assigned services

    Hi,
    I have an interesting requirement. I have created an overview page in abap web dynpro which has links to various services.
    Based on the r3 roles assigned to the user, we need to show/hide the services in the overview page and top level navigation.
    I can show/hide the views in the overview page but the links on top level navigation are created in the portal frontend by creating worksets, iviews, etc.
    Is there a way I can show or hide these worksets which are defined in the role on top level navigation?
    In a nutshell, can i update the visible/invisible property of a java workset from a call in abap web dynpro?
    Regards,
    Sumeet

    Please refer the framework page [http://help.sap.com/saphelp_nw70/helpdata/en/02/c7918e9fca44519701c47028a053fd/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/02/c7918e9fca44519701c47028a053fd/content.htm]
    What i meant was that you can do a custom TLN like this
    [http://help.sap.com/saphelp_nwce711core/helpdata/en/42/fd515a2aa95277e10000000a1553f7/content.htm|http://help.sap.com/saphelp_nwce711core/helpdata/en/42/fd515a2aa95277e10000000a1553f7/content.htm]
    Seems to me java/jsp is more appropriate than doing it via WDA.
    ANother way that you might look into this is Application integrator which again java programming effort needed.

  • Hover Effect in Top level navigation in Portal 7.3

    Hi All,
    We have achieved hover effect till 3 levels in Portal 7.3
    We have tried to implement 4th level,but we are facing issue
    Kindly help me to implement 4 level hover effect in portal 7.3 (EHP6).
    Please find the attached CSS and JSP file for 3 level hovering and 4 level hovering in which we are facing the above issue.
    Regards,
    Sarita Agrawal

    Hi Sarita,
    I have pretty much followed your approach. But in the drop down top level navigation works wiredly & doesn't pick up the value as desired. I have similar need where the TLN has to be extended till 4 level, could you point me right direction where is it going wrong?
    For 3-levels:
    <ul>
        <nav:iterateInitialNavNodes>
           <li id='l0'>
                 <nav:navNodeAnchor navigationMethod="byEPCM" />
                        <nav:ifNavNodeHasChildren>
                          <ul>
                            <nav:iterateNavNodeChildren>
                               <nav:ifNavNodeHasChildren>
                                           <li  id='l1'>
                                                   <nav:navNodeAnchor navigationMethod="byEPCM" />
                                                          <ul>
                                                        <nav:iterateNavNodeChildren>
                                                               <li  id='l2'>
                                                                       <nav:navNodeAnchor navigationMethod="byEPCM"/>
                                                               </li>
                                                        </nav:iterateNavNodeChildren>
                                                    </ul>.
                                            </li>
                               </nav:ifNavNodeHasChildren>
                               <nav:ifNotNavNodeHasChildren>
                                            <li id='l3'>
                                                      <nav:navNodeAnchor navigationMethod="byEPCM"/>
                                            </li>
                               </nav:ifNotNavNodeHasChildren>
                      </nav:iterateNavNodeChildren>
             </ul>
           </nav:ifNavNodeHasChildren>
            </li>
       </nav:iterateInitialNavNodes>
    </ul>
    Thanks and Regards,
    Sumanth

  • Changing the Top Level navigation

    Hi,
    I have a situation where i need to change the Top level navigation i.e the look and feel should be like a website.
    I had seen some blogs like hovering etc..
    but i cant understand the concept.
    Can any one explain it in a simple and detailed way.
    Thanks in advance,
    MrChowdary

    Hi Chowdary
    for the Mouse is over it . u need to code like that.
    function doMouseOver(level, id) {
         //If preview mode do nothing
         if (gIsPreviewMode)
              return;
         if(isSection508SupportOn)
              window.setTimeout("keepTLNFocus(" + level +"," id ")",1500);//ACC fix
         if (level == 1)
              curNode = gNavTree.children[id];
              if (!EPCM.getGlobalDirty())
                   printLevel1Table(gNavTree, id);
                   printLevel2Table(curNode, -1, -1, true);
              else
                   activeOneId = gLevelOneActiveID;
                   gLevelOneActiveID = id;
              if (curNode.showType == 1)
                   if (curNode.windowFeatures == "")
                     winFeatures = "height=" + curNode.windowHeight + ", width=" + curNode.windowWidth + ",toolbar,location,status,scrollbars,directories,menubar,resizable"
                   else
                        winFeatures = curNode.windowFeatures;
                        if (curNode.windowFeatures.indexOf("height") == -1) 
                             winFeatures = "height=" + curNode.windowHeight + ", "+winFeatures;
                        if (curNode.windowFeatures.indexOf("width") == -1)
                             winFeatures = "width=" + curNode.windowWidth + ", "+winFeatures;
                   EPCM.doNavigate(curNode.name,1, winFeatures, curNode.windowName);

  • How to change the order of the top level navigation?

    hello,
    i don't find where i can change the order of the top level navigation.
    help would be great because there is no documentation for this issue.
    greets daniel

    If you want to define the sequence of the entry points for display in the portal, you can prioritize the entry points. You define priorities for the entry points by assigning a cetain value to each of the entry points in  the SORT PRIORITY. You may only define values greater than 0 for the priorities  and lower than 100 (default value is 100.0). The smaller the value of the entry point, the further left it moves on the navigation bar. The entry points without a priority appear in any order.
    Hope that helps,
    Frank

  • Design Bar in the Top Level Navigation

    hi,
      How to get rid of the Design Bar in the Top Level Navigation, Design Bar is the small space before Home tab in the Portal ?
    Thanks in advance....

    Hi Adi,
    Go to System Administration-Portal Display-Theme Editor-> Choose the theme that you want to change->Portal Mast head->
    On the lower right hand side, you would find a window with a scroll bar, scroll down to Masthead Design bar and if you do not want it to appear, you can try setting the height and width as 0 px. Just play around in here to resolve the isssue.
    Good Luck!
    Sandeep Tudumu

  • How to hide name of Role from the top level navigation of the portal

    Hi Experts,
    In my project, I have created 2 roles Role A and Role B. These roles have been assigned to User X.
    When user X logs in, he is able to see name of role that is 'A' in the top level navigation.
    As per the requirement, user X should not see the 'A'.
    Rather user X should see following:
    Top Level Navigation: 'My Work'
    When user clicks on 'My Work', he should see
    'My Sub Work1' and 'My Sub Work2'.
    After that under 'My Sub Work1' user should see following
    All Objects of Role A
    All Objects of Role B
    Name of role i.e. 'A' or 'B' should not be displayed at all at any place in navigation.
    Only whatever objects  has been assigned to Role A and B should be displayed in detailed navigation area.
    Can you please let me know how to achieve this?
    Pictorial Diagram:
                      My Work       (In top level navigation)
    My Sub Work1    My Sub Work2    (In top level navigation)
    _________Objects of role
    A
           |
           |_________Objects of role
                                   B
    Please note that 'My  Work' and 'My Sub Work1' and 'My Sub Work2) are not roles. They are just the name of folders.
    Can you please let me know how to achieve it?
    Regards,
    Brian

    Hi Brian,
    Try the following steps.
    1. Change the 'Entry Point' property of Roles A and B to 'No'.
    2. Create a role folder called 'My Work' under A and B.
    3. Set the 'Entry point' property of this folder to 'Yes'.
    4. Set the 'merge id' property of the folder as "mywork" (or any other string) under both roles A and B.
    5. Under 'My Work' in Role A,
    a. Set the 'Merge Priority' property to 50.
    b. create subfolder 'My sub work1' and create all your objects.
    6. Under 'My Work' in Role B,
    a. Set the 'Merge Priority' property to 100.
    b. create subfolder 'My sub work2' and create all your objects.
    7. Make sure the user is assigned both the roles A and B. Only then he/she can see objects of both the roles.
    8. One thing to remember while merging folders is that, all the entities that are being merged should be at the same level. For eg: in our case, you cannot merge 'my subwork1' in role A, with 'my work' in role B.
    Reward points if helpful.
    Regards,
    Priya

  • Top level navigation appearing below the content area

    Hi ,
      I have modified the standard look and feel of the portal . We have our own masthead now and a custom footer as well . The problem is the top level navigation is appearing below the content area . I presume that there is a possibility of arranging the ordering of all the different objects in a frameworkpage . How can this be done ? Please help .
    Regards
    Deepak Singh

    Hi ,
      I just checked the layout . It is using the framework page layout as the default layout .I am using NWDS for 2004s . Now if I need to change the order of appearance of one of my components which are
    desktop inner page
    top level navigation
    masthead
    footer
    How do I change it ? Do i need to modify any property for these components like the sort priority or the merge property etc for the same ?
    Regards
    Deepak Singh

  • How to remove the worksets from the Top level navigation for the ESS role.

    Hi All,
    I am working on enabling and disabling certain services in the ESS worksets.
    we are using EP 7.0, ECC 6.0 (NW2004s).
    When I login as a user with ESS role, I can view the changes in the overview pages. However, the worksets are still visible in the TOP Level navigation of th poral. can anyone please explain me how to remove the workset from the Top level navigation.
    Thanks for your help
    Regards
    SM

    Hi,
    Go to the ESS role via Content Admin, then double click the workset (or page or iview) and in the drop down select navigation. Then click the <i>Yes</i> radio button of the "<i>Invisible in Navigation</i>" property.

  • How to change Top-Level navigation design bar into an image?

    Hi guru's,
    is there anybody who knows how i can change the Top-Level navigation design bar into an image?
    thanks in advance
    greets
    Kurt

    Hi
    Check this....
    http://help.sap.com/bp_epv260/EP_JA/documentation/EP/N08_BB_ConfigGuide_EN_JP.doc
    Regards

  • Changing Top Level Navigation

    Hi,
    The top level navigation is always displayed as TAB. Is there any way that we can change this to appear as tree level navigation.
    If yes what are the steps required >?
    <b>*To be delivered asap*
    Cheers,
    *RAJ*</b>

    Hi,
    Thanks for the time being mah colleage got a solution. Created 2 dummy roles  test1, test 2 . Assigned Test1 to Test2, and assigned other roles to those Test2.
    Went to default frame work  set Tool Area, Top-Level Navigation invisible.
    Now the other roles that have been assigned to test role 2 appear on detail navigation as a tree.
    Not recommended but works ;).
    Thanks again.
    <b>Cheers,
    *RAJ*</b>

  • Changing Colour of top level Navigation

    Hi,
    I want to change the colour of the top level navigation. By default, the top level navigation shows two colour, sky blue and white at the bottom part. Our requirement is to change the white colour at the bottom part, so that it displays sky blue and then new colour at the bottom. Is that feasible through theme editor.
    We are using SAP Netweaver Portal 7.01 Enhancement Pack 1 SP 5.
    Regards
    Deb

    Seems that TLN background properties are not supported by Theme Editor, at least I cannot find it in Theme Editor.
    But I have got  a workaround:
    1. Download your theme through Theme import/export.
    2. Unpack theme zip archive.
    3. Then unpack portal.zip
    4. Go to AFP > images > tln folder of unpacked portal.zip.
    5. Replace BgTabArea00X.gif. with your image.
    6. Repack your portal.zip and theme.
    7. Import theme into portal.
    8. Clear HTTP Service cache and browser's cache.
    Hope it helps,
    Aliaksandr

  • Show a menu of roles in the Top Level Navigation

    Hello,
    Imagine a scenario where a user has many roles assigned to him (say 40 roles). In that case the user will have 40 tabs in the first level of the top level navigation and by default a horizontal scroller appears on the right part of the screen clicking on which the roles will scroll horizontally. If the user has to go to the 40th role he has to click quite a lot.
    Is it possible to have a menu option clciking on which we get the all the list of roles in the top level navigation in a vertical list and we can directly jump to any role clicking on the entry in the list ?
    Something like what we get in a tab strip in Web Dynpro.
    Thanks in advance for your valuable inputs.
    Sundeep
    Edited by: Sundeep Sethi on May 3, 2011 3:00 PM

    Hi,
    Yes it is possible to have menus as you wish .
    Look at the following links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6066b302-09c8-2a10-a894-eb9fef30df85
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a1aea5-a2d1-2a10-c6bc-953bdadfdcb8?QuickLink=index&overridelayout=true
    You need to work on navigation tag libraries to extend number of levels .
    The above inks helps you only for single level of navigation.
    Regards
    Karthiheyan M

  • Worksets not visible in the top level navigation

    Hi all,
                 I installed ESS business package and.ESS 600 sp08.Everything is fine but the worksets of the ESS role are not coming in the top level navigation (2nd level).They are visible in the detailed navigation.
    I checked the option in the worksets .
    the property invisible in navaigation area .It is set to No.So no issues.
    Still it is not visible
    Any clues please.
    Thanx and Regards,
    rajesh

    Hi,
    As Rightly said
    1)  First copy ESS folder created in "Content provided by SAP" under "Portal Content".
    2)  Copy standard ESS Role for u r customization
    3)  Open Custom Role "Employee Self Service"
    4)  Property Category : Navigation
    5)  Check Entry Point property
    It shuld be NO for Role but It shuld be YES for Workset ESS under it as per standard then Its Fine
    6)  Then Assign this role to u r User thru UserAdmin
    7)  Refresh
    It shuld work !!!!
    Reward Points !!!  If helpful
    Edited by: PK on Mar 25, 2008 11:59 AM

Maybe you are looking for

  • Print a line after each constructor

    Would one of you java gods tell me how i can print a line after each constructor that tells me that the constructor has been constructed? * Employee.java * Created on April 28, 2007, 11:58 PM * To change this template, choose Tools | Template Manager

  • Getting error in goods receipt purchase order

    I am getting the error when running the goods receipt purchase order.. "Account determination for entry 1000 (COA) BSX 1200 ( Co Code) -- CAR1 ( raw material )not possible" Can some one suggest me for above error.. Praveen

  • Have Premiere Pro CC, Need Encore, Can't Get to Premiere Pro CS6

    I had CS6 subscription, upgraded to CC a while back. Until about a year ago, I hadn't downloaded Premiere Pro because I don't usually do that kind of video editing. Now I have a video project for my family (a lot of them elderly) that I finally compl

  • Is it possible to publish one site to mac site and another site to a school

    I have an "About me" page which I wish students to have access to - but I don't want them to have access to the rest of my site - can I publish either just the "about me" page to a different school server or can I create a new site with just an about

  • Complete My Album Problems

    I recently downloaded 2 songs from the Hives new CD, Black & White. I also download the Killers Shadowplay. I go to download the full albums from the Hives and Killers. I-tunes notices the past downloads and prompts me to go to "complete my album" to