Function
Function
When Menu is declared in markup, this code gets the menu label and the popup widget from the srcNodeRef.
srcNodeRefinnerHTML contains both the menu item text and a popup widget The first part holds the menu item text and the second part is the popup
<div dojoType="dijit.PopupMenuItem"> <span>pick me</span> <popup> ... </popup> </div>
Function
Function
Object