UIXV2 Sandbox iframe attributes

How to enable in UIXV2 allow-downloads for snadbox iframe in Dashboard?

Parents
  • We'll update the developer documentation soon, but here's a quick example.

    Application definitions (appdef.xml) may include a new attribute, e.g.:

    <dashboard id="abc" sandbox-attributes="allow-popups allow-downloads">…</dashboard>
    <module environment="shellui" sandbox-attributes="allow-downloads allow-popups">...</module>

    Afterwards, you should be able to see the attributes in the M-Files Admin tool after the application has been installed:

Reply
  • We'll update the developer documentation soon, but here's a quick example.

    Application definitions (appdef.xml) may include a new attribute, e.g.:

    <dashboard id="abc" sandbox-attributes="allow-popups allow-downloads">…</dashboard>
    <module environment="shellui" sandbox-attributes="allow-downloads allow-popups">...</module>

    Afterwards, you should be able to see the attributes in the M-Files Admin tool after the application has been installed:

Children