<contextmenu> Element
The <contextmenu> element creates a menu control containing context-sensitive menu items. The element can have the following child elements:
<menutitem>, <script>
The <contextmenu> element has the following attributes:
• id = ID
Identifies the control.
• name = CDATA
.
Can you give me a description of what name defines?
• showimages = true | false
Default is false. If true, images are displayed to the left of each menuitem with an image defined.
• withdraw = true | false
Default is false. If true, the control (and any children) is ignored and not displayed.