Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GlobalEventHandlers.onselectstart

Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.

La propiedad GlobalEventHandlers.onselectstart representa el manejador de evento que es invocado cuando un evento selectstart alcanza el objeto.

Sintaxis

obj.onselectstart = function;
  • function es el nombre de una función definida por el usuario, sin el sufijo () ni ningún parámetro, o una declaración de función anónima.

Ejemplo

document.onselectstart = function() { console.log("¡Selección iniciada!"); }; 

Especificaciones

Especificación Estado Observaciones
Selection API
The definition of 'GlobalEventHandlers.onselectstart' in that specification.
Working Draft Definición inicial

Compatibilidad con navegadores

Prestación Firefox (Gecko) Chrome Internet Explorer Opera Safari
Soporte básico 43 (43)[1] ? ? ? ?
Feature Firefox Mobile (Gecko) Android IE Mobile Opera Mobile Safari Mobile
onselectionchange 43.0 (43)[1] ? ? ? ?

[1] Esto está implementado subordinado a la preferencia dom.select_events.enabled, que por defecto es false, excepto en las versiones Nightly.

Ver también

Etiquetas y colaboradores del documento

 Colaboradores en esta página: Grijander81
 Última actualización por: Grijander81,