Skip to content

Ktfx Commons – Dialogs

Hendra Anggrian edited this page Nov 19, 2019 · 2 revisions

Alert

Displaying alert is easier than ever with a one-liner.

alert("Hi")

infoAlert("Some information")

warningAlert("You have been warned", myImage)

confirmAlert("Are you sure?", content = "You have to be completely sure.")

errorAlert("Some scary message", ButtonType.HELP)