1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "id": "",
- "name": "",
- "type": "Elradio",
- "description": "",
- "itemType": "values",
- "itemValues": [],
- "itemScript": {
- "code": "",
- "html": ""
- },
- "defaultValue": {
- "code": "",
- "html": ""
- },
- "isReadonly" : false,
- "buttonRadio" : false,
- "border" : false,
- "size" : "default",
- "textColor" : "",
- "fillColor" : "",
- "vueData": {},
- "vueMethods": {},
- "vueCss": {},
- elStyles: {},
- elProperties: {},
- elGroupStyles: {},
- elGroupProperties: {},
- "compute": "create", //create, show, save
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "code": "",
- "html": ""
- },
- "load": {
- "code": "",
- "html": ""
- },
- "change" : {
- "code": "",
- "html": ""
- }
- },
- "properties": {},
- "class": "",
- "container": "",
- "showSectionKey": true,
- "sectionNodeStyles": {"overflow": "hidden"},
- "sectionKeyStyles": {"float": "left"},
- "sectionContentStyles": {"float": "left"},
- "keyContentSeparator": ":"
- }
|