paneset-setup.js

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

JS
16
字号
//$Id: paneset-setup.js 4632 2006-10-04 14:53:21Z slip $/** * PaneSet setup function. This function sets up the PaneSet object for * the end user. *  * It gathers some mostly common routines when seting up the PaneSet object on your page. * * @param config [object] - all parameters are passed as the properties of this object. Many of them are  * the same as for the constructor. */Zapatec.PaneSet.setup = function(config) {	var paneSet = new Zapatec.PaneSet(config);	paneSet.prepareHtml();	paneSet.create();	return paneSet;};

⌨️ 快捷键说明

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