Search completed in 1.29 seconds.
4 results for "element.contextmenu":
HTMLElement.contextMenu - Web APIs
WebAPIHTMLElementcontextMenu
the htmlelement.contextmenu property refers to the context menu assigned to an element using the contextmenu attribute.
... syntax var elementcontextmenu = element.contextmenu; example var contextmenu = document.getelementbyid("element").contextmenu; // change the label of the first menu entry contextmenu.firstelementchild.label = "new label"; ...
HTMLElement - Web APIs
WebAPIHTMLElement
htmlelement.contextmenu is a htmlmenuelement representing the contextual menu associated with the element.
Index - Web APIs
WebAPIIndex
1620 htmlelement.contextmenu api, deprecated, element, html, html dom, property, reference, ux no summary!
Movement, orientation, and motion: A WebXR example - Web APIs
WebAPIWebXR Device APIMovement and motion
next, we add event handlers for the mousemove and element.contextmenu_event, but only if the allowmouserotation constant is true.