/org/richfaces/renderkit/html/css/modalPanel.xcss
new org.ajax4jsf.javascript.PrototypeScript(),
/org/richfaces/renderkit/html/scripts/utils.js,
/org/richfaces/renderkit/html/scripts/browser_info.js,
/org/richfaces/renderkit/html/scripts/modalPanel.js,
/org/richfaces/renderkit/html/scripts/modalPanelBorders.js
0 ? width : 1) + "px;";
tableStyle += "height: " + (height > 0 ? height : 1) + "px;";
divClass = "";
} else {
tableStyle = "height: 100%; width: 100%;";
/*
overflow: hidden;
*/
divClass = "rich-mpnl-ovf-hd";
if (component.isTrimOverlayedElements()) {
/*
position: relative;
z-index: 0;
*/
divClass += " rich-mpnl-trim";
}
}
]]>