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.
2014-05-01 16:56:43 +02:00
Timothy Yung
1293d38f99
Merge pull request #754 from spicyj/over-and-out
...
Add onMouseOver and onMouseOut events
2014-01-06 10:28:54 -08:00
Ben Alpert
b282c3efd5
Add charCode/keyCode/which to key event docs
2014-01-05 21:24:17 -07:00
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.
2013-12-30 17:38:15 -07:00
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
2013-12-19 17:15:01 -05:00
Keito Uchiyama
c36b68e386
docs: Delete Mutation Events (onCharacterDOMModified)
2013-10-21 19:56:49 -07:00
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
2013-09-17 16:01:57 -07:00