tfp
Version:
A Web UI framework for TaskBuilder
34 lines • 776 B
JavaScript
export default {
"name": "Pre",
"comment": "文本段落",
"cssFiles": "style.{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": {
"white-space": "pre-wrap",
"line-height": "150%"
},
"events": [{
"name": "onClick",
"comment": "点击时"
}, {
"name": "onMouseOver",
"comment": "鼠标经过时"
}, {
"name": "onMouseOut",
"comment": "鼠标移出时"
}]
}