kvision / pl.treksoft.kvision.html / Iframe / <init>

<init>

Iframe(src: String? = null, srcdoc: String? = null, name: String? = null, iframeWidth: Int? = null, iframeHeight: Int? = null, sandbox: Set<Sandbox>? = null, classes: Set<String> = setOf())

Parameters

src - the iframe document address

srcdoc - the HTML content of the iframe

name - the name of the iframe

iframeWidth - the width of the iframe

iframeHeight - the height of the iframe

sandbox - a set of Sandbox options

classes - a set of CSS class names

Constructor