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.
When i try to reuse Save Selection code, I don't get Save selection popup.
i was not using HTML composer because i need to do complex Launch page where HTML Composer will not support.
So, I followed below steps to implement the Save Selection button.
Step 1: Alter the ibiOptions variable var ibiOptions = new Array(cgipath,ibirls,rltdyncalendar,olap,olapdrill,olappanebase);
Step 2: Add the function to JavaScript //Begin function saveButton_onclick function saveButton_onclick(ctrl) { // TODO: Add your event handler code here SaveSelectedParameters() } //End function saveButton_onclick
I have removed the '<' and 'T' [INPUT) in the above code. Else input you will not be able to see the code as normal text, if i keep
<INPUT automatically Save Selection button gets created for this topic area.
when i click the Save selection button the JavaScript is not executing and i don't see a popup which ask for save your selection. Request to help me understand did i miss anything. or do we have any work around to acheive this.
Thanks, SanthoshThis message has been edited. Last edited by: <Kathryn Henning>,
Function SaveSelectedParameters() is written in one of the java script(.js) files which you would need to include in your code. Try copying it from regular launch page and put it in your code. It should resolve the problem.
Thanks, Pravin Singh
WebFOCUS 7703 Windows, All Outputs pravinsinghwebfocus.blogspot.com