Detailed Navigation (disable expand./collapse icons opening tree

Hi,
I would like to adjust the detailed navigation as this site performs with having no action when clicking the +/- icons.
Please can someone point me in the right direction.  I have been able to get the detailed navigation.par file out and look at the jsp code, but not sure where this requires a change.
Will reward points for a helpful answer....
Kai

If I am reading your question correctly, you want to create a detailed navigation similar to SDN so that when you click on the expand/collapse icon it doesn't do a server round trip.
Firstly I believe that the standard one performs a round trip to retrieve the nodes underneath the one that you have expanded.
With SDN we created our own detailed navigation iview so that the entire navigation structure is loaded immediately. This is also the same if you use the standard light navigation iview I believe, so you could simply use this iview instead.
I hope this helps
Darrell

Similar Messages

  • How do I remove expand / collapse icon for JTree empty folders

    Hi
    I am using a JTree as a file system browser. I use DefaultMutableTreeNode nodes.
    I have a problem with empty folders.
    Empty folders show the expand / collapse icon, leading the user to believe there are sub-directories. When the user double-clicks the folder, the expand / collapse icon goes away. This is a "haha-gotcha" glitch that I really don't want my users to have to continually deal with.
    So, how might I get my JTree to not show the expand / collapse icon for empty folders?
    Thanks
    Wayne

    Maybe I can use the FileSystemView isTraversable(File f) method in my TreeCellRenderer class to check if anything is in the directory.
    But I still need to know how to disable the expand / collapse icon for such a node.

  • Show 'Expand'/'Collapse' Icon in Tray

    Hi All,
              I have done the following configuration in the portal and the result is confusing, can you please help me understand why?
    1. I have created 2 pages, first is a standard portal page and second a webdynpro page in a test folder
    2. copied a standard SAP iView to the test folder and added it to both the pages as a delta link
    3. opened the iview property from the std. page and set the "Show u2018Expandu2019/u2019Collapseu2019 Icon in Tray" property to NO
    4. opened the iview property from the webdynpro page and set the "Show u2018Expandu2019/u2019Collapseu2019 Icon in Tray" property to NO
    When i preview the standard page the iView appears without the "Expand/Collapse" icon, but when i preview the webdynpro page the iview appears with the "Expand/Collapse" icon.
    Thanks,
    Anand

    Hi Raghu,
                   Our portal version is 7.01 SPS15.
    Hi All,
             Any suggestions?
    Edited by: Kirupanand Venkatapathi on Oct 4, 2010 11:32 AM

  • Remove/hide expand/collapse icons

    Hi,
    I would like to remove/hide the expand/collapse icons and have a fixed navigation iView.
    Thanks in advance.
    Rgds,
    Janvi

    Hi Janvi,
    Probably to hide the collapse and expand icon you could go about with the theme editor , where u can set the url to these images as some blank image that coincides with ur background colour.
    To have a fixed navigation panel without scrolling ,probably you can change the the width of the navigation panel by changing the value defaultExpWidth in the file WAandNAVPanel.js file in the par file com.sap.layouts.framework.par from 220 pixels to a higher value.Later u need to upload the file back and restart ur system.
    Hope this helps,
    Regards,
    Uma.

  • How do I remove the "TOC" btn in the playbar WITHOUT removing the TOC "Expand/Collapse" icon?

    I am working in CP7 on a project with a Table of Contents that is set to 'Overlay'. The client has requested that I remove the "TOC" button in the playbar, without removing the TOC "Expand/Collapse" icon, so that the user can still hide/reveal the TOC when necessary. The only control I can find is the "Show TOC" checkbox under Project > Table of Contents. However, un-checking this option removes both the "TOC" button AND the "Expand/Collapse" icons. Is it possible to remove just the "TOC" button in the playbar?

    If you are using SWF output you can always edit the playbar in Flash and remove it.
    If HTML5 you can edit the JavaScript out put to remove the button from the playbar.

  • Change behaviour of Expand/collapse icon in JTree

    Want to change the behaviour of Expand/collapse icon in a JTree. Need help with the same. Thanks.

    Check: Hide and show region

  • Closing detailed navigation after a Iview is opened from detailed navigatio

    Hai All,
    My user is asking the following requirement,  when a Iview is opened from detailed navigation, they want to close the detailed navigation. Is it possible to do, if so please let me know how to do this.
    Thanks & Regards,
    H.K.Hayath Basha.

    Hai,
    The property which u say, shows the detailed navigation as closed when a user logs into portal.
    In our system, when a user login into portal. The detailed navigation is opened and all the items in the detailed navigation are shown, this functionality my user require. When he/she click on the program or item in the detailed navigation. That program is opened in the content area.  When a program is opend in content area, detailed navigation is still open. My user wants, detailed navigation should be closed automatically when a item or program in detailed navigation is opened in content area.
    Regards,
    H.K.Hayath Basha.

  • JTree without expand/collapse icons

    I want to be able to hide or change the expand/collapse icon of a specific node, not the entire Jtree.
    Is there any way to do that?
    Tahnx

    I want to be able to hide or change the expand/collapse icon of a specific node, not the entire Jtree.
    Is there any way to do that?
    Tahnx

  • Disable expand/collapse JTree through double click

    Hi guys,
    In my Tree when you double click a node, a input dialog will pop up. And the node will be expanded or collapsed accordingly. How can I disable expand or collapse the node through double click. So that every time only the input dialog will popup and the tree stays.
    Thanks a lot!

    The JTree class have a method setToggleClickCount(int clickCount) which sets the number of mouse clicks before a node will expand or close. The default is two. You can try to set 0 or for examle 10 and double click will only dialog popup.
    P.S.For the future RTFM and view jdk source code

  • How to hide Expand/ Collapse icon from ADF Query Panel.

    Hi Experts,
    I need to hide the expand collapse button from the ADF Query panel.
    is there any way to hide it.
    Please help me.
    Thanks in Advance.
    Balaji,

    Hi Balaji,
    Create a CSS file and the below code
    af|query.CustomQueryPanel::disclosure-icon-container { background-image: url("../img/minus.png"); display:none; height:0px; width:0px; }
    af|query.CustomQueryPanel::disclosed-icon { display:none; }
    af|query.CustomQueryPanel::undisclosed-icon { display:none; }
    Add styleClass="CustomQueryPanel" inside <af:query...>
    Now you can try...:)
    Thanks
    Prabhat

  • Detailed Navigation collapsed/expanded

    Hi everyone,
    For SAP EP 7.3 is it possible to configure (without development) that Detail Navigation appears initially collapsed when clicking any workset second level option? And once any option be selected inside the page this Detailed Navigation section be expanded again?
    Thanks in advance,

    Hi,
    There is a property called "Initial State of Navigation Panel" and the options available for this property are Open, Close, Automatic and Always Close. This property is available for Role/Workset/Page?iView. Please work on this property to get the required result.
    Regards,
    Nagireddy.

  • How to disable or grey out a link in detailed Navigation

    Hi All,
    We have requirement in which few of the links in are to be displayed as greyed out or disabled in detailed navigation and in navigational pages. This is to stop the users from accessing the link for sometime say for a week or so.
    I have managed to grey out the link in navigational area. But couldnt find a way to do it from Detailed Navigation. If i click on the link on detailed navigation, it would open the applicaton.
    Kindly help me on how to disable or grey out a link in detailed navigation.
    Thanks
    Namit

    Hi Namit,
    Open the particular page , and select dynamic navigation (from the right hand side corner Display drop down menu ) .
    U will get all the links which r there in the detailed navigation.
    and uncheck the visible property .
    Surekha.

  • Expanding WPC detailed navigation nodes

    I'd very much like for our Web page composer navigation nodes in the detailed navigation to expand on load. Preferably I would like to have the option to expand all nodes.
    For me it doesn't even seem to work to use the new functionality of the detailed navigation iview where you can set the first node to expand on load. This works if the first node is a work set but not if it's a folder pointing to a WPC navigation structure.
    Any tips?
    Regards
    Henning Strand

    Jagadeesh,
    the detailed navigation (and everything that belongs to the framework page) is under responsibility of the Portal. The Web Page Composer tool is just managing the pages not how they are shown in the Portal environment. Therefore WPC  should not be blamed for lack of this specific functionality.
    What you want can be achieved by means of some custom code in the framework. You could create your own detailed navigation iview which following some logic determines which pages need navigation tree shown and which not. Writing such an iview is not trivial effort you may also try to insert some logic (iview) in the framework page which removes the detail navigation iview from the POM tree but I am not really sure if that will work or not.
    Hope this gives some more light.
    Best,
    --epexpert

  • How to make Detailed Navigation Window by default open?

    Hi, 
    Is there any way to set the Detailed Navigation Window by default to open?
    I have gone through different posts but I could not get a clear way to do this.If some body can hint me I would be very much thankful.
    Thanks & Regards
    Mrutyunjay

    Hi,
    do you mean the navigation panel on the left side? If so find the frameworkpage you are using. Open, goto InnerDesktop. Select properties for this page. Here find a property <i>"Initial state of navigation panel"</i> - set to <b>open</b>.
    Hope this helps,
    Romano

  • Expand/Collapse option in Portal - SP13

    Hi everybody!!
    We have EP7.0 NetWeaver 2004s and we upgraded the SP from 5 to 13.  When SP13 was installed, the icon to expand/collapse doesn't work correctly (Detail Navigation in Navigation Panel in the Light Framework).  The icon always send the user to the main and first page.  With the SP5 it works well.
    Do you have any idea about how can I solve this??
    Thanks in advance for any help that you can give me!
    Best Regards,
    Claudia

    Hi Claudia,
    Take a look at this thread maybe it gives you some answers...
    How to disable automatic loading of iView/Page in detailed navigation?
    We have SP13 at this moment and its working "fine":
    1. When clicking on the expand/collapse icon (the triangle) the first navigation node in this folder/workset is NOT loaded automatically.
    2. When clicking on the text part of the link (the actual url) the first navigation node in this folder/workset IS loaded.
    In addition to step 2 you can steer what navigation node is loaded by setting the parameter "Default Entry for Folder" this property is by default set to No.
    Also take a look at the property: "Clicking Folder Name Launches First Node" of the Detailed Navigation iView.. Maybe this is by some reason got set properly...
    Good Luck,
    Benjamin Houttuin

Maybe you are looking for

  • Asset Posting

    Hello all, I have maintained company code on Parallel Currency , when i use f-90 or abzon for aseete posting yhen system gives an error"Account 'Acquisition:Acquis. and production costs' could not be found for area 01 Message no. AU133 Diagnosis When

  • Are there any timesten installation for data warehouse environment?

    Hi, I wonder if there is a way to install timesten as an in memory database for data warehouse environment? The DW today consist of a large Oralcle database and I wonder if and how a timesten implementation can be done. what kind of application chang

  • Can i resize pic in iphoto

    Hi, is it possible to resize pics in iphoto? At the moment I use the email facility to do it.

  • ATTN NEED TO RECOVER OLD SKYPE NUMBER

    ATTN NEED TO RECOVER OLD SKYPE NUMBER Hello there...... I had a subscription and a skype number assigned. I let the number lapse and just realized it. I need to recover that phone number. I call it and it says it is out of service yet I cannot select

  • DataTransfer Workbench Error

    Hi all, I'm using SAP B1 9.0 DTW to import all my products (3500 records). for the first time it works fine and then stopped at the record 532. I looked at my data source to check if there's something wrong with this record, but nothing. I deleted th