dojox/editor/plugins/ToolbarLineBreak.js

  • Provides:

    • dojox.editor.plugins.ToolbarLineBreak
  • Requires:

    • dijit._Widget in common in project dijit
    • dijit._Templated in common in project dijit
    • dijit._editor._Plugin in common in project dijit
  • dojox.editor.plugins.ToolbarLineBreak

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • mixins:
      • dijit._Templated.prototype: (prototype)
    • summary
      A 'line break' between two `dijit.Toolbar` items so that very
      long toolbars can be organized a bit.
  • dojox.editor.plugins.ToolbarLineBreak.templateString

    • summary
  • dojox.editor.plugins.ToolbarLineBreak.postCreate

    • type
      Function
    • source: [view]
       postCreate: function(){ dojo.setSelectable(this.domNode, false);
    • summary
  • dojox.editor.plugins.ToolbarLineBreak.isFocusable

    • type
      Function
    • source: [view]
        return false;
    • summary
      This widget isn't focusable, so pass along that fact.
    • tags:
  • name

    • summary
  • o.plugin

    • summary
  • this.editor

    • summary
  • dojox.editor.plugins

    • type
      Object
    • summary
  • dojox.editor

    • type
      Object
    • summary
  • dojox

    • type
      Object
    • summary