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

📄 vdividedbox.lib.js

📁 asp的bbs程序
💻 JS
字号:
/*
  By Hangring
  #2008.03.05#
  ---
  use list:
  > global.lib.js
  > node.lib.js
  > events.lib.js
  ---
  垂直分隔区块
*/

function VDividedBox () {
    // container
    this.container = null;

    // the number of dividers.
    this.num = 1;

    this.childs = [];

    this.css = {};
}

VDividedBox.prototype.Init = function () {
};

VDibidedBox.prototype.Create = function () {
    var c = this.container = oNode.CreateNode('div');

    return c;
};

VDibidedBox.prototype.SetSize = function (w, h) {
};
VDibidedBox.prototype.SetSizeW = function (w) {
};
VDibidedBox.prototype.SetSizeH = function (h) {
};

VDibidedBox.prototype.Resize = function () {
};

⌨️ 快捷键说明

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