cancel
Showing results for 
Search instead for 
Did you mean: 

Binding the html in MIME to container in view

former_member206377
Active Contributor
0 Kudos

Hi All,

I have imported HTML object to MIME repository in the webdynpro component. I have also created the container for it in the view..

The problem : How do i bind this html file to the container in the view??

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What do you mean by container? Are you using an iFrame UI element? That is the only WDA UI element that would except raw HTML content. However the iFrame UI element is depricated in 7.0, 7.01, and 7.1. At certain points via support packages the UI element is completly removed on these releases. Although the iFrame will return and be supported again on 7.02/7.20 - it might be dangerous to design something around its usage on the current code lines since the UI element could disappear at a future support package application.

However if you want to continue to use the iFrame regardless of this warning, it can technically work. Everything from the MIME repository has a URL. You just need to set the source property of the iFrame to the URL for your MIME content.