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.
Is it possible, via JavaScript, to have a *.html page simulate clicking on one of the items created in the BIP?
In the BIP - I have a Customer / Product / Sales Agent Page. They all work as desired.
My business users are looking for another "Quick" launch page that would be 1 *.html page that had a spot for Customer ID, Product ID or Sales Agent ID. Then they want to "jump" to the other Page w/in the BIP with data from Quick page filled in on the landing page.
Sounds reasonably trivial.
I can tell from a fiddler trace, on clicking the tab in the BIP navigation I get a URL similar to:
I hard coded the link in a JavaScript button - and although the proper page does load - the BIP is still showing the "Quick" page as selected in the BIP navigation...rather than the Customer/Product or Sales Agent. This isn’t exactly what I want – as I’d like the consumers to have a good visual indicator of what Page/tab they are on.
I tried using JavaScript to traverse the DOM - and I've got the BIP Navigation Tabs isolated to a DIV with a span SPAN tab - but, using JQuery, simulated clicking of the DIV or SPAN doesn't seem to be working to make the navigation change.
Long story short - any idea how I can simulate clicking a Page in the Navigation section of the BIP?
Any ideas?This message has been edited. Last edited by: stur0063,
webFOCUS 8207.15 WindowsServer 2019
Posts: 120 | Location: Minnesota | Registered: August 26, 2013
I find it difficult to believe I’m the first person who wanted to jump from a *.html page, created in Developer Studio, to a Navigation tab/Page created in the Portal.
Anyone have a pointer – or alternative?
webFOCUS 8207.15 WindowsServer 2019
Posts: 120 | Location: Minnesota | Registered: August 26, 2013
This webFOCUS app I’m making will replace a legacy app. In the legacy app – end-users can get to all spots (Sales Agent, Customer, Products) – from the home page.
I currently have a BIP navigation tab for Customer, Sales Agents and Products. I’ve been asked to create a “Quick Launch” BIP navigation page that would be the first tab everyone sees. If they can jump from the quick launch page to Customer, Sales Agent or Products, my webFOCUS app may meet with less resistance.
The thought process is: legacy/old app can get to anywhere on the main page – why did I design something that makes them click Customer, Sales Agent or Tab first.
If anyone is instrested: I created a case for this. There is already a NFR for this:
"User is doing analysis on one Portal Page that utilizes Portal Coordination, then wants to move to a second Portal Page that implements coordinated parameters, for additional analysis. Currently, the user must navigate manually to the second page. Would like the ability to programmatically take the userto the second page upon some event, like a button click, which would run portal coordination and then redirect control to the target Portal Page"
webFOCUS 8207.15 WindowsServer 2019
Posts: 120 | Location: Minnesota | Registered: August 26, 2013