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 added a tab control to one of our launch pages because we need the space. It appears to me there is no click event for the tab controls. It seems to faciliate the design of the onclick(), meaning call and function stub are generated, but no onlick is actually fired. Also, I was hoping to be able to programmatically changes tabs based upon certain validation logic.
Enlightement or hope greatly appreciated! Thanks, Tom.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.8 wINDOWS aLL
Posts: 17 | Location: Des Moines, Iowa | Registered: April 29, 2009
Originally posted by thawby: I have added a tab control to one of our launch pages because we need the space. It appears to me there is no click event for the tab controls. It seems to faciliate the design of the onclick(), meaning call and function stub are generated, but no onlick is actually fired.
Enlightement or hope greatly appreciated! Thanks, Tom.
WebFOCUS 7.6.8 wINDOWS aLL
Posts: 17 | Location: Des Moines, Iowa | Registered: April 29, 2009
Internally the tab you created is overlaid (by ibirls3.js) with a non-identifiable span tag. However any event placed on the tab is not transferred with it. You will find an area of 4px on the outer edges of the tab that do have the event.
I opened a case for this a while back now, but apart from a kluge to the js file, nothing else has come through. It might be worth opening a case to help get this oversight corrected.
Hope: You have 3 options.
1. Change the function addDummyElement in ibirls3.js to add an id so you can manually add an onClick event to the id in the on load area. (Safest Approach)
Alan, thank you very much for the enlightenment. I will open up a case; in our environment, I do not have access to this ibi*.js files (without having to justify access, etc). Your insight is greatly appreciated. th.
WebFOCUS 7.6.8 wINDOWS aLL
Posts: 17 | Location: Des Moines, Iowa | Registered: April 29, 2009