Options for widget's iframe.
Taken from Pym.js Documentation. In addition also check out the iframe documentation.
frameOptions(xdomain = "*", title = NULL, name = NULL, id = NULL, allowfullscreen = FALSE, sandbox = NULL, lazyload = FALSE)
xdomain |
xdomain to validate messages received. |
title |
If passed it will be assigned to the iframe title attribute. |
name |
If passed it will be assigned to the iframe name attribute. |
id |
If passed it will be assigned to the iframe id attribute. |
allowfullscreen |
If TRUE it will set the iframe allowfullscreen attribute to true. |
sandbox |
If passed it will be assigned to the iframe sandbox attribute. |
lazyload |
If TRUE the child widget is lazy loaded using bLazy.js. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.