Searched refs:pixelHeight (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dpopup.js281 l.style.pixelHeight = proto.menuItemHeight;
282 if (i>0) l.style.pixelTop = container.document.all["menuItem" + (menuCount -1)].style.pixelTop + container.document.all["menuItem" + (menuCount -1)].style.pixelHeight + proto.menuItemBorder;
298 childItem.style.pixelTop = (l.style.pixelHeight /2) -4;
317 proto.menuHeight = (l.style.pixelTop + l.style.pixelHeight);
319 lite.style.pixelHeight = proto.menuHeight +2;
323 body.style.pixelHeight = proto.menuHeight + 1;
327 container.menus[x].menuLayer.style.pixelHeight = proto.menuHeight + (proto.menuBorder * 2) +2;
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dpopup.js281 l.style.pixelHeight = proto.menuItemHeight;
282 if (i>0) l.style.pixelTop = container.document.all["menuItem" + (menuCount -1)].style.pixelTop + container.document.all["menuItem" + (menuCount -1)].style.pixelHeight + proto.menuItemBorder;
298 childItem.style.pixelTop = (l.style.pixelHeight /2) -4;
317 proto.menuHeight = (l.style.pixelTop + l.style.pixelHeight);
319 lite.style.pixelHeight = proto.menuHeight +2;
323 body.style.pixelHeight = proto.menuHeight + 1;
327 container.menus[x].menuLayer.style.pixelHeight = proto.menuHeight + (proto.menuBorder * 2) +2;

Completed in 24 milliseconds