⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calendar-src.js

📁 zapatec suite 最新版 20070204,非常棒的ajax widgets 工具包
💻 JS
字号:
/** * $Id: calendar.js 4512 2006-09-21 11:49:50Z slip $ * @fileoverview Zapatec Calendar widget. Include this file in your HTML page. * Includes Zapatec Calendar modules: calendar-core.js, calendar-date-core.js, calendar-setup.js. * * <pre> * Copyright (c) 2004-2006 by Zapatec, Inc. * http://www.zapatec.com * 1700 MLK Way, Berkeley, California, * 94709, U.S.A. * All rights reserved. * </pre> *//** * @private Get path to this script */if (!window.Zapatec || (Zapatec && !Zapatec.include)) {	alert("You need to include zapatec.js file!");} else {	Zapatec.calendarPath = Zapatec.getPath("Zapatec.CalendarWidget");		// Include required scripts	Zapatec.Transport.include(Zapatec.calendarPath + 'calendar-core.js', "Zapatec.Calendar");	Zapatec.Transport.include(Zapatec.calendarPath + 'calendar-date-core.js');	Zapatec.Transport.include(Zapatec.calendarPath + 'calendar-setup.js');}window.calendar = null;		/**< global object that remembers the calendar */// initialize the preferences object;// embed it in a try/catch so we don't have any surprisestry {	Zapatec.Calendar.loadPrefs();} catch(e) {};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -