Init
- aggiunto un po di tutto comeil progetto del prof
This commit is contained in:
26
SeniorAssistant/wwwroot/kendo/2018.1.221/js/kendo.mobile.loader.min.js
vendored
Normal file
26
SeniorAssistant/wwwroot/kendo/2018.1.221/js/kendo.mobile.loader.min.js
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Kendo UI v2018.1.117 (http://www.telerik.com/kendo-ui)
|
||||
* Copyright 2018 Telerik AD. All rights reserved.
|
||||
*
|
||||
* Kendo UI commercial licenses may be obtained at
|
||||
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
|
||||
* If you do not own a commercial license, this file shall be governed by the trial license terms.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
!function(n,define){define("kendo.mobile.loader.min",["kendo.core.min"],n)}(function(){return function(n,t){var e=window.kendo,i=e.mobile.ui,o=i.Widget,a=n.map(e.eventMap,function(n){return n}).join(" ").split(" "),s=o.extend({init:function(t,e){var i=this,a=n('<div class="km-loader"><span class="km-loading km-spin"></span><span class="km-loading-left"></span><span class="km-loading-right"></span></div>');o.fn.init.call(i,a,e),i.container=t,i.captureEvents=!1,i._attachCapture(),a.append(i.options.loading).hide().appendTo(t)},options:{name:"Loader",loading:"<h1>Loading...</h1>",timeout:100},show:function(){var n=this;clearTimeout(n._loading),n.options.loading!==!1&&(n.captureEvents=!0,n._loading=setTimeout(function(){n.element.show()},n.options.timeout))},hide:function(){this.captureEvents=!1,clearTimeout(this._loading),this.element.hide()},changeMessage:function(n){this.options.loading=n,this.element.find(">h1").html(n)},transition:function(){this.captureEvents=!0,this.container.css("pointer-events","none")},transitionDone:function(){this.captureEvents=!1,this.container.css("pointer-events","")},_attachCapture:function(){function n(n){e.captureEvents&&n.preventDefault()}var t,e=this;for(e.captureEvents=!1,t=0;t<a.length;t++)e.container[0].addEventListener(a[t],n,!0)}});i.plugin(s)}(window.kendo.jQuery),window.kendo},"function"==typeof define&&define.amd?define:function(n,t,e){(e||t)()});
|
||||
//# sourceMappingURL=kendo.mobile.loader.min.js.map
|
||||
Reference in New Issue
Block a user