Merge pull request #5142 from MaxPRafferty/add-selection-and-composition-events-on-reference-page

Add selection and composition events on reference page
(cherry picked from commit 37c71a6e1f)
This commit is contained in:
Jim
2015-10-12 15:15:46 -07:00
committed by Paul O’Shannessy
parent 8812c6b678
commit d69657bca4
+25
View File
@@ -82,6 +82,22 @@ DOMDataTransfer clipboardData
```
### Composition Events
Event names:
```
onCompositionEnd onCompositionStart onCompositionUpdate
```
Properties:
```javascript
string data
```
### Keyboard Events
Event names:
@@ -166,6 +182,15 @@ boolean shiftKey
```
### Selection events
Event names:
```
onSelect
```
### Touch events
Event names: