zpeditor-src.js

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

JS
29
字号
// $Id: zpeditor-src.js/** * @fileoverview Zapatec Editor widget. Include this file in your HTML page. * Includes base Zapatec Editor modules and required auxiliary modules. * To extend Editor with other features like Color or Character chooser * include respective modules manually in your HTML page. * * <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> *//** * Path to Zapatec Editor scripts. * @private */Zapatec.editorPath = Zapatec.getPath('Zapatec.EditorWidget');// Include required scriptsZapatec.Transport.include(Zapatec.zapatecPath + "button.js", "Zapatec.Button");Zapatec.Transport.include(Zapatec.zapatecPath + "pane.js", "Zapatec.Pane");Zapatec.Transport.include(Zapatec.editorPath + '../lang/eng.js');Zapatec.Transport.include(Zapatec.editorPath + "zpeditor-core.js", "Zapatec.MinimalEditor");

⌨️ 快捷键说明

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