ModalForm

ModalForm

An interface for controlling a modal form.

Members

close :boolean

Close the form

Type:
  • boolean
Fires:
  • ModalForm#event:close

destroy :void

Destroy the form, rendering it un-openable and removing it from the DOM.

Type:
  • void

open :boolean

Open the form

Type:
  • boolean
Fires:
  • ModalForm#event:open