嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
wijevcal日程计划日历源代码及使用实例
<!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 runat="server">
<title>Events calendar</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="%description%" />
<meta name="keywords" content="" />
<meta name="author" content="ComponentOne" />
<!-- *include -->
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.18.custom.min.js" type="text/javascript"></script>
<script src="js/globalize.min.js" type="text/javascript"></script>
<script src="js/globalize.cultures.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/jquery.wijmo-open.all.2.0.3.min.js" type="text/javascript"></script>
<script src="js/jquery.plugin.wijtextselection.js" type="text/javascript"></script>
<script src="js/jquery.wijmo.wijinputcore.js" type="text/javascript"></script>
<script src="js/jquery.wijmo.wijinputdate.js" type="text/javascript"></script>
<script src="js/amplify.core.min.js" type="text/javascript"></script>
<script src="js/amplify.request.min.js" type="text/javascript"></script>
<script src="js/amplify.store.min.js" type="text/javascript"></script>
<script src="js/jquery.wijmo.wijdatepager.js" type="text/javascript"></script>
<script src="js/jquery.wijmo.wijevcal.js" type="text/javascript"></script>
<link href="theme/jquery.wijmo-open.2.0.3.css" rel="stylesheet" type="text/css" />
<link href="theme/jquery-wijmo.css" rel="stylesheet" type="text/css" />
<link href="theme/jquery.wijmo.wijinput.css" rel="stylesheet" type="text/css" />
<link href="theme/jquery.wijmo.wijevcal.css" rel="stylesheet" type="text/css" />
<link href="theme/jquery.wijmo.wijdatepager.css" rel="stylesheet" type="text/css" />
<!-- * -->
<script type="text/javascript">
$(document).ready(function () {
$("#eventscalendar").wijevcal();
});
</script>
<style type="text/css">
#eventscalendar
{
width: 750px;
}
</style>
</head>
<body class="demo-single">
<div class="container">
<div class="header">
<h2>
Overview</h2>
<div id="log_label"></div>
</div>
<div class="main demo">
<!-- Begin demo markup -->
<div id="eventscalendar"></div>
<!-- End demo markup -->
<div class="demo-options">
<!-- Begin options markup -->
<!-- End options markup -->
</div>
</div>
<div class="footer demo-description">
<p>
This sample demonstrates the default <strong>wijevcal</strong> behavior.
</p>
<p>
The <strong>wijevcal</strong> widget is a fully functional schedule that allows users to add, edit, and manage their appointments.
</p>
<p>
By default the wijevcal uses an offline data source, so you can easily add this widget to your page without additional configuration.
</p>
</div>
</div>
</body>
</html>