tfp
Version:
A Web UI framework for TaskBuilder
38 lines (37 loc) • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
"name": "Label",
"comment": "文字标签",
"cssFiles": "style.{client}.{bgColorMode}.css",
"attrs": [{
"name": "value",
"comment": "组件文本",
"type": "String",
"notnull": true,
"default": "{id}"
}, {
"name": "dataBindingFormat",
"comment": "数据绑定格式",
"type": "String"
}],
"styles": ["size", "position", "font", "background", "border", "margin", "other"],
"defaultStyles": {
"height": "30px",
"line-height": "30px"
},
"events": [{
"name": "onClick",
"comment": "点击时"
}, {
"name": "onMouseOver",
"comment": "鼠标经过时"
}, {
"name": "onMouseOut",
"comment": "鼠标移出时"
}]
};
exports["default"] = _default;