How to add an iframe to a UI Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 02:42 PM
I have an iframe that contains a UI Page. I would like to take this iframe to add it to another UI Page. The reason I want to do this is because we have stood up password reset and those UI Pages are locked down out of the box. I would like to add some branding to the page to be displayed to our clients. I originally created this iframe to add to a CMS site, however to make a CMS page public, I also have to make the view_contents page public. This causes our main CMS site to skip SSO. I do have a ticket open with HI currently to see if there is a way around this but until they get back with me I thought I would explore this option. Another idea I had was just to add a UI Page to another UI Page, but not sure if that is possible either.
Thanks for the suggestions!
-Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2016 09:18 PM
Hi Chris,
Have you got any solution for the same?
i am having the same problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 07:03 AM
I know this is a very late reply, but in case someone ends up searching for this and ends up here.
The way of having an iframe inside a UI Page is currently very simple
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<iframe src="some_url_source_here" width="400" height="400"></iframe>
</j:jelly>