Modifying Detail Navigation

Hi all,
I want to create an iview similar(infact exactly) like sdn detail level navigation (which has heading Developer Areas, Colloboration Areas) and under this we have other menus and so on.
Also I want to have this iview to be fixed.
I tried changing the show object name and tray option to NO for the detail level iview in desktop inner page but no success. Even I tried changing icons to 0 px but still when I move mouse over them, still able to change width.
Thanks a lot for your valuable time.
Best Regards,
Shiva

Experts any suggestions ???
Thanks,
Shiva.

Similar Messages

  • Modify "detailed navigation" panel

    Hi Gurus,
    I would like to modify the size of the "detailed navigation" panel on portal. How can I do that?
    Another question: If I use some page or iview in a workset, in the "detailed navigation" panel every description show in one line. How can I use line braking in the detailed navigation panel?
    Thanks and points for your helps!

    have a look
    How to control the width of Detailed Navigation panel in Innerdesktop page
    Re: Fix Panel Detailed Navigation
    Edited by: Koti Reddy Chimalamarri on Mar 19, 2009 9:11 PM

  • Changing Look & Feel of Detailed Navigation

    Hi Gurus
    I want to change Look & feel (e.g. font size, font type, background color etc) of Detailed Navigation in portal.
    Please can anyone let me know which PAR file or files I need to modify for that?
    Thanks,
    Vaibhav Srivastava

    hi Vibhav,
    I think the below article will help you to get the exact par file, how to modify and see the changes in portal.
    -it is my own article:)
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa]

  • Javascript error for detailed navigation tree : 't' is undefined

    Hi everybody,
    I have a problem on my anonymous role. When i click on the link page of a km navigation IView in the detailed navigation tree, the IView open itself but the navigation tree disappear and i have a Javascript error :
    Error :  't' is undefined.
    Code :  0
    URL :  http://localhost:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false
    Could somebody help me please ?

    Sorry but it's the same result.
    Anybody else?
    Somebody could say me if i modify the parameter of the URL somewhere?
    http://portal:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false&windowId=WID1182328037651
    I talk about the parameter buildTree or NavPathUpdate.
    These parameters are added when ai click on the link of the tree.

  • Expand folders in Detail Navigation by default

    Has anyone figured out a way to have the folders in details navigation expanded by default the first time the user clicks on the tab? 
    I tried this:
    Expand all folders in the detailed navigation by default on click of Role
    But it didn't work for me.  I have seen other claims that it can be set desktop wide, but no solution.
    Any help would be much appreciated.
    Clark

    Prathamesh,
    First of all thanks so much for your suggestion.  It would have worked perfectly if I was using the lightweight version of the detail navigation.  But is did lead me to download the code for the detail navigation tree par file and I found some interesting things. 
    First of all this should work by changing a parameter on the iview according to the code I found.  See the code below (particularly the set state line). 
        private void openFolder(IPortalComponentRequest request, HashMap dropJScriptsMap, ITree tree, INavigationNode node, ITreeNode treeNode)
            if(treeNode == null)
                return;
            IPortalComponentContext componentContext = request.getComponentContext();
            IPortalComponentProfile profile = componentContext.getProfile();
            Boolean leafNode = null;
            try
                leafNode = (Boolean)node.getAttributeValue("com.sap.portal.navigation.IsLeaf");
                if(leafNode == null)
                    leafNode = Boolean.FALSE;
            catch(NoSuchAttributeException ex)
                leafNode = Boolean.FALSE;
            String openFolder = profile.getProperty("com.sap.portal.navigation.detailedtree.openfolder");
            if(openFolder.equals("true") && leafNode != Boolean.TRUE)
                treeNode.setState("o");
                addNavNodeChildrenToTree(request, tree, node, dropJScriptsMap, true);
    But it only looks to work if the folder is at the top level.  Otherwise it rights children as closed.  See the line for setState in method addNavigationNodesToTree.
                if(newNode.getVisualizationType() == 2)
                    if(parentNode != null)
                        treeNode = tree.addNode(nodeName, title, "F", parentNode);
                    else
                        treeNode = tree.addRoot(nodeName, title, "F");
                    treeNode.setState("c");
                    treeNode.setFolderOpenImage(mm_folderImageUrl);
                    treeNode.setFolderCloseImage(mm_folderImageUrl);
                } else
    So I really have 2 options.  I can redeploy new code with the line just above changed (I didn't plan on modifying the SAP delivered), or I can move my nodes up to a higher level and change the parameters on the iview.
    I hope others might find this useful and perhaps SAP will adopt another iview parameter in the future to completely allow for this as it seems pretty trivial.
    Thanks again.
    ACD

  • How to access KM documents from detailed navigation tree area in EP???

    Hello Gurus,
    I want to simulate the portal navigation. I want to show a page also with a detailed navigation tree with links to several KM documents on left frame and a content area for such content files on right frame.
    I have decided to modify standard par file "com.sap.portal.navigation.lightdetailednavigationtree" and I tried to modify JSP to show dinamically several links to KM documents applying logic based on webdynpro tutorial "Using Knowledge Management funcionality in Web Dynpro applications". But a runtime error occurs. I don´t know if I must add sharing references in portalapp.xml for using such classes and also I don´t know the way to do it.
    It would be really grateful if somebody could guide me through this issue or give me another more proper solution.
    Thanks in advance.
    Best Regards.
    Rosa

    Hi javier,
    If u want to access KM documents in some different format then ur default KM navigation Iview.
    Then please have a look at this blog. It will really help you:
    Launching WebDynpro from Universal Worklist
    I hope it helps.
    Please revert back in case of further issues.
    Regards,
    Sumit

  • Javascript error generated on localization of detailed navigation links.

    I m working on an application in EP KM and doing localization. when I log in with language user I m getting javascript error.
    error comes when I click on the link in detailed navigation. All the detailed navigation links has been translated in 4 languages.(Spanish,French,Italian,german). Special character problem is also a problem in detailed navigation, on Page and iviews its fine.
    anybody idea about translation of detailed navigation and any error that is generated by that link. ( We have done translation using worklist translation manually. )
    I cannot modify Script that generates errors. Because It is auto generated by SAP.
    I watched preview of available pages in that particular language, I am getting no errors.
    So I think there is no error with language.
    So what can be the problem actually?

    Hi,
    We are experiencing the same issue and believe it is a required change on the detailed navigation.
    If you are able to fix this, please can you let me know what the possible fix is.
    Thanks
    Kai

  • Portal Favorites iview always appear in detailed navigation

    Hello,
    I have a problem regarding the Detailed Navigation with the Portal Favorites iview.
    The iview always appears in the Detailed Navigation, although the only thing it shows is the message "there are no items to display" (meaning that there are no favorites). This causes the detailed navigation to always appear even when there is no need for it (no navigation links and no other content attached to it).
    I tried removing the Portal Favorites iview (because we don't use that iview in the portal and have no need for it) from the innerpage of the default framework page, and it works, but after the next restart of the portal, the iview returns.
    Is there any way to remove it completely so that it won't appear again?
    We're running EP7 SP14.
    Thanks in advance,
    Tal.

    Hi,
    Create a new framework page by creating a delta link of the original page and then modify that framework page.
    Also you will have to create a new portal desktop and use the modified page and also set the desktop rules accordingly.
    Thanks,
    GLM

  • Detailed Navigation is closed by default

    Hi,
    The Portal with all packages is running fine in test system.
    The first Page (welcome) is displaying some KM-News in the content section and has some links in the detailed navigation (DTN).
    Then, I exported the ivies/pcd with all roles etc. to the production system.
    Now, whatever value I put in "Initial Display" in the roles (Automatic/Open), the first time, the user logs on, the DTN is completely close. If if reload the page, everything is fine and the DTN is open.
    I also checked the default framework page, but it is set to "OPEN" as well.
    No clue no more.
    Thanks for any help

    Hi,
    did you modified the TLN display level and detailed navigation display from level options?
    it looks the problem caused by this.

  • Detailed Navigation gets cleared on clicking any node element

    Hi All,
    I have created a custom framework page by modifying the SAP standard Framework Page. Also I have customized the Top Level Navigation .
    The problem is when I click on any node element in the Detailed Navigation, the entire Detailed Navigation gets cleared (greyed out) and no node elements are displayed. Any idea why this is happening?
    Any kind of help is greatly appreciated.
    Regards,
    Adren

    Is it a query region or a custom search region? What is the code written to null the date fields?
    Is there any flow where the values are retained?
    --Shiv                                                                                                                                                                                                                                                                                                                           

  • Changing the Detailed Navigation link

    Dear All,
    I need to change the Detailed Navigation link so that it is right aligned and the arrow image is followed after the link.
    Ex.    Sales Reports =>
    when it is opened then the following should be the view
              Sales Reports *
                       Report1  o
                       Report1  o
    Do let me know if this can be achieved by any theme settings; if not then what should be the approach for the same.
    Regards,
    Samir

    Hi Samir,
    This is not possible by just theme settings, For this you need to modify the Detailed Navigation Par file.
    Download the the Detailed Navigation par file open the jsp page and saw the columns .
    Regards,
    Piyush

  • Resource Bundle for Detailed Navigation

    Hi All,
    I am trying to modify the text "Detailed Navigation".I was not able to find the Resource Bundle for that.can any one let me know the location for the resource Bundle for changing the Detailed navigation text.
    Thanks,
    sk

    Hi,
    Up until now, there was no resource bundle for admin properties in a portal component. Properties were defined as component properties in the portalapp.xml (in english). Once you created an iView, you could then translate the properties in the PCD (for example, with translation worklist).
    This will change with an upcoming version -- perhaps 2004s SP14.
    Hope this helps and I understood your situation correctly.
    Daniel

  • Portal - Details Navigation - stated closed

    Is it possible to set the detailed navigation pane on the Portal Left Hand side to "closed" for the whole portal without individually modifying each individual page/iView.
    All the post I have seen so far only talk about setting the "initial state = closed" at page or iView level.
    If you have a portal with many pages, this is not practical.
    Thanks for any advise or hints.

    Hello Minesh,
        1.      In the Portal Catalog choose Portal Content ® Portal Users ® Standard Portal Users.
           2.      Right-click Default Framework Page and choose Open® Object to display the page in the Page Editor.
           3.      From the Page Content List, select Desktop Innerpage and click Open.
           4.      From the Page Content List of the Desktop Innerpage, select the Detailed Navigation iView (com.sap.portal.detailedNavigationTree) and click Properties.
           5.      In the displayed Property Editor, check, set, and change the properties of the Detailed Navigation iView, as necessary.
           6.      Save your changes.
    http://help.sap.com/saphelp_nw04/helpdata/en/47/3f703e632c7937e10000000a114084/frameset.htm
    regards Andreas

  • Detailed Navigation: Change Font per level?

    Hi Guys and Girls,
    I've got a simple question. I just can't find out where to modify it. I hope it is possible without any developments.
    I want to change the font per level in the detailed navigation. Resulting in a more Website look 'n Feel.
    Eg:
    Level 1: Bold and Dark blue, Level 2: Yellow, Level 3: Black
    Hope you can help,
    Thx,
    Geert

    I'd start by editing these style sheets:
    nav_ie6.css
    tree_ie6.css
    They should be under your theme's laf directory...do a search.
    Regards,
    Patrick

  • Open iviews in new window from detailed navigation context menu function

    hello,
    when we click in the detail navigation menu and in the context menu (because many of ours users are used to right click to open a link in a new window on the internet) on the functionnality "open in new window", the start page is always display instead of the corresponding iview ...
    could you tell me if there is a configuration into the portal to :
    1- suppress the function "open in new window" from the context menu in the detailed navigation !
    2- make the iview displayed into the new window really the iview desired !
    best regards,
    Olivier.

    Hi Olivier,
    The frist part is very precise. Not possible. Period. The reason is that the links are calling JS and not directly calling a http target.
    About the second part: Within the Light Framework, you create a Light Detailed Navigation. And in this case, the links are direct http links. So with that, you have what you want.
    For the Light Framework see http://help.sap.com/saphelp_nwce10/helpdata/en/43/0174a642406db7e10000000a422035/frameset.htm and around.
    Hope it helps
    Detlev

Maybe you are looking for

  • Display Invoice Page after Insert Record

    I am new at this - so my aplogies - I am using Dreamweaver, ASP and Access - I am doing a form registration page and upon submit, the submitter is sent to a invoice page which contains some of the data they just submitted. How do I cherry pick the re

  • Can i delete upgrade and go back to the good iPhone

    is it possable to just go back to the day before yesterday and be all happy again?

  • Hooking up my g5 to my LCD 40 in tv

    I went to the apple store and a tech said that am "MIDI -DVI to VGA would work. Well it doesn't work. Which cable do I need? Here a my specs: Machine Name: iMac G5 Machine Model: PowerMac8,2 CPU Type: PowerPC G5 (3.0) Number Of CPUs: 1 CPU Speed: 2 G

  • Default Gateway doesn't work when entered in address bar

    I'm trying to get to my router's settings. The default IP address of my router (192.168.1.1) doesn't work when I enter it in the address bar. Neither does the Default Gateway that I got from clicking on start, run, typing cmd and then ipconfig/all. D

  • Word icons

    I have Adobe Bridge CS 6 5.0.2.4. Mac before worked fine, but now the Word icons are blank and before could view content. I need solution please. Thank You