ExmgConfirmDialog()

exmg-dialog-confirm

Dialog element useful for confirmation prompts.

new ExmgConfirmDialog()

Extends

  • ExmgElement

Members

buttonCopy :String

Copy for submit button

hasSlotContent :Boolean

Determine if a slot needs to be used or show the message

hideCloseButton :Boolean

Hide close button ?

message :String

Dialog message to display as confirmation question. Alternative would be to just add a slot body including a message.

submitting :Boolean

Indicator if submit is in progress This boolean will display the progress bar at the bottom of the dialog

title :String

Title of the dialog

Methods

close()

Closes the dialog node

done()

Reset and close the dialog

error()

Deprecated:
  • handleError method should be used

handleError(errorMessage)

Dialog error handler

Parameters:
Name Type Description
errorMessage

open()

Opens the dialog node

protected render()