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.
Has anyone found any documentation regarding ibirls2.js?
I scanned my collection of 300MB of PDF documentation for v7.6 and found nothing. Neither did I find anything on the IB documentation website.
Thanks,
Francis.
(I have renamed the posting title from "ibirls2.js documentation" to "IBI Supplied/Created JavaScript - documentation" to better reflect what I am looking for)This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Atleast a high level documentation on the list of functions and their purpose will be helpful.This message has been edited. Last edited by: Ramkumar - Webfous,
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
I think it would be wise when IB, in view of the amount of threads on this subject lately, would publicize at least a functional overview of what these javascript files do. So yes, I agree that some doc at least is needed. And that is not limited to ibirls2.js ...
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Perhaps my post title is wrong - I would like to understand ALL IBI supplied JavaScript so that I can be sure that I don't cripple a GUI-designed HTML form.
We do not document HTML Composer runtime because it is for internal use only and the HTML the HTML Composer generates uses it.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
David, thank you for your response, but this doesn't really answer my question. I will revise the question: How does one add form validation to an HTML Composer created page? Is this documented anywhere?
Thank you very much,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
It is nor documented because we do not support it. Please open a new feature request with Customer Support Services so it can be addressed in a future releaase.
Thanks.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
Information Builders does not support forms validation in an HTML Composer created web page?
So, I can add a bunch of text boxes to a form, but I cannot verify that the user has entered data in those text boxes until after they submit the form?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Francis, if created in the HTML Composer you can create an exit to vailidate using your own JavaScrpit, simply by clicking the required event.
If you are using a hand coded HTML page then you naturally code your own.
Please name one alternative BI solution (except hand coded) that even remotly gives you this option.
The IB internal code is only a concern when it prevents your custom functions from working.
That has not normally been seen to occur except when you mod the load functions.
Once the page is loaded any problems are usually down to invalid custom code.
Hundreds of examples of onBlur, onChange etc, scripts are readily available on the open domain that you can use that allow you to do anything you could possibly dream of.This message has been edited. Last edited by: <JG>,
By not supported, I am saying that HTML Composer does not provide any validation routines, and as such, we would not document nor support such a routine. You would need to code your own routine, call it, and support it.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
ibivalidate is part of the Maintain product. It is not for use with HTML Composer. There is a new feature request for HTML Composer to have validation routines, but it has not been implemented yet.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
ibivalidate.js is not an HTML Composer supplied JavaScript file. The JavaScript files included with the product install are called by what the product generates. They are not meant to be called otherwise unless explicitly documented like the API functions introduced for HTML Composer in release 7702. If you call functions in an internal file, you are likely to experience problems when you upgrade since that internal file is IBI source code and is subject to change between releases. If you need us to supply a function, the way to do it is to open a new feature request, then an API function can be created for your use.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
The turnaround time depends on how involved the function requested takes to implement and test. I cannot provide you a set rule.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com