Enlarging and collapsing navigation panel

Hi All,
We are showing the KM folder structure in Portal content area, we want to know whether we can implement the feature of Enlarging and collapsing navigation panel to the Portal content area also the way SAP Implemented for navigation panel with which we can expand/contract the content area space...
Any help is highly appreciated.
Regards
Som

See Implementing enlarge and Collapse feature for KM iViews/Pages

Similar Messages

  • Implementing enlarge and Collapse feature for KM iViews/Pages

    Hi All,
    We are showing the KM folder structure in Portal content area, I would like to know whether we can implement the feature of Enlarging and collapsing for the KM iViews/Pages the way SAP Implemented for navigation panel with which we can expand/contract the content area space...
    Any help is highly appreciated.
    Regards
    Som

    Hi Vasu,
    first of all sorry for the mistake in the link.Anyway,
    regarding your requirement,this is very well possible.
    If you could watch the code in the link closely,there is a function called toggle. In its definition
    just modify the code this way(below the alert comment).
    if(disp == "") {
      div.style.display = "";
      div.style.width = "100px";// this is where we reduce the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px"; // original layout width
    so when u click on the icon now initially it opens up to a larger width. on clicking again, it will now collapse a portion of the width(as per your need.. not fully)
    similarly if you want to enlarge the width
    write another  toggle function and give
    if(disp == "") {
      div.style.display = "";
      div.style.width = "300px";// this is where we increase the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px";
    You can modify these values as per your requirement.
    I have tried out collapsing the portion of the width with this code.It works fine.So for enlarging also this will work.
    Hope this helps,
    Regards,
    Uma.

  • Enlarge and collapse text

    using microsoft  word 2013, i have created a document with ENLARGE AND COLLAPSE TEXT features. When I convert it in PDF, there is no such feature. How can we make text click to enlarge and click to collapse in pdf.

    Not something supported by PDF.
    Be well...

  • Open Crystal Report full screen at InfoView and hide navigation panel

    Dear all,
    In InfoView, how to globally set so that Crystal Report document will be opened as full screen and also hiding the navigation panel.
    I know InfoView > Preference can open in full screen, but this must be done for each user. How to set it globally for all users?
    And also to hide the navigation panel on the left hand side (parameters, group tree) that applies for all user (global)?
    Thank you very much.
    Kind regards,
    aswin

    Dear Martijn van Foeken,
    Wow that's so advanced.
    1. Do you have any information like what table and field in CMS database that we need to change in order to modify the BOE user preferences in InfoView?
    2. For hiding the Navigation Panel in CR viewer, i was thinking if the setting might need to be done on the CR viewer. I tried changing the config file below:
    D:\Program Files (x86)\Business Objects\Tomcat55\webapps\CrystalReports\crystalreportviewers\Web.config
    In that config file there's a parameter below which i set to "true" but it doesn't work.
        <!-- "true" or "false" value determining whether a group tree will be hidden by default if one is generated -->
        <add key="viewrpt.groupTreeHide" value="true"/>
    Any idea?
    Thank you very much Martijn and Merry Christmas.
    Kind regards,
    aswin

  • How to make Navigation Panel invisible on portal screen????

    Hi,
    I need to create two roles ( X and Y ).
    when the user is assgned role X: he should see standard portal screen
    When user is assigned role Y: he should see customized portal screen.
    Features of customized portal screen:
    All features of portal should not be seen. The user should see only the iview and nothing else.
    What I have done:
    Created Role ( X and Y ) and respective iviews
    With Framework page:
    I copied standard framework page. made all iviews invisible except Desktop Innerpage.
    I opend the Innerpage. I made all all iviews invisible except the Content Area.
    With Desktop:
    I create new desktop and assigned the new framework page to deaktop and made it default.
    With Rule Collection: I created new rule collection where:
    if Role = Y
    display: new desktop
    if role = X
    display: default desktop
    Result:
    when I login with role X it shows default Desktop
    Problem Area: When i login with ROLE Y, No portal feature is visible But We can still Expand and collapse Navigation panel.
    Requirement: I do not want the user should see the navigation panel. It should not be visible on screen even though it is empty.
    I tried lots almost all properties. Please help.
    Any help would be highly appreciated.
    Thanks and Regards,
    Aditya Deshpande

    hi;
    Then you have to create Role Y without workset or Page only with iViews, so no Navigation will be generated. :h1
    But if you habe Workset and Page in your role , just go to all Page and workset and set this properties>navigation>Invisible in Navigation Areas  to false.
    I Hoppe it will help
    Take care
    Gede

  • Contextual Panel of GP in collapsable window like Navigation Panel

    hi all
    i want to put the Contextual Panel of Guided Procedure in the collapsable window LIKE the Navigation Panel of the portal (not in Navigation Panel).
    For this to achieve, In Portal Content,
    I created a copy of "Navigation Panel & Content Area Layout" and made its "Object is a Template" as TRUE.
    Then I created a new page of Default Page Template so that i can use my "Navigation Panel & Content Area Layout" and put the Contextual Panel of GP in "Navigational Panel".
    Now when I added this page into "Portal Content -> Content Provided by SAP -> Platform Add-Ons -> Guided Procedures -> Pages -> Process Instance" page, a warning message appears saying "The object you have added is not fully compatible with the page. Therefore, its Isolation Method property has been set to URL and read only." and does so, and because of this the Contextual Panel of GP comes in the collapsable Navigational Panel as per my requirement but the height of the page is not sufficient enough to display the whole page in the required format.
    Thus, defeats my sole purpose.
    So please help to solve this problem.
    Thanks & Regards
    Vivek

    hi all
    lets leave the above requirement aside.
    even if that works, it won't solve my purpose because
    i found that even if i get the gp's Contextual Panel / Process Activies Panel in a collapsable window
    or i hide the it, this won't appear in the collapsable window or get hidden when i initiate the process using the generated URL.
    As per my requirement, i need a URL which will initiate a new GP process and doesn't show
    Contextual Panel / Process Activies Panel on the left side.
    But the generated URL doesn't hide it.
    I think there should be some additional parameter which I should pass along the URL and the started process won't show the Contextual Panel / Process Activies Panel.
    If anyone knows how to get rid of Contextual Panel / Process Activies Panel, please reply.
    Thanks & Regards
    Vivek

  • RoboHelp HTML Version 10 - Navigation panel not displaying in published project

    We are generating a WebHelp project in RoboHelp HTML Version 10 and the navigation panel (TOC, Search, etc.) is no longer visible in the index file (viewed locally) and it's only visible by clicking "Show" when viewed in a web server. This issue is occurring with Internet Explorer 11 and Google Chrome Version 39.0.2171.99 m. I also tried to view the index files of previously generated projects and am experiencing the same issue (this did not occur before). Is this a known issue? It appears that there a few other discussions posted recently experiencing similar issues. Any help would be greatly appreciated.
    Thanks,
    Nikki

    Hi there
    Sorry, but I'm a bit confused. What you are describing sounds like perfectly normal behavior.
    Can you share a link where this is happening? Not so we can click it, but so we can see what the link looks like.
    If you want a topic to open with the surrounding navigation (TOC, Index, Search, Glossary) you need to click the Show link, then look at what's in the Address bar. Copy that link and you should have what you need.
    Cheers... Rick

  • Hide Navigation Panel by default?

    Hi everyone,
    Is there a way in Reader 10 to hide the Navigation Panel, that thing on the left side of a document, by default? I know once opened, I can right-click and "hide navigation panel" but I can't seem to find anything in preferences to do this by default as it's quite annoying. Seems to open in EVERY pdf incl. ones I create, so it can't just be set that way by author. I don't recall this behavior always happening in previous versions but then again, my memory may be faulty.
    Thanks.

    Yes, u can do this in following ways.
    Suppose u have a role which has access to open MII portal page, u should modify the theme assigned to that role. In that theme (the theme will be DynamicHomePage.xsl by default) there u will find one option to set 1 or 0 to show or hide the Navigation Tree respectively. Change that accordingly and save, finally assign this customized theme to that role. Now users with that role can view the whole application page in the portal without the navigation tree,
    Regards
    Som

  • Can we achieve Vertical Collapsable trayOREnlarge Navigation Panel Feature

    Hi All,
    To overcome horizontal scroll issue of diffrerent sections of page, we thought
    a) Vertical Collapsable tray feature [like Collapsable tray we have - which gets shrinked of vertical height but horizontal width still retained]
    b) Enlarge Navigation Panel Feature - [like we have: Having 2 arrow marks which help to shrink or expand navigation panel of portal ]
    c) Collapsable Navigatiop Panel- Expand Navigation Panel
    Can we achieve any of above features by custom development or is there any standard reuse component.
    Please guide.
    Regards,
    Ganga
    Edited by: Gangadharayya Hiremath on Mar 25, 2009 12:24 PM

    hi all
    lets leave the above requirement aside.
    even if that works, it won't solve my purpose because
    i found that even if i get the gp's Contextual Panel / Process Activies Panel in a collapsable window
    or i hide the it, this won't appear in the collapsable window or get hidden when i initiate the process using the generated URL.
    As per my requirement, i need a URL which will initiate a new GP process and doesn't show
    Contextual Panel / Process Activies Panel on the left side.
    But the generated URL doesn't hide it.
    I think there should be some additional parameter which I should pass along the URL and the started process won't show the Contextual Panel / Process Activies Panel.
    If anyone knows how to get rid of Contextual Panel / Process Activies Panel, please reply.
    Thanks & Regards
    Vivek

  • Regarding the event for expand/collapse of navigation panel

    Hi All,
    Is it possible to have an event for the exapnd/collapse for the navigation panel of the portal.
    If yes, how to achieve it..
    Can we add the event for this or not.
    If yes, I want to fire this event from the webdynpro ABAP to collapse or expand the navigation panel of the portal based on some condition.
    Is this possible....
    Thanks Much.
    Regards,
    Lekha.

    Hi,
    See my thread: Hide Detailed Navigation on how to edit the relevant par file.
    I guess you can add  EPCM event (subscribe) and raise it from your ABAP code.
    Hope it helps,
    Omri

  • Disable "collapse/expand navigation panel"

    Hello,
    I would like to hide the arrow symbolizing the collapse/expand navigation panel functionallity and the arrows to resize the navigation panel... Is this possible? If yes, does anybody know how I can realize that?
    Kind regards,
    dominik

    Hi
    refer this thread
    remove/hide navigation panel header
    Regards
    Ganesan S

  • How to hide to left arrow  and to right arrow on Navigation panel

    Hi frineds:
       could you please tell me how to hide to left arrow  and to right arrow on Navigation
    panel ?
    I guess they should be  Incremental Expand Icon   Collapse  Icon in Ethem editor.
    thank you very much .
    Edited by: jingying Sony on Jun 22, 2010 9:07 AM

    Hi,
    Navigate to the Navigation panel of the selected Theme  and make the width as 0px 0px 0px and also upload the blank image with the same background color.
    Thanks & Regards||
    Ashok Kumar M.

  • How to automatically open and close collapsable spry panels?

    I designed a collapsable spry panel in DW to open and close automatically, with a 10 sec delay, unless person clicks on tab to close immediately.
    The spry panel opens automatically, but will only close if i click the tab.
    Is there a way for the collapsable spry panels to close automatically?
    [Moved to Spry forum by moderator]

    Arnout,
    I feel certain the answer I need is in the reply you posted here, but I need a little more help to know exactly what to do.  I am using a collapsible panel to show and hide a series of onload panoramic photos near the top of my page.  What I want is for the collapsible panel to be open on some pages and closed on others and I want the animation of the panel closing to be seen too.  I'm thinking this should be achievable with some sort of onload trigger or something.  Currently I've gotten close to what I want by referencing two different .js files (one for the "open" panel state and another for the "closed" panel state), but this doesn't show the graceful animation of the panel closing.  Any ideas on how to achieve what I want?  Here is the url of the test site I'm developing:  http://www.gregdanpartners.com/lrre2/index.html
    Thanks in advance.
    Dan

  • How to add a navigation Panel and Zoom Slider Bar using Java API

    Hello,
    I am using Mapviewer Java bean as I have to use Oracle Mapviewer in Java Stanalone application.Please can anyone tell me how to add a Navigation panel and Zoom Slider in Java API. I found the API s for same in Java Script but not in Java.Kindly help.
    I am using Oracle Mapviewer 11g.

    This is forum sponsored by Adobe make of Acrobat and Reader. Since Chrome and FireFox web browser have chosen to use their own viewer you might get more help in their forums or customer support.

  • Link to folder in a room - missing header area and navigation panel

    Hello Community,
    I have a problem, again. While creating favorites to specific folders I got a problem while using and "publishing" them.
    While using the "send to..." feature the recipient gets an eMail with the link to this folder. When clicking this link he gets as the result the opened folder, displayed in a browser. Until now nothing really unexpected.
    What we want is that he gets not only the opened folder. We want that he gets the whole navigation around it (navigation panel, header area) for the specific room the folder is in.
    Now my question. Is it possible to create a link with this behavior?
    Thanks for every hint in advance!
    Regards,
    Frank

    Hi Frank,
    if you have navigated to the room / within the room to the room part you want, check the page toolbar, choose "Add to Portal Favorites", add it under some name; then in IE choose Favorites, right-click on the favorite just added, right click, properties (or just call it). The upcoming URL of the form http://portal:50000/irj/portal?NavigationTarget=navurl://1f9eaddf81792cb6f2b9f05381cce360&&NavTargetAsRoot=true should do the trick (this at least holds from SP14 on).
    Hope it helps
    Detlev

