📄 zptime-src.js
字号:
// $Id: zptime.js 6126 2007-01-31 12:53:59Z slip $/** * The Zapatec DHTML Time * * Copyright (c) 2004-2006 by Zapatec, Inc. * http://www.zapatec.com * 1700 MLK Way, Berkeley, California, * 94709, U.S.A. * All rights reserved. * * Time Widget * $$ * */Zapatec.timePath = Zapatec.getPath("Zapatec.TimeWidget");// Include required scriptsZapatec.Transport.include(Zapatec.zapatecPath + 'zpobjects.js');Zapatec.Transport.include(Zapatec.zapatecPath + 'button.js');Zapatec.Transport.include(Zapatec.zapatecPath + '../zpcal/src/calendar-date-core.js', "Zapatec.Calendar");Zapatec.Transport.include(Zapatec.zapatecPath + '../zpcal/src/calendar-core.js');Zapatec.Transport.include(Zapatec.zapatecPath + '../zpcal/lang/calendar-en.js');Zapatec.Transport.include(Zapatec.timePath + 'zptime-core.js', "Zapatec.Time");Zapatec.Transport.include(Zapatec.timePath + 'zptime-controlling.js', "Zapatec.Time");Zapatec.Transport.include(Zapatec.timePath + 'zptime-utils.js', "Zapatec.Time");Zapatec.Transport.include(Zapatec.timePath + 'zptime-states.js', "Zapatec.Time");Zapatec.Transport.include(Zapatec.timePath + 'zptime-setup.js', "Zapatec.Time");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -