template.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Eldate",
  5. "description": "",
  6. "isReadonly" : false,
  7. "selectType": "date",
  8. "format": "yyyy-MM-dd",
  9. "isRange": false,
  10. "disabled": false,
  11. "editable": false,
  12. "clearable": false,
  13. "size" : "default",
  14. "firstDayOfWeek" : "7",
  15. "prefixIcon": "",
  16. "rangeSeparator": MWF.xApplication.process.FormDesigner.LP.propertyTemplate.to,
  17. "startPlaceholder": MWF.xApplication.process.FormDesigner.LP.propertyTemplate.startDate,
  18. "endPlaceholder": MWF.xApplication.process.FormDesigner.LP.propertyTemplate.endDate,
  19. "vueData": {},
  20. "vueMethods": {},
  21. "vueCss": {},
  22. "vueSlot": "",
  23. "elProperties": {},
  24. "elStyles": {},
  25. "events": {
  26. "queryLoad": {
  27. "code": "",
  28. "html": ""
  29. },
  30. "postLoad": {
  31. "code": "",
  32. "html": ""
  33. },
  34. "load": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "change": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "focus": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "blur": {
  47. "code": "",
  48. "html": ""
  49. }
  50. },
  51. "properties": {},
  52. "class": "",
  53. "styles": {},
  54. "container": "",
  55. "showSectionKey": true,
  56. "sectionNodeStyles": {"overflow": "hidden"},
  57. "sectionKeyStyles": {"float": "left"},
  58. "sectionContentStyles": {"float": "left"},
  59. "keyContentSeparator": ":"
  60. }