Question

Opening a iFrame on button click

Hi,

I have tried iFrame integration following https://academy.bpmonline.com/documents/technic-sdk/7-13/integration-third-party-sites-iframe

and adding button using the info at https://academy.bpmonline.com/documents/technic-sdk/7-13/how-add-button-edit-page-combined-mode.

 

Now am trying to open an iFrame on a button click.

pls guide.

 

Regards,

Anitha Premkumar

 

Like 0

Like

4 comments

One of the ways to implement such functionality is to show an iFrame in a ModalBox on a button click. Please find the entire process of the implementation in the article by the link below. 

https://community.bpmonline.com/articles/add-iframe-modalbox

Thank you Alina.

 

Can you explain the values that variables IntReportConstants,

IntEntitySchemaName,

IntRelatedSchemasDetail,

IntUploadFileClick

in IntExcelReportPage hold?

IntReportsConstants is a module which the IntExcelReportPage module depends on. Please find more details about dependencies in the official requirejs documentation by the link below:

https://requirejs.org/docs/api.html#jsfiles.

IntEntitySchemaName, IntRelatedSchemasDetail, IntUploadFileClick, IntExcelReportPage are custom parameters. Please specify them according to your needs.

Hi,

 

I get the following error.

Pls advise.

The resource from “http://localhost:82/0/UsrDonateModalPageStructure.js?hash=11818cdcfd964…” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

Regards,

Anitha Premkumar

Show all comments