iframe gsft_main and scrollable area
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 02:58 PM
I have several pages I am trying to load into my CMS -- all load under the gsft_main iframe .. unfortunately all (reports) are quite a bit wider than the iframe.
I am looking at how to change the iframe from scrollable=no to scrollable=yes.
Ideas on how to best accomplish this would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2016 03:13 PM
Hi James,
I am sure you have a cms page defined and in that you would be having a dynamic content block. Within the dynamic content block add a script tag at the bottom of the page. Create a UI script, dont have to be global so uncheck that and in that UI script add
function onLoad() {
// above script provided to make the frame scrollable
}
refer to the UI script file created above using the tag below
<script></script>
uiscriptfilename is the file name of your script. Link below explains further:-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2016 04:03 PM
As it turn out there is indeed a dynamic content block which happens to have scrolling="no" ... changing this to "yes" solved the problem