edvin / tornadofx

Lightweight JavaFX Framework for Kotlin
Apache License 2.0
3.68k stars 272 forks source link

"webview {}" function missing #128

Closed luleyleo closed 8 years ago

luleyleo commented 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

edvin commented 8 years ago

Thank you :) Added now.

thomasnield commented 8 years ago

I'll add this to guide with a few other missing controls.

edvin commented 8 years ago

Thank you Thomas :))