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

📄 zptabs-src.js

📁 zapatec suite 最新版 20070204,非常棒的ajax widgets 工具包
💻 JS
字号:
// $Id: zptabs.js 7561 2007-07-16 21:06:11Z vkulov $/** * @fileoverview Zapatec Tabs widget. Include this file in your HTML page. * Includes base Zapatec Tabs modules and required auxiliary modules. * To extend Tabs with other features like Wizard 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 Tabs scripts. * @private */Zapatec.tabsPath = Zapatec.getPath('Zapatec.TabsWidget');// Include required scriptsZapatec.Transport.include(Zapatec.tabsPath  + '../lang/eng.js');Zapatec.Transport.include(Zapatec.zapatecPath + 'indicator.js', "Zapatec.Indicator");Zapatec.Transport.include(Zapatec.zapatecPath + 'pane.js', "Zapatec.Pane");Zapatec.Transport.include(Zapatec.tabsPath + 'zptabs-core.js', "Zapatec.Tabs");

⌨️ 快捷键说明

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