The modal template widget.
Extends
- dijit/_WidgetBase
- dijit/_TemplatedMixin
Methods
-
hide()
-
Hides the ModalDialog in the dom.
- Source:
-
setHeaderTitle(title)
-
Sets the header title in the ModalDialog.
Parameters:
Name Type Description title
String The title to be set. - Source:
-
show()
-
Shows the ModalDialog in the dom.
- Source:
-
startup()
-
Called right after widget is added to the dom. See link for more information.
- Source:
- See: