Articles tagged: Selection API
Found 6 documents
- Web/API/GlobalEventHandlers/onselectionchange The GlobalEventHandlers.onselectionchange property represents the event handler that is called ...
- Web/API/GlobalEventHandlers/onselectstart The GlobalEventHandlers.onselectstart property represents the event handler that is called when ...
- Web/API/Selection_API To retrieve the current text range the user has selected, you can use the Window.getSelection() ...
- Web/API/Window/getSelection Returns a Selection object representing the range of text selected by the user or the current ...
- Web/Events/selectionchange The selectionchange event implements the Event interface. You can use the properties and methods ...
- Web/Events/selectstart The selectstart event implements the Event interface. You can use the properties and methods ...