tabnavigator.lib.js
来自「asp的bbs程序」· JavaScript 代码 · 共 27 行
JS
27 行
/*
By Hangring
#2007.12.27#
---
use list:
> global.lib.js
> node.lib.js
> event.lib.js
---
标签页
*/
function TabNavigator () {
this.container = null;
}
TabNavigator.prototype.Init = function () {
};
TabNavigator.prototype.Create = function () {
var container = this.container = oNode.CreateNode('div');
return container;
};
TabNavigator.prototype._o_ = function () {
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?