frameOptions: Options for widget's iframe.

Description Usage Arguments

View source: R/widgetframe.R

Description

Taken from Pym.js Documentation. In addition also check out the iframe documentation.

Usage

1
2
frameOptions(xdomain = "*", title = NULL, name = NULL, id = NULL,
  allowfullscreen = FALSE, sandbox = NULL, lazyload = FALSE)

Arguments

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.


bhaskarvk/widgetframe documentation built on Oct. 3, 2021, 5:48 a.m.