| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "id": "",
- "name": "",
- "type": "Log",
- "description": "",
- "filterActivity": [],
- "filterActivityAlias":[],
- "filterPerson": [],
- "filterRoute": [],
- "mode": "default", //default table or text
- "textStyle": "<font style='color:#ff5400;'>{person}</font>({department}) 选择【{route}】,提交于: {time},处理意见:<font style='color:#00F'>{opinion}</font>", //"{person}({department})在[{activity}]中选择[{route}],提交于:{time},处理意见:{opinion}",
- "isTask": "true",
- "showReadTitle": "待阅人",
- "showReadCompletedTitle":"已阅人",
- "filterScript": {
- "code": "",
- "html": ""
- },
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "code": "",
- "html": ""
- },
- "postLoadData" : {
- "code": "",
- "html": ""
- },
- "load" : {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "keydown": {
- "code": "",
- "html": ""
- },
- "keypress": {
- "code": "",
- "html": ""
- },
- "keyup": {
- "code": "",
- "html": ""
- },
- "mousedown": {
- "code": "",
- "html": ""
- },
- "mousemove": {
- "code": "",
- "html": ""
- },
- "mouseout": {
- "code": "",
- "html": ""
- },
- "mouseover": {
- "code": "",
- "html": ""
- },
- "mouseup": {
- "code": "",
- "html": ""
- },
- "focus": {
- "code": "",
- "html": ""
- },
- "blur": {
- "code": "",
- "html": ""
- }
- },
- "properties": {},
- "class": "",
- "styles": {},
- "container": ""
- }
|