12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "id": "",
- "name": "",
- "type": "Radio",
- "description": "",
- "itemType": "values",
- "itemValues": [],
- "countPerline": "0",
- "itemScript": {
- "code": "",
- "html": ""
- },
- "defaultValue": {
- "code": "",
- "html": ""
- },
- "compute": "create", //create, show, save
- "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": ""
- }
- },
- "properties": {},
- "class": "",
- "buttonStyles": {},
- "styles": {},
- "container": "",
- "showSectionKey": true,
- "sectionNodeStyles": {"overflow": "hidden"},
- "sectionKeyStyles": {"float": "left"},
- "sectionContentStyles": {"float": "left"},
- "keyContentSeparator": ":"
- }
|