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

/yui3/src/charts/js/
H A DCartesianChartLegend.js11 LEFT = "left",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
88 limit = width - (padding.left + padding.right),
89 left,
111 left = !isNaN(left) ? Math.min(left, legendWidth) : legendWidth;
115 node.setStyle("left", legendWidth + PX);
122 left: left,
[all...]
/yui3/src/anim/js/
H A Danim.js73 Y.Anim.RE_DEFAULT_UNIT = /^width|height|top|right|bottom|left|margin.*|padding.*|border.*$/i;
103 left: {
110 Y.Anim.behaviors.top = Y.Anim.behaviors.left;
434 * Calling run() will continue where it left off.
650 get = (attr === 'left') ? 'getX': 'getY',
651 set = (attr === 'left') ? 'setX': 'setY';

Completed in 24 milliseconds