ZCell 创建智表对象

方法:

ZCelloutcontainer

功能描述:

通过New一个实例,创建一个新的智表对象。严格来讲这个不算是方法,为了统一放在一起说明。

参数:

outcontainer   外部容器

样例:

id=”cellContainer”DIV里创建一个ZCELL对象
var zcell1 = new ZCell(document.getElementById("cellContainer"));