Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLDialogElement.ev

HTMLDialogElement Events.

HTMLDialogElement Events.
raw docstring

cancelcljs

Event.

The cancel event fires on a <dialog> when the user instructs browser that they wish to dismiss the current open dialog. For the browser might fire this event when the user presses the Esc or clicks a "Close dialog" button which is part of the browser's

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/cancel_event

Event.

The cancel event fires on a `<dialog>` when the user instructs
browser that they wish to dismiss the current open dialog. For
the browser might fire this event when the user presses the Esc
or clicks a \"Close dialog\" button which is part of the browser's

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/cancel_event`
sourceraw docstring

closecljs

Event.

Fired when the dialog is closed. Also available via the onclose property.

Event.

Fired when the dialog is closed.
Also available via the onclose property.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close