How to add an iframe to a UI Page

Nickels
Tera Expert

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

2 REPLIES 2

IamAmolB
Tera Guru

Hi Chris,



Have you got any solution for the same?


i am having the same problem


Romeu Rosa
Kilo Explorer

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>