tfp
Version:
A Web UI framework for TaskBuilder
63 lines (62 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
"name": "GridDataRow",
"comment": "数据表格行",
"attrs": [{
"name": "height",
"comment": "行高",
"type": "Int",
"default": 60
}],
"styles": ["background", "border", "margin", "other"],
"defaultStyles": {
"position": "absolute",
"top": "0",
"left": "10px",
"right": "10px",
"height": "60px",
"border": "1px solid #cccccc",
"border-radius": "10px"
},
"events": [{
"name": "onClick",
"comment": "点击时"
}, {
"name": "onMouseOver",
"comment": "鼠标经过时"
}, {
"name": "onMouseOut",
"comment": "鼠标移出时"
}, {
"name": "beforeBindingData",
"comment": "绑定数据前",
"isNotHtmlEvent": true,
"args": [{
"name": "rowIndex",
"comment": "行索引",
"type": "Int"
}, {
"name": "rowData",
"comment": "行数据",
"type": "Object"
}]
}, {
"name": "afterBindingData",
"comment": "绑定数据后",
"isNotHtmlEvent": true,
"args": [{
"name": "rowIndex",
"comment": "行索引",
"type": "Int"
}, {
"name": "rowData",
"comment": "行数据",
"type": "Object"
}]
}]
};
exports["default"] = _default;