dijit/_OnDijitClickMixin (version 1.10)

Summary

Deprecated. New code should access the dijit/a11yclick event directly, ex:

this.own(on(node, a11yclick, function(){ ... }));

Mixing in this class will make _WidgetBase.connect(node, "ondijitclick", ...) work. It also used to be necessary to make templates with ondijitclick work, but now you can just require dijit/a11yclick.

See the dijit/_OnDijitClickMixin reference documentation for more information.

Property Summary

  • a11yclickCustom press, release, and click synthetic events which trigger on a left mouse click, touch, or space/enter keyup.

Method Summary

Properties

a11yclick
Defined by: dijit/a11yclick

Custom press, release, and click synthetic events which trigger on a left mouse click, touch, or space/enter keyup.

Methods

connect(obj,event,method)
Parameter Type Description
obj undefined
event undefined
method undefined
Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!