/** * 日历类 (调用方法查看最下方) * @version 3 * @author skey_chen 2009-12-01 10:20 * @email skey_chen@163.com */ //配置信息 var __WebCalendarConfig__ = { //当前js被引用的src目录地址 contentPath:"" + document.getElementsByTagName("script")[document.getElementsByTagName("script").length - 1].src.substring(0, document.getElementsByTagName("script")[document.getElementsByTagName("script").length - 1].src.lastIndexOf("/") + 1), //皮肤列表,其中name值为皮肤文件夹名称 skinList:[ {name:"default"},//必须存在default {name:"gray"}, {name:"lightGreen"} ] }; //加载所有皮肤 if(true) { var _headList = document.getElementsByTagName("head"); for(var i = 0; i < __WebCalendarConfig__.skinList.length; i++) { var fileUrl = __WebCalendarConfig__.contentPath + "skin/" + __WebCalendarConfig__.skinList[i].name + "/WebCalendar.css"; /* if(i == 0) {
- 粉丝: 1
- 资源: 5
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
前往页