123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "id": "",
- "name": "",
- "type": "Comment",
- "description": "",
- "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}",
- "filterScript": {
- "code": "",
- "html": ""
- },
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "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": ""
- }
- },
- "editorProperties": {
- "autoGrow_maxHeight": 400,
- "autoGrow_minHeight": 300,
- "resize_enabled": true,
- "resize_maxHeight": "3000",
- "resize_minHeight": "200",
- "autoParagraph": true,
- "autoUpdateElement": true,
- "enterMode": 1,
- "height": "200",
- "width": "",
- "readOnly": false,
- "title": ""
- },
- "config": {
- "code": "",
- "html": ""
- },
- "properties": {},
- "class": "",
- "styles": {},
- "container": ""
- }
|