cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript IView on portal 7.1

Former Member
0 Kudos

Hello,

In our portal, we have certain functionality that requires calling custom javascript functions from Web Dynpro.

In portal 7.0, we created an ivew from a jsp project, that contained the javascript code and communicated with web dynpro using epcm.

Now we are looking to implement the same in CE 7.1.

What options are there for such functionality?

Thanks in advance, Gershon.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Gershon

Even the "IFrame" was signed as deprecated in NW 7.11, you could use it over dynamical-programming !

So you can add an dynamical "IFrame" (IWDIFrame) in your wdDoModify-Method (if(firstTime.. etc.) and there

you can call an .html page which you can save in your mimes folder.

In this html-page you can then call your disired javascript function on your portal.

i.e. withhin top.document.... etc.!

If you wan't to use the EPCM, you've to add the EPCMproxy.js (which you should be able to found on your portal) into the mentioned html-file.

best regards

Marco

Former Member
0 Kudos

Hi,

Maybe you can consider to upgrade to 7.2 and use Widget, or IFrame with Customized code, IFrame was undeprecated on 7.2.

Best regards