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

dojox/drawing/tools/custom/Vector.js

  • Provides:

    • dojox.drawing.tools.custom.Vector
  • Requires:

    • dojox.drawing.tools.Arrow in common
    • dojox.drawing.util.positioning in common
  • dojox.drawing.tools.custom.Vector

    • type
      Object
  • dojox.drawing.tools.custom.Vector.setup

    • summary
      See stencil._Base ToolsSetup
    • type
      Object
  • dojox.drawing.tools.custom.Vector.setup.name

    • type
      String
  • dojox.drawing.tools.custom.Vector.setup.tooltip

    • type
      String
  • dojox.drawing.tools.custom.Vector.setup.iconClass

    • type
      String
  • dojox.drawing.tools.custom.Vector.setup.secondary

    • summary
      Creates a secondary tool for the Vector Stencil.
    • description
      See Toolbar.js makeButtons function.  The toolbar
      checks Vector.setup for a secondary tool and requires
      name, label, and funct.  Currently it doesn't accept icon
      and only uses text from label for the button.  Funct is the
      function that fires when the button is clicked.
      
      Setup and postSetup are optional
      and allow tool specific functions to be added to the
      Toolbar object as if they were written there.
    • type
      Object
  • dojox.drawing.tools.custom.Vector.setup.secondary.name

    • type
      String
  • dojox.drawing.tools.custom.Vector.setup.secondary.label

    • type
      String
  • dojox.drawing.tools.custom.Vector.setup.secondary.funct

    • parameters:
      • button
    • type
      Function
  • dojox.drawing.tools.custom.Vector.setup.secondary.funct.drawing.stencils.selectedStencils

  • dojox.drawing.tools.custom.Vector.setup.secondary.setup

    • summary
      All functions, variables and connections defined here
      are treated as if they were added directly to toolbar.
      They are included with the tool because secondary buttons
      are tool specific.
    • type
      Function
  • dojox.drawing.tools.custom.Vector.setup.secondary.setup.zSelect

    • parameters:
      • button
    • type
      Function
  • dojox.drawing.tools.custom.Vector.setup.secondary.setup.zSelected

    • type
      Object
  • dojox.drawing.tools.custom.Vector.setup.secondary.setup.zDeselect

    • parameters:
      • button
    • type
      Function
  • dojox.drawing.tools.custom.Vector.setup.secondary.setup.vectorTest

    • type
      Function
  • dojox.drawing.tools.custom.Vector.setup.secondary.postSetup

    • parameters:
      • btn
    • summary
      Depending on the secondary tool, it may need
      extra functionality for some of the basic functions.
      Post is passed the button so those connections can
      be made.
    • type
      Function
  • dojox.drawing.tools.custom

    • type
      Object
  • dojox.drawing.tools

    • type
      Object
  • dojox.drawing

    • type
      Object
  • dojox

    • type
      Object