Searched defs:Dial (Results 1 - 1 of 1) sorted by relevance

/yui3/src/dial/js/
H A DDial.js20 * series of intermediate states based on the position of the Dial's handle.
24 * @class Dial
29 function Dial(config) { function
30 Dial.superclass.constructor.apply(this, arguments);
33 // Y.Dial static properties
45 Dial.NAME = "dial";
56 Dial.ATTRS = {
96 * Dial sets the pixel dimension of the handle equal to handleDiameter * diameter.
110 * Dial sets the pixel dimension of the marker equal to markerDiameter * diameter.
124 * Dial set
[all...]

Completed in 318 milliseconds