Skip to content
Snippets Groups Projects
Commit 64c3306b authored by Florian Gnaegi - frentix GmbH's avatar Florian Gnaegi - frentix GmbH
Browse files

OO-870 fix scrolling and other configurations in LTI poup windows

parent 2048c36f
No related branches found
No related tags found
No related merge requests found
<div class="b_iframe_wrapper">
<script type="text/javascript">
/* <![CDATA[ */
window.open("${mapperUri}?$r.uuid", "_win_$sourcedId", "location=yes#if($width!='auto'),width=${width}#end #if($height!='auto'),height=${height}#{end}");
window.open("${mapperUri}?$r.uuid", "_win_$sourcedId", "status=1,toolbar=1,location=1,menubar=1,resizable=1#if($width!='auto'),width=${width}#end #if($height!='auto'),height=${height}#{end}");
/* ]]> */
</script>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment