As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have a html page that has three reports within it. All three reports size vertically when content within them grow. This makes the html page generate a vertical scroll bar like any other web page on the web. But when I drop that page into a collaborative portal "single column page", the portal page itself creates another vertical scroll bar. Even though I have the portal shell "page height mode" set to fill.
How can I remove this outer scroll bar and allow the inner content html page to control the vertical scrolling?This message has been edited. Last edited by: FP Mod Chuck,
Recap: there is an html page with a scroll bar (for any content that overflows). The HTML page is then placed in a single column portal page.
Question: Does the html page itself grow in height to accommodate the longer content? (I assume no, but I like to check using the browser developer tools)
On the portal page, did you create a panel (in the single column) with a fixed height (to hold the HTML page)?
Webfocus 8202, WindowsThis message has been edited. Last edited by: Berny,
Been a while since I checked this but what I did was make sure on the portal editor-single column container, I set all of the margins to zero . Then in the page that holds my html content, I set the height to auto.
That did the trick. Now my inner html page will grow when the report within it grows in length and produces only 1 vertical scroll bar.