Drag and drop events between calendars and to draggable events.
Forked from Subodh Ghulaxe's Pen FullCalendar drag & drop events between multiple calendars.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <style type="text/css"> | |
| @media screen and (max-width: 480px) { | |
| .mobile-hide { |
| window._myAwesomeScripts = function() { | |
| alert('Я гений джаваскрипта'); | |
| } |
| var INTOJOB = INTOJOB || {}; | |
| $(window).on('load',function() { | |
| if ( window.clientTemplate ) { | |
| switch ( window.clientTemplate ) { | |
| case 'profile/client/analytics/vacancy': | |
| var INTOJOB.specialPage = window._myAwesomeScripts; | |
| case 'contacts': | |
| var INTOJOB.specialPage = window._theAnotherAwesomeScripts; | |
| break; |
| <script> | |
| if ( !window.clientTemplate ) { | |
| window.clientTemplate = 'profile/client/analytics/vacancy'; | |
| } | |
| </script> |
| // usage: v-selectize-dropdown="dataKeyToBindTo" | |
| Vue.directive('selectize-dropdown', { | |
| twoWay: true, | |
| priority: 1000, | |
| bind: function () { | |
| var self = this; | |
| $(this.el).selectize({ | |
| create: true, | |
| sortField: 'text', | |
| onChange: function (val) { |
Drag and drop events between calendars and to draggable events.
Forked from Subodh Ghulaxe's Pen FullCalendar drag & drop events between multiple calendars.
| var responsive = { | |
| xs: function() { | |
| // Сделать что-то | |
| }, | |
| sm: function() { | |
| // Сделать что-то | |
| }, | |
| md: function() { | |
| // Сделать что-то | |
| }, |
| "use strict"; | |
| function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | |
| console.clear(); | |
| var SVGNS = "http://www.w3.org/2000/svg", | |
| XLINKNS = "http://www.w3.org/1999/xlink", | |
| TAU = 2 * Math.PI, | |
| SYS_FONTS = "-apple-system, '.SFNSText-Regular', 'San Francisco', 'Roboto', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif", |