Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Yellowfin content can also be embedded into external web pages using IFrames (Or Inline Frames). This makes for another seamless integration between Yellowfin and a third-party application, without the use of specially designed headers and footers.

To perform this type of integration, you can send Besides using a specially designed header and footer, you can also use an IFRAME for embedding Yellowfin inside another interface. This is achieved by sending the SSO login URL to an IFRAME IFrame on a page of an existing application's page.

 

Code Block
languagexml
iframe src=http://<host>:<port>/logon.i4?LoginWebserviceId=<TOKEN>" width=1200 height=1000></iframe>

...

Yellowfin will usually be configured to have no header or footer enabled, rendering only the functional area of Yellowfin.

IFRAME IFrame integration is an easy integration option but comes with many some caveats. Some of these includeFor example, you may notice the following issues:

  • Double scroll bars: one around the IFRAME IFrame and one inside Yellowfin where scroll windows are implemented;.
  • Security issues with some browsers stops javascript stop JavaScript from running properly in IFRAMEs;IFrames.
  • Pop-up windows launched from within IFRAMEs IFrames can cause problems.