In the example that I’ve attached, by default, the calendar popup appears to display only within the cell from which it was launched. I cannot figure-out how to make the calendar popup appear above all cells.
Thank you for your help. Here’s the code sample below. For whatever reason (javascript?) I could not upload this sample because your forum software thought it was a “possible attack vector”.
The only thing you’ll need to change below would be the relative paths for the css, .js and .gif images. I am using IE8 in compatibility mode and DHTMLX Suite 2.5 Professional.
[code]<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1”
pageEncoding=“ISO-8859-1”%>
<script src="../../../common/dhtmlx/dhtmlxLayout/codebase/dhtmlxcommon.js"></script>
<script src="../../../common/dhtmlx/dhtmlxLayout/codebase/dhtmlxcontainer.js"></script>
<script src="../../../common/dhtmlx/dhtmlxLayout/codebase/dhtmlxlayout.js"></script>
<script src="../../../common/dhtmlx/dhtmlxCalendar/codebase/dhtmlxcalendar.js"></script>
.dhtmlxcalendar {
z-index:2000;
}
The layout divs, tds, trs below for the calendar were copied verbatum from
the DHTMLX Calendar example 07_calendar_sensisitivity.html. There is one
problem that I can't solve.
|
DHTMLX Example: |
|