64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderColor": "#E0DEDE",
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"borderWidth": "1",
|
|
"bottomRow": 60,
|
|
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
|
|
"defaultModel": "",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "theme"
|
|
},
|
|
{
|
|
"key": "borderRadius"
|
|
},
|
|
{
|
|
"key": "boxShadow"
|
|
}
|
|
],
|
|
"dynamicHeight": "FIXED",
|
|
"dynamicTriggerPathList": [
|
|
{
|
|
"key": "onResetClick"
|
|
}
|
|
],
|
|
"events": [
|
|
"onResetClick"
|
|
],
|
|
"isCanvas": false,
|
|
"isLoading": false,
|
|
"isSearchWildcard": true,
|
|
"isVisible": true,
|
|
"key": "m02i2p2i1e",
|
|
"leftColumn": 0,
|
|
"maxDynamicHeight": 9000,
|
|
"minDynamicHeight": 4,
|
|
"mobileBottomRow": 30,
|
|
"mobileLeftColumn": 0,
|
|
"mobileRightColumn": 23,
|
|
"mobileTopRow": 0,
|
|
"needsErrorInfo": false,
|
|
"onResetClick": "{{showAlert('Successfully reset!!', '');}}",
|
|
"parentColumnSpace": 21.40625,
|
|
"parentId": "q2rxwqtggc",
|
|
"parentRowSpace": 10,
|
|
"renderMode": "CANVAS",
|
|
"rightColumn": 64,
|
|
"srcDoc": {
|
|
"css": "",
|
|
"html": "<! DOCTYPE html>\n<html>\n\n<head>\n<script src='https://cdn.jsdelivr.net/npm/fullcalendar/index.global.min.js'></script>\n\n</head>\n<body>\n<div id='calendar'></div>\n</body>\n</html>",
|
|
"js": "appsmith.onReady(() => {\n const calendarEl = document.getElementById('calendar');\n const calendar = new FullCalendar.Calendar(calendarEl, {\n initialView: 'dayGridMonth'\n });\n calendar.render();\n});"
|
|
},
|
|
"theme": "{{appsmith.theme}}",
|
|
"topRow": 0,
|
|
"type": "CUSTOM_WIDGET",
|
|
"uncompiledSrcDoc": {
|
|
"css": "",
|
|
"html": "<! DOCTYPE html>\n<html>\n\n<head>\n<script src='https://cdn.jsdelivr.net/npm/fullcalendar/index.global.min.js'></script>\n\n</head>\n<body>\n<div id='calendar'></div>\n</body>\n</html>",
|
|
"js": "appsmith.onReady(()=>{\nconst calendarEl = document.getElementById('calendar')\nconst calendar = new FullCalendar.Calendar(calendarEl, {\ninitialView: 'dayGridMonth'\n})\ncalendar.render()\n})"
|
|
},
|
|
"version": 1,
|
|
"widgetId": "5pq6xcyg78",
|
|
"widgetName": "Custom3"
|
|
} |