Maybe you are looking for

  • GWHA - argh! Can't get it to work!

    I swear, if gwha had a neck I'd choke it. I'm so frustrated that I can't get this service to function. I'm pretty sure everything's configured correctly, but if I stop an agent it never gets restarted by gwha. Server: OES2, fully patched. GroupWise 7

  • Problems erasing window bootcamp partion using Disk Utility

    Hi guys, ive removed my windows partion before in the past without any hiccups, but this time i seem to have run into some problems. If i go into boot camp assistant, it wont let me proceed beyond the start menu. When i click continue it says "The st

  • BI and ECC 6.0 installation in the same server

    Hello SAP Experts, I am given a task of installing BI 7.0 and ECC 6.0 in the same server. Can someone suggest me of what are all the Do's and Don'ts in this scenario and what is the hardware requirements. Thanks & Regards Vanitha

  • IPhoto thumbnails are missing

    A few hours ago I imported a new movie into iMovie. Something went wrong and now all of my iMovie thumbnails are missing from iPhoto in the event area. The only movies I see are ones I imported, nothing from iPhoto is showing anymore. When I click on

  • Java class from browser

    Hi, I have made a simple java class which excepts one parameter and accordingly gives the output.Presently I give this parameter from command propmt eg: java Example owner.Now i want to give this parameter from by browser through Text Box.I dont want