Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/PopupMenuItem.js

  • Provides:

    • dijit.PopupMenuItem
  • Requires:

    • dijit.MenuItem in common
  • dijit.PopupMenuItem

    • type
      Function
    • chains:
      • dijit.MenuItem: (prototype)
      • dijit.MenuItem: (call)
  • dijit.PopupMenuItem._fillContent

    • summary
      When Menu is declared in markup, this code gets the menu label and
      the popup widget from the srcNodeRef.
    • description
      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
    • example
      	<div dojoType="dijit.PopupMenuItem">
      		<span>pick me</span>
      		<popup> ... </popup>
      	</div>
    • tags:
    • type
      Function
  • dijit.PopupMenuItem.dropDownContainer

  • dijit.PopupMenuItem.startup

    • type
      Function
  • dijit.PopupMenuItem.popup

    • type
      Object
  • dijit.PopupMenuItem.popup.domNode.style.display

    • type
      String
  • dijit.PopupMenuItem.destroyDescendants

    • type
      Function
  • dijit

    • type
      Object