dijit/MenuSeparator.js

  • Provides:

    • dijit.MenuSeparator
  • dijit.MenuSeparator

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
      • dijit._Contained: (call)
    • mixins:
      • dijit._Templated.prototype: (prototype)
      • dijit._Contained.prototype: (prototype)
    • summary
      A line between two menu items
  • dijit.MenuSeparator.templateString

    • summary
  • dijit.MenuSeparator.buildRendering

    • type
      Function
    • source: [view]
         this.inherited(arguments);
         dojo.setSelectable(this.domNode, false);
    • summary
  • dijit.MenuSeparator.isFocusable

    • type
      Function
    • source: [view]
         return false; // Boolean
    • summary
      Override to always return false
    • tags:
    • returns
      Boolean
  • dijit

    • type
      Object
    • summary