I have iframed a Visualforce page into a template field using the following code:
Example 2<br alt="" name="" rel="" target="" title="" type="" value="" /><br alt="" name="" rel="" target="" title="" type="" value="" />In the <head> put:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><code alt="" name="" rel="" target="" title="" type="" value=""><script> function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; } </code></script>
Change the iframe to be:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><iframe src="..." frameborder="0" scrolling="no" onload="resizeIframe(this)" />
```I've tried to put these into various places in the template field, but so far nothing has worked. Do you know if this is possible in Skuid?