Hello,
Previously the following code worked in a form using the New Designer. The code is custom HTML code for an iFrame'd Web Client doc with a button included in the HTML code, that when clicked, would make the iframe doc full screen. It now does nothing and am wonder why? I am sure it is changes/intricacies with how the new Forms work.
<iframe id="myframe" src="ServerName/laserfiche/browse.aspx?repo=LFrepo#/?id={/dataset/Process_Document_ID}" width="700" height="750"></iframe> <center><button class="fullscreen" type="button" onclick="myframe.requestFullscreen()" style="width:150px;height:30px;background-color:#0B6F3B;color:white;font-size:15px;border:none;">Fullscreen</button></center>
Can anyone provide incite as to why this will not work? Or how to make it work?