Focal Point
[CLOSED]Load event on html composer

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5917003426

September 20, 2012, 07:30 AM
ferran
[CLOSED]Load event on html composer
Hi all,

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's

This message has been edited. Last edited by: ferran,


WF 7.7.03,Win XP Pro.
HTML, PDF, EXCEL, AHTML, FLEX, APDF.
SQL Server, MySQL, DB2, FOCUS.
September 20, 2012, 09:42 AM
Mighty Max
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.


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files
September 20, 2012, 10:16 AM
ferran
Thank's a lot Mighty. I've done the search, as you have suggested, but sometimes it's not easy when you are not a fluent english speaker.

I do my best.

Thank's.


WF 7.7.03,Win XP Pro.
HTML, PDF, EXCEL, AHTML, FLEX, APDF.
SQL Server, MySQL, DB2, FOCUS.
September 21, 2012, 07:17 AM
David Glick
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
September 21, 2012, 12:01 PM
Francis Mariani
Why should this be a requirement if the page is NOT using RIA?


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
September 22, 2012, 08:56 AM
David Glick
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