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/CheckedMenuItem.js

  • Provides:

    • dijit.CheckedMenuItem
  • Requires:

    • dijit.MenuItem in common
  • dijit.CheckedMenuItem

    • type
      Function
    • chains:
      • dijit.MenuItem: (prototype)
      • dijit.MenuItem: (call)
    • summary
      A checkbox-like menu item for toggling on and off
  • dijit.CheckedMenuItem.templateString

    • type
      Object
  • dijit.CheckedMenuItem.checked

    • type
      Boolean
    • summary
      Our checked state
  • dijit.CheckedMenuItem._setCheckedAttr

    • parameters:
      • checked: (typeof Boolean)
    • summary
      Hook so attr('checked', bool) works.
      Sets the class and state for the check box.
    • type
      Function
  • dijit.CheckedMenuItem.onChange

    • parameters:
      • checked: (typeof Boolean)
    • summary
      User defined function to handle check/uncheck events
    • tags: callback
    • type
      Function
  • dijit.CheckedMenuItem._onClick

    • parameters:
      • e: (typeof Event)
    • summary
      Clicking this item just toggles its state
    • tags:
    • type
      Function
  • dijit

    • type
      Object