Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
English |
---|
In Dashboard Menu, go to Custom Header and add the following code. |
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> $(function(){ //iterate thru iframe elements //$("iframe").each(function(){ //wait for iframe to load is a better idea $('iframe').on('load', function(){ $(this).contents().find("a").attr("target", "_top"); }); }); </script> |
...