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.
With the exception of using HTML Composer, has anyone had any experience/luck creating his/her own HTML, JavaScript and CSS and interfacing it with WebFOCUS?
I have spent time creating an HTML Composer document hoping to view the HTML code and understand how this works. I am still not understanding how/if I can do this?
Any help/hints would be greatly appreciated.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.4 / 7.7.03 Unix and Windows Excel, PDF
Posts: 11 | Location: Bloomington, IL | Registered: July 22, 2011
Thanks Francis. One would think that this would be in one of the manuals, however, I sure couldn't find anything, and I have been searching for awhile.
Thanks for the code. I will try it out.
WebFOCUS 7.6.4 / 7.7.03 Unix and Windows Excel, PDF
Posts: 11 | Location: Bloomington, IL | Registered: July 22, 2011
Tiggy, I don't use HTML composer however i'm able to achieve great looking reports and applications let me tell you how:
I do all the front end funcionality on a regular html page with my own JS and CSS, I build a backend WF fex with the printing and I just parse the results on the html page via jquery if I want to add any special effects like theming, editable grids, sortable tables or dynamic hover.
So pretty much you would be hitting a fex with ajax requests, I hope i made sense.