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.
There's a behavior in html composer that I hate. I try to explain as best I can. Well, I've wrote some code into window_onload event, that code shows/hides some controls and reports placed into the html page, depending on a set logic.
Well, the problem is that html composer sets the object properties (controls and iframes) as it is written on the javascript code. So, if in my code I write
// Yes, using jQuery.
$('#objectid').css('visibility','hidden');
I can't see those objects into the "Design" tab and, what is worse, html composer modifies the html code and sets the object propiertes as "hidden".
There's a way to avoid this? (of course, I wouldn't comment the code to hide/show objects)
Thank'sThis message has been edited. Last edited by: ferran,
Looks like HTML Composer executes Javascript. HTML Composer uses the Internet Explorer engine. Maybe try disabling Javascript in Internet Explorer. Read this post by Francis it has a workaround. [CLOSED] DS HTML Composer - Why on earth is the JS running when I open in Composer? It was easy for me to find. Do a little more searching next time.
Composer runs JavaScript at design time because RIA requires it. That is when that behavior had to be introduced.
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 design canvas is initialized on invocation so it must be ready for any content.
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