12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "id": "",
- "name": "",
- "type": "Number",
- "description": "",
- "dataType": "text",
- "defaultValue": {
- "code": "",
- "html": ""
- },
- "compute": "create", //create, show, save
- "section": "no",
- "sectionBy": "person",
- "sectionByScript": {
- "code": "",
- "html": ""
- },
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "code": "",
- "html": ""
- },
- "load" : {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "change": {
- "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": ""
- }
- },
- "inputType": "text",
- "properties": {},
- "class": "",
- "styles": {},
- "container": "",
- "showSectionKey": true,
- "sectionNodeStyles": {"overflow": "hidden"},
- "sectionKeyStyles": {"float": "left"},
- "sectionContentStyles": {"float": "left"},
- "keyContentSeparator": ":"
- }
|