HTML DOM Menu Object






<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->



HTML DOM Menu Object



❮ Previous
Next ❯



Menu Object


The Menu object represents an HTML <menu> element.


Note: The <menu> element is currently
NOT supported in any of the major browsers.


Access a Menu Object


You can access a <menu> element by using getElementById():




var x = document.getElementById("myMenu");



Create a Menu Object


You can create a <menu> element by using the document.createElement() method:




var x = document.createElement("MENU");



Menu Object Properties















Property Description
label Sets or returns the value of the label attribute of the menu
type Sets or returns the value of the type attribute of the menu

Standard Properties and Events


The Menu object also supports the standard properties and events.




Related Pages


HTML reference: HTML <menu> tag





❮ Previous
Next ❯

Popular posts from this blog

Python Lists

Aion

JavaScript Array Iteration Methods