📄 paneset-setup.js
字号:
//$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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -