Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.dom.events

Utility functions for working with low-level synthetic js events on the DOM

Utility functions for working with low-level synthetic js events on the DOM
raw docstring

alt?clj/s

(alt? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

ctrl?clj/s

(ctrl? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

delete?clj/s

(delete? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

down-arrow?clj/s

(down-arrow? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

end?clj/s

(end? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

enter-key?clj/s

(enter-key? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

enter?clj/s

(enter? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

escape-key?clj/s

(escape-key? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

escape?clj/s

(escape? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F10?clj/s

(F10? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F11?clj/s

(F11? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F12?clj/s

(F12? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F1?clj/s

(F1? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F2?clj/s

(F2? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F3?clj/s

(F3? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F4?clj/s

(F4? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F5?clj/s

(F5? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F6?clj/s

(F6? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F7?clj/s

(F7? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F8?clj/s

(F8? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

F9?clj/s

(F9? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

home?clj/s

(home? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

is-key?clj/s

(is-key? code evt)

Is the given key code on the given event?

Is the given key code on the given event?
sourceraw docstring

left-arrow?clj/s

(left-arrow? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

page-down?clj/s

(page-down? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

page-up?clj/s

(page-up? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

prevent-default!clj/s

(prevent-default! evt)

Calls .preventDefault on the given event. Safe to use in CLJC files.

Calls .preventDefault on the given event. Safe to use in CLJC files.
sourceraw docstring

right-arrow?clj/s

(right-arrow? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

shift?clj/s

(shift? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

stop-propagation!clj/s

(stop-propagation! evt)

Calls .stopPropagation on the given event. Safe to use in CLJC files.

Calls .stopPropagation on the given event. Safe to use in CLJC files.
sourceraw docstring

tab?clj/s

(tab? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

target-valueclj/s

(target-value evt)

Returns the event #js evt.target.value. Safe to use in CLJC.

Returns the event #js evt.target.value. Safe to use in CLJC.
sourceraw docstring

up-arrow?clj/s

(up-arrow? evt)

Returns true if the event has the keyCode of the function name.

Returns true if the event has the keyCode of the function name.
sourceraw docstring

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

× close