Include custom JavaScript in RapidMiner Web App

User: "MaxF"
New Altair Community Member
Updated by Jocelyn

Hi everyone,

I'm trying get include more dynamic elements into my RapidMiner Web App and for that purpose I want to include custom JavaScript.

I have been using this a lot by generating the HTML/Javascript code in RapidMiner and publishing it as an app object. This works fine, but the code is always included in an i-frame.

I now need to include JavaScript in the main HTML-document of the web app. I've tried entering the code in different places, e.g. the web app description, tooltip or in text components. However, my code was always escaped and I wasn't able to get it interpreted by the browser. Has anyone ever done that or has any suggestion on how to achieve this?

 

Thanks and Greetings!
Max

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "JEdward"
    New Altair Community Member
    Accepted Answer

    Have you tried using parent.$("selector") within the iFrame to search for elements outside the iFrame? 

     

    That might be an option.