dijit.typematic
dojo.require("dijit");
defined in dijit/_base/typematic.js
These functions are used to repetitively call a user specified callback method when a specific key or mouse click over a specific DOM node is held down for a specific amount of time. Only 1 such event is allowed to occur on the browser page at 1 time.
ConstructorsBack to top
Stop an ongoing timed, repeating callback sequence.

Start a timed, repeating callback sequence. If already started, the function call is ignored. This method is not normally called by the user but can be when the normal listener code is insufficient. Parameters:
FunctionsBack to top

Start listening for a specific typematic key.