Searched refs:maxWidth (Results 1 - 7 of 7) sorted by relevance

/yui3/build/resize-constrain/
H A Dresize-constrain-debug.js28 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 Dresize-constrain.js26 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 DChartLegend.js173 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 DCartesianChartLegend.js61 * @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 Dcharts-legend-debug.js63 * @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 Dradial-tool.js75 maxWidth: 300,
/yui3/src/resize/tests/
H A Dresize-tests.js71 maxWidth: 400,

Completed in 86 milliseconds