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.
This probably comes under the area of new feature request but we thought we would bring it up here anyway.
We would like to have more granular control over the height and width of the objects(charts,reports) we drag onto the design grid. The current interval appears to be fixed at about 83px between sizes, we would like something smaller. We attempted to identify any css and javascript that we may be able to tweak to give us finer control over sizes but have not succeeded yet. Any ideas?This message has been edited. Last edited by: mcarey,
WebFOCUS 8202, 8203, Windows 2012 R2 SQL Server 2016, App Studio 8202, 8203
Posts: 17 | Location: Jericho, NY | Registered: February 18, 2014
Were you trying to adjust the space between content items, or were you looking for more granular sizing options? For the former, you can select the entire page by clicking the page toolbar, then select the style tab and change the value for the Margin property. For the latter, one option is to use the JavaScript section level addContainer method, and then specify more incremental column width and height values by using decimal column and row values, for example: var simplePanel = section.addContainer("panel", "Simple Panel - Javascript", 0, 0, 2.4, 5.6).ibaObject; You can find information about the Designer JavaScript API is available here: https://kb.informationbuilders...vascript-api-classes, and would just need to remember to align all panels with each other. Also note that responsive folding will change the width of each item. If you have any additional questions, and would like to connect, just let us know.