window-src.js

来自「zapatec suite 最新版 20070204,非常棒的ajax widg」· JavaScript 代码 · 共 36 行

JS
36
字号
// $Id: window.js 7621 2007-07-30 17:00:07Z vkulov $/** * The Zapatec DHTML Window * * Copyright (c) 2004-2006 by Zapatec, Inc. * http://www.zapatec.com * 1700 MLK Way, Berkeley, California, * 94709, U.S.A. * All rights reserved. * * Windows Widget * $$ * */Zapatec.windowPath = Zapatec.getPath("Zapatec.WindowWidget");// Include required scriptsZapatec.Transport.include(Zapatec.zapatecPath + 'button.js', "Zapatec.Button");Zapatec.Transport.include(Zapatec.zapatecPath + 'zpobjects.js');Zapatec.Transport.include(Zapatec.zapatecPath + 'dom.js');Zapatec.Transport.include(Zapatec.zapatecPath + 'movable.js', "Zapatec.Utils.Movable");Zapatec.Transport.include(Zapatec.zapatecPath + 'draggable.js', "Zapatec.Utils.Draggable");Zapatec.Transport.include(Zapatec.zapatecPath + 'sizable.js', "Zapatec.Utils.Sizable");Zapatec.Transport.include(Zapatec.zapatecPath + 'resizable.js', "Zapatec.Utils.Resizable");Zapatec.Transport.include(Zapatec.zapatecPath + 'indicator.js', "Zapatec.Indicator");Zapatec.Transport.include(Zapatec.zapatecPath + 'pane.js', "Zapatec.Pane");Zapatec.Transport.include(Zapatec.windowPath + '../lang/eng.js');Zapatec.Transport.include(Zapatec.windowPath + 'window-core.js', "Zapatec.Window");Zapatec.Transport.include(Zapatec.windowPath + 'window-setup.js');Zapatec.Transport.include(Zapatec.windowPath + 'window-globals.js');Zapatec.Transport.include(Zapatec.windowPath + 'window-states-modes.js');Zapatec.Transport.include(Zapatec.windowPath + 'window-controlling.js');Zapatec.Transport.include(Zapatec.windowPath + 'window-utils.js');

⌨️ 快捷键说明

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