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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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