ExmgFormDialog()

exmg-dialog-form

Dialog element useful to display forms and handle forms.

Extends

  • ExmgElement

Members

buttonCopy :String

Copy for submit button

hideCloseButton :Boolean

Hide close button ?

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()