Hideable frame/ horizontal collapse - Portal 7.01

Dear All,
we want to implement an u201Chideable frame/ horizontal collapseu201D into the layout of our SAP Portal (7.01) system.
The look and feel should be similar to the vertical collapse of the detailed navigation panel (arrow in the upper right corner). In our case we like to have a horizontal collapse of the masthead Iview. We want to use the whole screen to display report results in the contentpage afterwards.
Could somebody provide a how to guide or a manual to perform this task?
Thanks for your feedback in advanced!
Best regards
RB

Hello,
There is no standard functionality in WD that can help you.
You need to update the Masthead par and implement the needed functionality using jsp and javascript.
Constantine
Edited by: Constantine Reif on Aug 18, 2010 1:27 PM

Similar Messages

  • Form - Horizontal Collapse in IE7

    I am trying to learn how to apply CSS to a simple form and am
    comparing the
    results in IE7 and FF. The form below looks fine in FF, but
    has collapsed
    horizontally in IE7. I have determined that the collapse
    occurs when I add
    the ID #email to the selectors in the CSS. Without #email,
    there is no
    collapse. Using #email alone, there is no collapse. Using
    #email plus any
    of the other three causes the collapse.
    Link to Form:
    http://mysite.verizon.net/tjrush/forms_table.html
    Do you see the problem?
    Thanks,
    Tom

    Thanks Shane,
    I really didn't even have time to look at the original page
    or your example,
    just thought I'd through the 'email' thing in because I've
    seen a problem
    when that was used previously....
    Glad to see that your solution worked for the OP :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Forum Posting Guidelines:
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Shane H" <[email protected]> wrote in
    message
    news:[email protected]...
    > Nadia,
    >
    > I infact, tried that when I was toying with it, but it
    does not make a
    > difference. If you're curious in my solution, see my
    previous post.
    >
    > --
    > Shane H
    > [email protected]
    >
    http://www.avenuedesigners.com
    >
    > =============================================
    > Back for 2007, close-up magic:
    >
    http://deceptivemagic.com
    >
    > Web dev articles, photography, and more:
    >
    http://sourtea.com
    > =============================================
    > Proud GAWDS member
    >
    http://www.gawds.org/showmember.php?memberid=1495
    >
    > Delivering accessible websites to all ...
    > =============================================
    >
    >
    > ": Nadia : ** Adobe Community Expert **"
    > <[email protected]> wrote in
    message
    > news:[email protected]...
    >> What happens if you use another word apart from
    #email... could be a
    >> reserved word or something - stranger things have
    happened :-)
    >>
    >>
    >>
    >> --
    >> Nadia
    >> Adobe® Community Expert : Dreamweaver
    >> ----------------------------------------
    >> CSS Templates |Tutorials |SEO Articles
    >>
    http://www.DreamweaverResources.com
    >> ~ Customisation Service Available ~
    >>
    http://www.csstemplates.com.au
    >> ----------------------------------------
    >>
    >> Forum Posting Guidelines:
    >>
    http://www.adobe.com/support/forums/guidelines.html
    >> CSS Tutorials for Dreamweaver:
    >>
    http://www.adobe.com/devnet/dreamweaver/css.html
    >>
    >> "Call Me Tom" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>>I am trying to learn how to apply CSS to a simple
    form and am comparing
    >>>the
    >>> results in IE7 and FF. The form below looks fine
    in FF, but has
    >>> collapsed
    >>> horizontally in IE7. I have determined that the
    collapse occurs when I
    >>> add
    >>> the ID #email to the selectors in the CSS.
    Without #email, there is no
    >>> collapse. Using #email alone, there is no
    collapse. Using #email plus
    >>> any
    >>> of the other three causes the collapse.
    >>>
    >>> Link to Form:
    http://mysite.verizon.net/tjrush/forms_table.html
    >>>
    >>> Do you see the problem?
    >>>
    >>> Thanks,
    >>> Tom
    >>
    >>
    >
    >

  • Horizontal Collapsable Section

    Hi --
    A client has a business requirement to collapse a section horizontally as opposed to vertically (as it comes out of the box). Is there a way to do this?
    Thanks!!
    Ben
    Edited by: Benstry on Mar 3, 2010 5:55 AM

    Randy,
    I wasn't correcting you dude, I know you know.
    Just happened to write at the same time
    G.

  • Heading for repeating frame (horizontal) to appear just once - How?

    Hi
    I have 3 queries that represent 3 different levels. Each level is displayed one above the other. Example
    Level 3: <field3 from query3>
    Level 2: <field2 from query2>
    Level 1: <field1 from query1>
    In the output The level labes are displayed as many times as the values in the fields. Example Level 2 is displayed twice if query 2 returns 2 rows.
    Level 2: <row1 from query2>Level 2: <row2 from query2>
    This is because I have field and label for Level within a repeating frame. Is there a way that I can suppress Levels being dispalyed multiple times and display just once in the beginning?
    I cant put the Labels outside of the repeating frame because the levels may vary (there may be 1 level or two or all 3 levels depending on input).

    Are these 3 queries independent of each other or linked with Data Link?
    If these are linked with each other, then try the following:
    Try using summary column (count) for each query and put a format trigger on the labels. If count is <> 1, hide the label.
    Hope this helps.

  • How to specify different horizontal restore & collapse icon for af|panelSplitter using Skinning based on Style class or position?

    Hello,
    I am trying to provide different horizontal restore & collapse icon for af|panelSplitter using Skinning based on Style class or position. I have 2 af:panelSplitter with orientation="horizontal" - One with positionedFromEnd="true" one with positionedFromEnd="false". I want to specify the horizontal collapse and restore icon using Skinning. I want specify different icons based on positionedFromEnd. When I specify icons they are appearing for both splitters. I gave 2 different styleClass to these splitter but it is not taking them in account,
    JSPX Page -
    <af:panelSplitter orientation="horizontal" splitterPosition="196" positionedFromEnd="false" id="pnlSplitterLeft" collapsed="false" styleClass="panelSplitterLeftClass">
      <f:facet name="first">
      <!-- Content of First Facets -->
      </f:facet>
      <f:facet name="second">
      <af:panelSplitter orientation="horizontal" splitterPosition="196" positionedFromEnd="true" id="pnlSplitterRight" collapsed="false" styleClass="panelSplitterRighClass">
      <f:facet name="first">
      <!-- Content of First Facets -->
      </f:facet>
      <f:facet name="second">
      <!-- Content of First Facets -->
      </f:facet>
      </af:panelSplitter>
      </f:facet>
    </af:panelSplitter>
    CSS Skinn
    af|panelSplitter::horizontal-restore-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Left_Open.gif");
    af|panelSplitter::horizontal-collapse-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Left_Close.gif");
    af|panelSplitter.panelSplitterLeftClass::horizontal-restore-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Left_Open.gif");
    af|panelSplitter.panelSplitterLeftClass::horizontal-collapse-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Left_Close.gif");
    af|panelSplitter.panelSplitterRighClass::horizontal-restore-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Right_Open.gif");
    af|panelSplitter.panelSplitterRighClass::horizontal-collapse-icon {
        width: 10px;
        height: 55px ;
        content : url("/skins/AppSkin/Right_Close.gif");
    It is always showing Left_Open.gif and Left_Close.gif for both splitters. But I want different image.
    How to specify different horizontal restore & collapse icon for af|panelSplitter using Skinning based on Style class or position?
    - Sujay

    CSS attribute selectors are what you are talking about, but binding the selector with EL is a more-common approach. Using selectors like this require you to ensure browser support.
    af|panelSplitter.panelSplitterRighClass::horizontal-collapse-icon [positionedFromEnd=true]

  • Empty field collapses.

    When the field is empty, it collapses. The field on the right is shifted left to take its place. I don't have any anchors on any fields. From reading about anchors, I got an impression that they are created to enable collapsing, while not collapsing is the default. Am I wrong? How can I prevent collapsing?

    Hello,
    Is your empty field inside a frame? If so, make the frame horizontal elasticity as
    fixed or expand.
    -Marilyn

  • Collapse column

    I am using Reports 9i to generate a report.
    I would like to dynamically collapse a column if the whole
    column is NULL. I figured out I had to set the horizontal
    elasticity to variable in order to do that. But I need
    to keep the column width to be fixed to align with other
    columns.
    Any idea?
    Thanks
    Alex

    If you don't want the field to print at all then you can use a format trigger to return false and stop it printing if the value is null.
    If you need other fields to move when this field doesn't print then you can surround this field with a variable sized frame. When the field doesn't print, the frame will collapse. The field can then be set to fixed size for the cases where it does contain values.

  • InDesign auto-size frame feature not working in real time in InCopy why?

    We have just recently migrated from InCopy CS4 to CS6 to take advantage of the new features like the auto resize frame option, however it now seems that this feature is not working in real-time.
    Basically the steps are needed to be complete before it auto-resizes the frame in InCopy, we use both layout and assignment based workflows:
    1. From an ID document ('doc1'), exported a 'layer' to IC, certain frames are set to auto-size in height using the text frame options. So that editorial can review and make changes to text and the frame should resize according to the specifications set. IC stories are saved to a folder located in a content folder inside the top issue working folder.
    2. Editorial opens the IC software, then opens the ID 'doc1'. Check’s out correct .icml file and makes edits to frame with auto resize.
    3. Frame does not resize according to text frame set options and InCopy file does not respond in same fashion as InDesign.
    4. Change only occurs when InCopy file is closed and updated in InDesign, which is frustrating as this feature would save huge amounts of time serving editorial requests.
    Has anybody experienced this type of workflow problem? If anyone can provide mw with some pointers as to what can I do to get this to update in real time perhaps run a script? Update file in InCopy and refresh I will very much appreciate their assistance. I have run out of ideas.
    Thanks!

    We've had all sorts of problems with this feature as it should've worked straight out of the box but after some testing we have found that its something to do with the way you open the actual file in InCopy. Which is far from ideal and should have been UAT by Adobe before release.
    This will not work consistently work if you open the designed .indd or .icma file in InCopy using the file open command within the application.
    If you need this to work, the InCopy user has to open the .indd or .icma file by dragging and droping from OS windows explorer into InCopy, we use Windows 7 acrros all the teams. Check out .icml files add text changes to the set auto resized frames, this process will expand/collapse the frames to fit the content but as you have to use the drag and drop method to open the .indd and .icma file, 2 users cannot access the same time doc at the same time (a serious flaw in the programming architecture!) which stops people working in parallel. Save changes, check in .icml content and close .indd or .icma.
    However the flaw comes in if you then open the .indd and .icma file in InCopy using the file open command within the application, before an InDesign user opens and saves the file (updates the design). The corrections added in the previous stage above, will not show the frames expanded/collapsed to take in the added text and instead show over matter???? The only way around this is to ask an InDesign user to open, update and save the design that way the InCopy user will see the same result no matter what file open method they use.
    Another suggestion is to design the page to have some of the auto resize frames anchored within main body of text and that way the frames will expland/collapse when checking out and editing the content. However, this does cause issues with InDesign crashing etc. so we have tried to stop this method within the working group.
    Have you experienced other more serious issues with InDesign crashing consistently when re-importing .icml files? See other forums here:
    http://forums.adobe.com/thread/671820?start=80&tstart=0
    http://forums.adobe.com/message/5045608#5045608
    As far as we can see this is a major flaw in how the application(s) work, we have an enterprise agreement with Adobe and purchase a large volume of Adobe products globally but so far the technical support team are unable to find a solution to this and I'm not hopeful of any resolution soon even with the new release of Adobe CC.

  • Authentication issue with Xcelsius/Portal integration

    I am facing an issue with the way we have integrated our Xcelsius dashboard with our corporate portal. I know this probably is more of a SDK question than Administration, but I figured I will ask it here anyway since Tim and some others are diverse enough in their knowledge base. This might be LONG post but please advise if anyone has any good pointers.
    We have an Xcelsius dashboard that needs to be served up via our corporate intranet (based on MS Sharepoint 2007). Now we are NOT using the MS Sharepoint Portal Integration Kit, but just doing a basic integration of the SWF call within a web part on Sharepoint. All this means is that within a portlet (web-part) on Sharepoint, I am making a HTTP call to the openDocument URL to invoke the SWF file. So the SWF is actually served up from our Tomcat App Server, and displayed onto this frame within the portal. That is the basic idea.
    To achieve this, what I did was write some custom code using the Java SDK to modify the openDocument a little bit. By doing so, I was able to insert some behind-the-scenes-login code wherein no matter who the portal user (Win AD-based) is, he is logged in to BOE as a generic "dashboard-user" and the dashboard is served up. This worked fine for the first dashboard where all we had was SWF and some WebI linking using openDocument (no full-InfoView access).
    But in this second dashboard now, what we also have is a hyperlink for users to get to InfoView to do Ad-hoc reporting. What this does is open a child browser window from within the portal (dashboard) --- and it remembers the BOE session for the generic user id "dashboard-user" and logs the end-user in to InfoView using that. But what I actually want is that the end-users, on this new window, should only be prompted at the traditional InfoView logon screen where they can manually enter their Windows AD password and get in. Thus, I would like to keep the dashboard SWF page session separate from the InfoView ad-hoc session, which I cannot seem to do because of the browser relationship and session maintenance.
    I am trying to find a way where I can simulate a single sign-on for dashboard viewers on the portal, but at the same time let them jump off to InfoView as themselves.
    Any thoughts on how I can do this?
    Notes:
    We DO NOT have Single Sign-On enabled for InfoView
    We are using Windows AD authentication (manual, no SSO)
    We are on Tomcat

    Sarang Deshpande wrote:
    1) If the InfoView app on Tomcat (desktoplaunch) is configured with Vintela, openDocument calls from the portal with automatically work using behind the scenes SSO, correct?
    in XIR2 everything that falls under infoview should SSO when infoview is setup for SSO (not the case in XI 3.x)
    Sarang Deshpande wrote:
    2) What is the best practice when it comes to the service accounts needed? I have implemented Windows AD manual auth already so I have a service account that use for that. Should I be using the same on and making vintela/SSO-specific changes to it...or should I have a separate vintela service account and deal with two different ones..each for a diff purpose?
    There is no best practice per se but the less service account the lower your chances to duplicate an SPN, functionally everything seems to work just as well with multiple as it does with 1 (of course with 1 there is less management work) If you click the SSO link in my forum sticky post I have a section explaining this with some suggested methods of deploying a service account(s)
    Sarang Deshpande wrote:
    3) Other than some minor browser configurations that might be required, is there anything else that I should communicate to the team about what might be required to be "pushed" to users' PCs?
    Using the default config nothing should be required on the client machine (unless SSO has been disabled in the browser or you intend to use a url that contains a period ..... (i.e. FQDN or IP) with hostname URL (the default) it should just work.
    To note if you have XP SP2 or older there is a microsoft spnego bug you may need to apply a fix if you aren't patched to SP3 (about 5% of our customers run into this).
    Regards,
    Tim

  • SAP PORTAL Time-Out Settings / BO iView Reports..?

    We have created BO object-specific iView requests in SAP PORTAL based on Ingo's posting....
    SAP BusinessObjects Enterprise & SAP Enterprise Portal - Part 3 of 4
    Currently, just posting some small CR4E and Analysis for Office (*Design Studio will be added in a few months) report objects that are based on BW queries - and response time is a few seconds.
    However, long-term as our BW grows - and the volume of data/periods expands we may see some reduction in the performance of these reports, and they make take a few-minutes to return data.
    The SAP Portal team already have an issue with an ECC / T-Code report (*no Business Objects involved) which runs over 100 seconds - and hits a Portal time-out....and are wondering if we would hit the same issue if a CR4E within the Portal ran longer than 100 seconds...?
    I think the answer is "NO", the Portal time-out would not apply in that scenario. My assumption is that in our solution-path, the Portal's 100 second time-out rule would ONLY apply to the process of the Portal invoking the iView request - and opening the frame for the CR4E content.
    Once the frame is open - and the RPT / Prompt-Screen is loaded the Portal time-out is "happy".
    After that iView -> BO frame is established....so, even if the CR4E & BW Query took more than 100 Seconds to return/display the data - the SAP Portal would not time-out - as all of that activity is actually taking place at the BOE Platform layer within the frame (and using the time-out settings at the BOE level).
    Can anyone confirm that my assumptions are correct, or explain where the assumption is wrong..?
    Thanks in advance...!

    In our scenario, the SAP PORTAL has a 100 second time-out, but the Business Objects platform where the CR4E content is hosted has a 600 second time-out for "View on Demand" reporting.
    When the SAP PORTAL opens the iView connection, it is opening the CR4E content in a frame on the Portal. Prompts are entered - and the RPT execution begins on the BOE platform.
    There is a "spinning-wheel" displayed from the BOE platform, and if run in BO LaunchPad it could run for up to 600 seconds before a time-out occured.
    When it is presented in SAP PORTAL via iView connection - does that "spinning-wheel" from BOE Platform provide enough of a "heartbeat" to let the PORTAL know not to drop the connection at 100 seconds....?
    My reasoning is that SAP PORTAL should be opening the BOE content with the same rules that apply when the report is opening in the BO LaunchPad.
    We are going to create a "SLOW" report in CR4E (*Lots of charts & sub-reports) to test/compare LaunchPad and Portal display of the same report.

  • Repeating Frames Resizing Issue

    Hello,
    I've been using Reports 6 recently having been using Reports 10 up until now, and I've got an issue in the Report I'm currently working on.
    When I try to resize any of the repeating frames on the report, they appear to default to a much large size...example...
    If I have a repeating frame containing 1 field and I try to reduce the size of the frame so it fits snugly around the field, as soon as I click on one of the draghandles on the frame, it immediately resizes the frame horizontal or vertical (depending on what draghandle is used). So far, this has just been annoying more than anything else and I've generally been able to avoid any problems by simply undoing the change, or redrawing the frame.
    Has anyone else experienced this? Is there a setting off in my version of Reports? Or is this a general problem?
    Thanks

    Thanks for your feedback.
    The reason I have 4 repeating frames is because each frame belong to a different group.
    <SOME TEXT> is infact set to vertical expand.
    I came up with a solution by using a 5 lines that stretches with FRAME 2 and set no lines
    property for FRAME 3. That way FRAME 3 repeats 7 times horizontally, one in each box created by the lines with FRAME 2. Thus when FRAME 2 expands, the expanding lines creates the 7 horizontal boxes.

  • Integrating ECC reports with BW reports in the Portal

    Greetings experts!
    How, if at all, can one integrate BW reports that are in BW Roles in the portal (i.e. an enduser runs reports using the "new analysis" button in the portal via the 0analysis_pattern template) with ECC reports in the portal? 
    Requirement:
    End users are looking for one location to go for all their reporting needs (ECC and BW) in the portal.
    BW developers wish to continue the deployment and management of reports via the BW roles that reside in BW and stay away from creating an iview for every BW report. 
    Is this possible?  thanks in advance for all your responses.
    best,
    -ravi

    I am not sure how your ECC reports display in the Portal however I assume they are associated with an ECC Role.
    You do not need to create an iview for each BW report.  Upload your roles into the Portal under System Administration > Transport > Role Upload.
    Each role in your ABAP (BW) role will be created in an assoicated Portal Role.
    These roles will display in the Top Level Navigation, as do all roles that have been assigned to a user.  The Reports of the Roles then display in the Detailed Navigation frame in the portal, once the role has been selected in the Top Level Navigation.
    In this way your users go to one place, the portal to execute reports.

  • PDF Problelm - horizontal Line and Chart

    I have in some Repeating Frames horizontal Line. When I create a PDF-File then the Line have a very, very small gap inbetween. Does somebody have any idea how I can join two lines ? When I print the same report in RDF then line are together, no gap, no problem.
    When I have a pie chart with expl. 16 categories then the PDF create and show only two colours. Where can I configure or protect that there are 16 different colors ? Also here, the RDF has no problem at all.

    I have in some Repeating Frames horizontal Line. When I create a PDF-File then the Line have a very,
    very small gap inbetween.
    Does somebody have any idea how I can join two lines ? If you want to have a vertical line that stretches across instances of a repeating frame then you can use the: "Line Stretch with Frame" propert on the vertical line. To do this:
    - create a new frame "M_StretchFrame" that surrounds your repeating frame
    - make sure the vertical elasticity for the new frame is "variable"
    - create a vertical line "B_StretchLine" and place it wherever you want (it doesn't need to be within the frame)
    - bring up the property palette for "B_StretchLine"
    - set the "Line Stretch with Frame" property to the new frame "M_StretchFrame"
    When the report runs, the line will stretch the same amount as the frame and hence cross over all instances of the repeating frame.
    If you want to stick with only the repeating frame, you can still set the "Line Stretch with Frame" property against the line to the repeating frame. You can then resize the line so that it extends beyond the end of the repeating frame.

  • Portal Runtime error - An exception occured : when accessing the SRM Portal

    Dear Consultants,
                                     We are logging onto the SRM Portal using url link. SAP Netweaver 7.0
    But when we are trying to access any tabs in the Navigation frame of the portal it is throwing an error.
    Error - Portal Runtime error
    An exception has occured while processing your request.
    Can you please let me know how can I find the correct reason for the error.
    regards
    Arindam

    Hi Arindam,
    Pls check Default Trace log in the NWA tool, path would be NWA --> Monitoring --> Logs and Traces --> Select Default Trace.
    Find the log messages with the Exception ID found on your Portal Runtime error. These logs would specify the exact cause of error.
    Thanks,
    Swapna Priya.

  • Top frame not reloading on each submit of JS Page

    I have weblogic portal, in which initial page or index page is made of three frames top, side and center. Whenever user performs any action, side and center frames reload properly but top frame never after initial load.
    Any idea ? why top frame is not refreshing after initial load? and how to fix this problem?

    This seems to be more like an html issue than a portal one. Are you giving the target correctly when you click a link e
    etc?
    Also dont use frames with weblogic portal unless you know what your doing(where each frame points to a portal page).
    And dont use frames if you can avoid it.
    regards
    deepak

Maybe you are looking for