Mihai Parparita
751e21a58e
SyntheticEvent.timeStamp is a number, not a Date
Also makes the a few other attribute types use lowercase (primitive) naming, to be consistent.
10 years ago
Rafal Dittwald
373233c440
Update ref-05-events.md
use backticks and change example into its own sentence
10 years ago
Rafal Dittwald
d1fa368666
add note re: handling events in capture phase
10 years ago
Charles Marsh
8c2a734676
Fixed style and comment nits
11 years ago
Charles Marsh
9a59ebf752
Re-add with warning and monitorCodeUse
11 years ago
Charles Marsh
81edd2c527
Deprecate 'return false' in event handlers
11 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Andreas Svensson
69c6f91344
Normalize and polyfill KeyboardEvent further, also MouseEvent+TouchEvent
KeyboardEvent now normalizes "charCode", "keyCode", "which" across all browsers
KeyboardEvent has partial "key"-support for KeyDown/KeyUp and full "key"-support for KeyPress.
KeyboardEvent, MouseEvent and TouchEvent now has "getModifierState", polyfill when not implemented.
11 years ago
Ben Alpert
b282c3efd5
Add charCode/keyCode/which to key event docs
11 years ago
Ben Alpert
7b7fce2fb3
Add onMouseOver and onMouseOut events
Fixes #340 .
Test Plan:
Ported @danielstocks's jsfiddle (linked in the issue) to React and the hover effect worked properly.
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Keito Uchiyama
c36b68e386
docs: Delete Mutation Events (onCharacterDOMModified)
11 years ago
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
11 years ago