Results 441 - 460 of 1,243

GlobalEventHandlers.onblur

The onblur property returns the onBlur event handler code, if any, that exists on the current element.
API HTML DOM NeedsMarkupWork Property Reference

GlobalEventHandlers.onchange

The onchange property sets and returns the event handler for the change event.
API HTML DOM Property Reference Référence

GlobalEventHandlers.onclick

The onclick property returns the click event handler code on the current element.
API HTML DOM Property Reference Référence

GlobalEventHandlers.oncontextmenu

An event handler property for right-click events on the window. Unless the default behavior is prevented (see examples below on how to do this), the browser context menu will activate (though IE8 has a bug with this and will not activate the context menu if a contextmenu event handler is defined). Note that this event will occur with any non-disabled right-click event and does not depend on an element possessing the "contextmenu" attribute.
API HTML DOM Property Reference Référence

GlobalEventHandlers.ondragexit

The GlobalEventHandler.ondragexit property is an event handler for the dragexit event.
API DOM HTML drag and drop Reference

GlobalEventHandlers.onkeypress

The onkeypress property sets and returns the onKeyPress event handler code for the current element.
API HTML DOM NeedsMarkupWork Property Reference

GlobalEventHandlers.onmousedown

The onmousedown property returns the onmousedown event handler code on the current element.
API HTML DOM Property Reference Référence

GlobalEventHandlers.onmouseout

The onmouseout property returns the onMouseOut event handler code on the current element.
API HTML DOM NeedsExample Property Reference Référence

GlobalEventHandlers.onmouseup

The onmouseup property returns the onMouseUp event handler code on the current element.
API HTML DOM NeedsExample Property Reference