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-keycodeclj/s

source

alt?clj/s

(alt? evt)

Returns true if the event has the alt key code.

Returns true if the event has the alt key code.
sourceraw docstring

ctrl-keycodeclj/s

source

ctrl?clj/s

(ctrl? evt)

Returns true if the event has the ctrl key code.

Returns true if the event has the ctrl key code.
sourceraw docstring

delete-keycodeclj/s

source

delete?clj/s

(delete? evt)

Returns true if the event has the delete key code.

Returns true if the event has the delete key code.
sourceraw docstring

down-arrow-keycodeclj/s

source

down-arrow?clj/s

(down-arrow? evt)

Returns true if the event has the down arrow key code.

Returns true if the event has the down arrow key code.
sourceraw docstring

end-keycodeclj/s

source

end?clj/s

(end? evt)

Returns true if the event has the end key code.

Returns true if the event has the end key code.
sourceraw docstring

enter-key?clj/s

(enter-key? evt)

Returns true if the event has the enter key code.

Returns true if the event has the enter key code.
sourceraw docstring

enter-keycodeclj/s

source

enter?clj/s

(enter? evt)

Returns true if the event has the enter key code.

Returns true if the event has the enter key code.
sourceraw docstring

escape-key?clj/s

(escape-key? evt)

Returns true if the event has the escape key code.

Returns true if the event has the escape key code.
sourceraw docstring

escape-keycodeclj/s

source

escape?clj/s

(escape? evt)

Returns true if the event has the escape key code.

Returns true if the event has the escape key code.
sourceraw docstring

F1-keycodeclj/s

source

F10-keycodeclj/s

source

F10?clj/s

(F10? evt)

Returns true if the event has the F10 key code.

Returns true if the event has the F10 key code.
sourceraw docstring

F11-keycodeclj/s

source

F11?clj/s

(F11? evt)

Returns true if the event has the F11 key code.

Returns true if the event has the F11 key code.
sourceraw docstring

F12-keycodeclj/s

source

F12?clj/s

(F12? evt)

Returns true if the event has the F12 key code.

Returns true if the event has the F12 key code.
sourceraw docstring

F1?clj/s

(F1? evt)

Returns true if the event has the F1 key code.

Returns true if the event has the F1 key code.
sourceraw docstring

F2-keycodeclj/s

source

F2?clj/s

(F2? evt)

Returns true if the event has the F2 key code.

Returns true if the event has the F2 key code.
sourceraw docstring

F3-keycodeclj/s

source

F3?clj/s

(F3? evt)

Returns true if the event has the F3 key code.

Returns true if the event has the F3 key code.
sourceraw docstring

F4-keycodeclj/s

source

F4?clj/s

(F4? evt)

Returns true if the event has the F4 key code.

Returns true if the event has the F4 key code.
sourceraw docstring

F5-keycodeclj/s

source

F5?clj/s

(F5? evt)

Returns true if the event has the F5 key code.

Returns true if the event has the F5 key code.
sourceraw docstring

F6-keycodeclj/s

source

F6?clj/s

(F6? evt)

Returns true if the event has the F6 key code.

Returns true if the event has the F6 key code.
sourceraw docstring

F7-keycodeclj/s

source

F7?clj/s

(F7? evt)

Returns true if the event has the F7 key code.

Returns true if the event has the F7 key code.
sourceraw docstring

F8-keycodeclj/s

source

F8?clj/s

(F8? evt)

Returns true if the event has the F8 key code.

Returns true if the event has the F8 key code.
sourceraw docstring

F9-keycodeclj/s

source

F9?clj/s

(F9? evt)

Returns true if the event has the F9 key code.

Returns true if the event has the F9 key code.
sourceraw docstring

home-keycodeclj/s

source

home?clj/s

(home? evt)

Returns true if the event has the home key code.

Returns true if the event has the home key code.
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-keycodeclj/s

source

left-arrow?clj/s

(left-arrow? evt)

Returns true if the event has the left arrow key code.

Returns true if the event has the left arrow key code.
sourceraw docstring

page-down-keycodeclj/s

source

page-down?clj/s

(page-down? evt)

Returns true if the event has the page down key code.

Returns true if the event has the page down key code.
sourceraw docstring

page-up-keycodeclj/s

source

page-up?clj/s

(page-up? evt)

Returns true if the event has the page up key code.

Returns true if the event has the page up key code.
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-keycodeclj/s

source

right-arrow?clj/s

(right-arrow? evt)

Returns true if the event has the right arrow key code.

Returns true if the event has the right arrow key code.
sourceraw docstring

shift-keycodeclj/s

source

shift?clj/s

(shift? evt)

Returns true if the event has the shift key code.

Returns true if the event has the shift key code.
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-keycodeclj/s

source

tab?clj/s

(tab? evt)

Returns true if the event has the tab key code.

Returns true if the event has the tab key code.
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-keycodeclj/s

source

up-arrow?clj/s

(up-arrow? evt)

Returns true if the event has the up arrow key code.

Returns true if the event has the up arrow key code.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close