dojox/sketch/_Plugin (version 1.10)

Summary

This represents a "plugin" to the dojox.sketch.Figure, which is basically a single button on the Toolbar and some associated code

Usage

var foo = new _Plugin(args);
dojox/sketch/_Plugin
Parameter Type Description
args Object
Optional

Property Summary

Method Summary

Event Summary

Properties

button
Defined by: dojox/sketch/_Plugin
figure
Defined by: dojox/sketch/_Plugin
iconClassPrefix
Defined by: dojox/sketch/_Plugin
itemGroup
Defined by: dojox/sketch/_Plugin
queryCommand
Defined by: dojox/sketch/_Plugin
shape
Defined by: dojox/sketch/_Plugin
useDefaultCommand
Defined by: dojox/sketch/_Plugin

Methods

_initButton()
activate(e)
Parameter Type Description
e undefined
Optional
attr(name,value)
Parameter Type Description
name undefined
value undefined
Optional
Returns:undefined
buttonClass()
connect(o,f,tf)
Parameter Type Description
o undefined
f undefined
tf undefined
destroy(f)
Parameter Type Description
f undefined
setFigure(figure)
Parameter Type Description
figure dijit/_Widget
setToolbar(toolbar)
Parameter Type Description
toolbar dijit/_Widget

Events

onActivate()
Defined by: dojox/sketch/_Plugin
onMouseDown(e)
Defined by: dojox/sketch/_Plugin
Parameter Type Description
e undefined
onMouseMove(e)
Defined by: dojox/sketch/_Plugin
Parameter Type Description
e undefined
onMouseUp(e)
Defined by: dojox/sketch/_Plugin
Parameter Type Description
e undefined
Error in the documentation? Can’t find what you are looking for? Let us know!