Searched refs:maxWidth (Results 1 - 7 of 7) sorted by relevance
| /yui3/build/resize-constrain/ |
| H A D | resize-constrain-debug.js | 28 MAX_WIDTH = 'maxWidth', 124 * @attribute maxWidth 128 maxWidth: { 369 * to respect the maxWidth and minWidth. 378 maxWidth = (instance.get(MAX_WIDTH) + host.totalHSurrounding), 387 if (info.offsetWidth > maxWidth) { 388 host._checkSize(OFFSET_WIDTH, maxWidth);
|
| /yui3/src/resize/js/ |
| H A D | resize-constrain.js | 26 MAX_WIDTH = 'maxWidth', 122 * @attribute maxWidth 126 maxWidth: { 367 * to respect the maxWidth and minWidth. 376 maxWidth = (instance.get(MAX_WIDTH) + host.totalHSurrounding), 385 if (info.offsetWidth > maxWidth) { 386 host._checkSize(OFFSET_WIDTH, maxWidth);
|
| /yui3/src/charts/js/ |
| H A D | ChartLegend.js | 173 maxWidth = 0, 208 maxWidth = Math.max(maxWidth, itemWidth); 235 maxWidth = Math.max(maxWidth, itemWidth); 250 layout._positionLegendItems.apply(this, [items, maxWidth, maxHeight, totalWidth, totalHeight, padding, hSpacing, vSpacing, hAlign, vAlign]);
|
| H A D | CartesianChartLegend.js | 61 * @param {Number} maxWidth The width of the largest item in the legend. 72 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign) 220 * @param {Number} maxWidth The width of the largest item in the legend. 231 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign)
|
| /yui3/build/charts-legend/ |
| H A D | charts-legend-debug.js | 63 * @param {Number} maxWidth The width of the largest item in the legend. 74 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign) 222 * @param {Number} maxWidth The width of the largest item in the legend. 233 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign) 1045 maxWidth = 0, 1080 maxWidth = Math.max(maxWidth, itemWidth); 1107 maxWidth = Math.max(maxWidth, itemWidth); 1122 layout._positionLegendItems.apply(this, [items, maxWidth, maxHeigh [all...] |
| /yui3/src/graphics/docs/assets/js/ |
| H A D | radial-tool.js | 75 maxWidth: 300,
|
| /yui3/src/resize/tests/ |
| H A D | resize-tests.js | 71 maxWidth: 400,
|
Completed in 12 milliseconds