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.
Is there a setting within WebFOCUS to disable code being modified by WebFOCUS. I've noticed that anytime I go in and modify CSS and/or HTML it gets rid of any structure I've added and also adds a whole lot of additional (unneeded) code.
Thank you!This message has been edited. Last edited by: Kerry,
Don't use HTML Composer. As you've noticed, whenever you open an HTML file in Composer, it 'helps out' by updating itself to HTML/JavaScript as per the current installed version.
There are lots and lots of posts discussing and coming to this conclusion.
I don't think there's such a setting ... I would really love it if it did. As ABT says, HTML Composer uses a whole lot of metadata in the HTML document itself and that many, many times gets in the way of how you'd want your document to be.
Sadly we either learn to live with that (and take extra backups before any significant change) or abandon HTML composer altogether which is not always an easy option to make depending on your business needs.
Keep in mind that someone else will probably come in behind you to maintain this code after you're done with it. So, with that in mind, only circumvent the HTML composer when NEEDED.
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I am not having much knowledge about your issue but I would suggest you to go through the provided link: csueastbay.edu/FOCUS/wf761doc/ibi_html/javaassist/intl/EN/help/topic469.htm#_OPENTOPIC_TOC_PROCESSING_d0e137015 May be you can get some sort of help from it.
Starting with 7.6.10 the generated metadata got a lot more complicated - too complicated to create by hand, IMO. The way things are, it is not really possible to separate the metadata generation from the widget placement in the HTML composer, so you're pretty much stuck with using the composer.
I'd love to be able to write clean HTML and CSS, especially since that will likely be much easier to understand by the next person editing the page (as opposed to what Doug claims). Unfortunately, as soon as you want to add a form-element or change its widget type, it's hard to circumvent using HTML composer, which will just scrap all the carefully crafted HTML you wrote.
So, unless IBI manages to separate the two, don't bother creating proper HTML and just live with the HTML composer. It's a hard pill to swallow if you have standards, but you'll just have to swallow it...
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
I am not sure what are you changing in CSS. If you are using your own CSS, WF GUI helps to ref. that css file. You need to keep CSS file under WEB APPLICATION Folder and need to use ref. like this way in your HTML file - ../approot/XYZ/abc.css .
If you are doing something with RIA themes then, you need to modify src="/ibi_apps/bindows/js/application.js" file with your required style..