X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/calendar/amd/build
home
/
cbholdings
/
pasukulu
/
calendar
/
amd
/
build
/
📁
..
📄
calendar.min.js
(5.25 KB)
📄
calendar.min.js.map
(15.24 KB)
📄
calendar_filter.min.js
(1.83 KB)
📄
calendar_filter.min.js.map
(5.36 KB)
📄
calendar_mini.min.js
(1.93 KB)
📄
calendar_mini.min.js.map
(5.57 KB)
📄
calendar_threemonth.min.js
(2.96 KB)
📄
calendar_threemonth.min.js.map
(8.22 KB)
📄
calendar_view.min.js
(1.92 KB)
📄
calendar_view.min.js.map
(5.41 KB)
📄
crud.min.js
(4.39 KB)
📄
crud.min.js.map
(13.11 KB)
📄
drag_drop_data_store.min.js
(1.65 KB)
📄
drag_drop_data_store.min.js.map
(6.77 KB)
📄
event_form.min.js
(1.32 KB)
📄
event_form.min.js.map
(4.13 KB)
📄
events.min.js
(857 B)
📄
events.min.js.map
(2.09 KB)
📄
export.min.js
(624 B)
📄
export.min.js.map
(1.67 KB)
📄
manage_subscriptions.min.js
(3.82 KB)
📄
manage_subscriptions.min.js.map
(6.86 KB)
📄
modal_delete.min.js
(1.92 KB)
📄
modal_delete.min.js.map
(5.17 KB)
📄
modal_event_form.min.js
(5.37 KB)
📄
modal_event_form.min.js.map
(19.55 KB)
📄
month_navigation_drag_drop.min.js
(2.44 KB)
📄
month_navigation_drag_drop.min.js.map
(9.13 KB)
📄
month_view_drag_drop.min.js
(4.83 KB)
📄
month_view_drag_drop.min.js.map
(17.28 KB)
📄
popover.min.js
(3 KB)
📄
popover.min.js.map
(5.1 KB)
📄
repository.min.js
(2.79 KB)
📄
repository.min.js.map
(7.55 KB)
📄
selectors.min.js
(1.72 KB)
📄
selectors.min.js.map
(4.14 KB)
📄
summary_modal.min.js
(3.11 KB)
📄
summary_modal.min.js.map
(9.7 KB)
📄
view_manager.min.js
(14.52 KB)
📄
view_manager.min.js.map
(29.41 KB)
Editing: event_form.min.js.map
{"version":3,"file":"event_form.min.js","sources":["../src/event_form.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * A javascript module to enhance the event form.\n *\n * @module core_calendar/event_form\n * @copyright 2017 Ryan Wyllie <ryan@moodle.com>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\ndefine(['jquery', 'core_calendar/repository', 'core/notification'], function($, CalendarRepository, Notification) {\n\n var SELECTORS = {\n EVENT_GROUP_COURSE_ID: '[name=\"groupcourseid\"]',\n EVENT_GROUP_ID: '[name=\"groupid\"]',\n SELECT_OPTION: 'option'\n };\n\n /**\n * Listen for when the user changes the group course when configuring\n * a group event and filter the options in the group select to only\n * show the groups available within the course the user has selected.\n *\n * @method addCourseGroupSelectListeners\n * @param {object} formElement The root form element\n */\n var addCourseGroupSelectListeners = function(formElement) {\n var courseGroupSelect = formElement.find(SELECTORS.EVENT_GROUP_COURSE_ID);\n\n var loadGroupSelectOptions = function(groups) {\n var groupSelect = formElement.find(SELECTORS.EVENT_GROUP_ID),\n groupSelectOptions = groupSelect.find(SELECTORS.SELECT_OPTION),\n courseGroups = $(groups);\n\n // Let's clear all options first.\n groupSelectOptions.remove();\n groupSelect.prop(\"disabled\", false);\n courseGroups.each(function(id, group) {\n $(groupSelect).append($(\"<option></option>\").attr(\"value\", group.id).text(group.name));\n });\n };\n\n // If the user choose a course in the selector do a WS request to get groups.\n courseGroupSelect.on('change', function() {\n var courseId = formElement.find(SELECTORS.EVENT_GROUP_COURSE_ID).val();\n CalendarRepository.getCourseGroupsData(courseId)\n .then(function(groups) {\n return loadGroupSelectOptions(groups);\n })\n .catch(Notification.exception);\n });\n };\n\n /**\n * Initialise all of the form enhancements.\n *\n * @method init\n * @param {string} formId The value of the form's id attribute\n */\n var init = function(formId) {\n var formElement = $('#' + formId);\n addCourseGroupSelectListeners(formElement);\n };\n\n return {\n init: init,\n };\n});\n"],"names":["define","$","CalendarRepository","Notification","SELECTORS","addCourseGroupSelectListeners","formElement","courseGroupSelect","find","on","courseId","val","getCourseGroupsData","then","groups","groupSelect","groupSelectOptions","courseGroups","remove","prop","each","id","group","append","attr","text","name","loadGroupSelectOptions","catch","exception","init","formId"],"mappings":";;;;;;;AAsBAA,kCAAO,CAAC,SAAU,2BAA4B,sBAAsB,SAASC,EAAGC,mBAAoBC,kBAE5FC,gCACuB,yBADvBA,yBAEgB,mBAFhBA,wBAGe,SAWfC,8BAAgC,SAASC,iBACrCC,kBAAoBD,YAAYE,KAAKJ,iCAgBzCG,kBAAkBE,GAAG,UAAU,eACvBC,SAAWJ,YAAYE,KAAKJ,iCAAiCO,MACjET,mBAAmBU,oBAAoBF,UAClCG,MAAK,SAASC,eAjBM,SAASA,YAC9BC,YAAcT,YAAYE,KAAKJ,0BAC/BY,mBAAqBD,YAAYP,KAAKJ,yBACtCa,aAAehB,EAAEa,QAGrBE,mBAAmBE,SACnBH,YAAYI,KAAK,YAAY,GAC7BF,aAAaG,MAAK,SAASC,GAAIC,OAC3BrB,EAAEc,aAAaQ,OAAOtB,EAAE,qBAAqBuB,KAAK,QAASF,MAAMD,IAAII,KAAKH,MAAMI,UASrEC,CAAuBb,WAEjCc,MAAMzB,aAAa0B,qBAezB,CACHC,KANO,SAASC,YACZzB,YAAcL,EAAE,IAAM8B,QAC1B1B,8BAA8BC"}
Upload File
Create Folder