Changeset 9280859 for src/main/resources/static/js
- Timestamp:
- 02/01/23 22:35:56 (22 months ago)
- Branches:
- master
- Children:
- cc52b09
- Parents:
- 044bd76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/static/js/homepage.js
r044bd76 r9280859 45 45 right: 'prev,next today' 46 46 }, 47 editable: true,47 editable: false, 48 48 edit: function (start, end, allDay) { 49 49 50 50 }, 51 51 firstDay: 1, // 1(Monday) this can be changed to 0(Sunday) for the USA system 52 selectable: true,52 selectable: false, 53 53 defaultView: 'agendaWeek', 54 54 … … 82 82 calendar.fullCalendar('unselect'); 83 83 }, 84 droppable: true, // this allows things to be dropped onto the calendar !!!84 droppable: false, // this allows things to be dropped onto the calendar !!! 85 85 drop: function(date, allDay) { // this function is called when something is dropped 86 86
Note:
See TracChangeset
for help on using the changeset viewer.