Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
<iframe name='iframe' id="iframeLoanedItems" src="/jw/web/userview/kb_onlineGamingOperatornestedDatalistIFrame/v/OGP_App/basicForm_/reportViewCurdcrud?embed=true&d-2694495-fn_fk_report_id=#requestParam.id#" frameborder="0" border="0" cellspacing="0" height="500px" scrolling="yes" style="border-style: none;width: 100%"></iframe> <script> $(document).ready(function(){ $('iframe#iframeLoanedItems').load(function(){ $('.nesteddl_trigger', $('iframe#iframeLoanedItems').contents()).trigger('click'); }) }) </script> |
...
To embed a list inside an iframe you will need to use the <iframe> attribute and target the Menu ID containing the list. In this case "reportViewCurdbasicForm_crud" is the targeted Menu.
Figure 1: Targeted Menu ID
...
View file | ||||
---|---|---|---|---|
|