Commit e4986790 by 施晓雨

加入types

parent 4dc97673
...@@ -74,6 +74,8 @@ function cell (xpath, name="", type="", title="") { ...@@ -74,6 +74,8 @@ function cell (xpath, name="", type="", title="") {
this.name = name; this.name = name;
/**单元格取值类型, 文本,链接,元素路径(点击动作用)*/ /**单元格取值类型, 文本,链接,元素路径(点击动作用)*/
this.type = type; this.type = type;
/**当前单元格所具备的可以操作的类型集合 */
this.types = [];
/** 单元格在表上的表头信息*/ /** 单元格在表上的表头信息*/
this.title = title; this.title = title;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment