Closed luleyleo closed 8 years ago
The line fun Pane.webview(op: (WebView.() -> Unit)? = null) = opcr(this, WebView(), op) is missing in tornadofx/src/main/java/tornadofx/Controls.kt to support the WebView
fun Pane.webview(op: (WebView.() -> Unit)? = null) = opcr(this, WebView(), op)
tornadofx/src/main/java/tornadofx/Controls.kt
Thank you :) Added now.
I'll add this to guide with a few other missing controls.
Thank you Thomas :))
The line
fun Pane.webview(op: (WebView.() -> Unit)? = null) = opcr(this, WebView(), op)
is missing intornadofx/src/main/java/tornadofx/Controls.kt
to support the WebView