DMXzone Calendar Support Product Page
This topic was archived
DMX Calendar and Thickbox
Reported 26 Jan 2009 03:10:27
1
has this problem
26 Jan 2009 03:10:27 phil osullivan posted:
Im displaying a dmxcalendar that is inside a layer (displayed using thickbox) when the layer is displayed, i get no response when clicking the calendar button on the dmxcalendar.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/dmxCalendar/dmxCalendar.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxCalendar/datepicker.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css" media="all">
@import "thickbox.css";
</style>
<script src="thickbox.js" type="text/javascript"></script>
<script type="text/javascript" src="p7tp/p7tpscripts.js"></script>
</head>
<body>
<a href="#TB_inline?height=500&width=500&inlineId=myOnPageContent" title="Title" class="thickbox">Show hidden modal content.</a>
<p>
<div id="myOnPageContent" style="visibility:hidden">
<p align="center">
<input type="text" id="dmxCalendar_1" name="dmxCalendar_1" readonly="readonly" />
<script type="text/javascript">
// <![CDATA[
$(function() {$('#dmxCalendar_1').datepicker({
showAnim : "slide",
showOptions :
{
easing : "easeOutBounce",
direction : "up",
mode : "show"
},
skin : "datepicker",
duration : "slow",
dateFormat : "M d, yy",
showStatus : true,
numberOfMonths : [1,1],
showOn : "both",
buttonImage : "Styles/dmxCalendar/calendar_icon.gif",
buttonImageOnly : true
});})
// ]]>
</script></p>
</div>
</body>
</html>
Replies
Replied 28 Jan 2009 11:45:29
28 Jan 2009 11:45:29 Miroslav Zografski replied:
Hi Phil,
Please, create a test page so we can investigate that issue in greater details. We do not have a copy from Thick Box extension you are using with the Calendar.
Regards
Please, create a test page so we can investigate that issue in greater details. We do not have a copy from Thick Box extension you are using with the Calendar.
Regards
