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

/yui3/build/dom-style-ie/
H A Ddom-style-ie-debug.js17 HEIGHT = 'height',
64 height: ['Top', 'Bottom'],
253 Y.config.doc.createElement('div').style.height = '-1px';
255 Y.DOM.CUSTOM_STYLES.height = {
259 style.height = val;
261 Y.log('invalid style value for height: ' + val, 'warn', 'dom-style');
/yui3/src/dom/js/
H A Ddom-style-ie.js15 HEIGHT = 'height',
62 height: ['Top', 'Bottom'],
251 Y.config.doc.createElement('div').style.height = '-1px';
253 Y.DOM.CUSTOM_STYLES.height = {
257 style.height = val;
259 Y.log('invalid style value for height: ' + val, 'warn', 'dom-style');
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js7252 * @param {String|Number} size The pixel height to size to
7260 * Sets the height of the element to the given size, regardless
7264 * @param {String|Number} size The pixel height to size to
7268 Y.DOM._setSize(node, 'height', size);
7276 size = (prop === 'height') ? node.offsetHeight : node.offsetWidth;
7327 re_unit = /width|height|top|left|right|bottom|margin|padding/i;
7635 HEIGHT = 'height',
7682 height: ['Top', 'Bottom'],
7871 Y.config.doc.createElement('div').style.height = '-1px';
7873 Y.DOM.CUSTOM_STYLES.height
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js7252 * @param {String|Number} size The pixel height to size to
7260 * Sets the height of the element to the given size, regardless
7264 * @param {String|Number} size The pixel height to size to
7268 Y.DOM._setSize(node, 'height', size);
7276 size = (prop === 'height') ? node.offsetHeight : node.offsetWidth;
7327 re_unit = /width|height|top|left|right|bottom|margin|padding/i;
7635 HEIGHT = 'height',
7682 height: ['Top', 'Bottom'],
7871 Y.config.doc.createElement('div').style.height = '-1px';
7873 Y.DOM.CUSTOM_STYLES.height
[all...]

Completed in 1443 milliseconds