Options
Menu

Interface ConfirmDialogConfig

Configuration object for the ConfirmDialog directive

class

ConfirmDialogConfig

Index

Properties

cancelButtonText

cancelButtonText:

Sets the text used on the dialog's "Cancel" button

property

cancelButtonText

type

String

okButtonText

okButtonText:

Sets the text used on the dialogs "OK" button

property

okButtonText

type

String

onCancel

onCancel:

callback function that's called when the dialog has been cancelled

property

onCancel

type

String

onClose

onClose:

Callback function when the dialog has been closed either way

property

onClose

type

String

onOk

onOk:

Callback function that's called when the user has clicked "OK"

property

onOk

type

String

show

show:

Model used to open/close the dialog

property

hawtioConfirmDialog

type

String

showOkButton

showOkButton:

Whether to show the ok button

property

showOkButton

type

boolean

title

title:

Sets the title of the dialog

property

title

type

String

Generated using TypeDoc