Sha256: be39eb0125dc118c8b2d54beb7b54cd6d612613d7445000a296563eedb28498f

Contents?: true

Size: 1.02 KB

Versions: 150

Compression:

Stored size: 1.02 KB

Contents

/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

(function(){CKEDITOR.plugins.add('ajax',{requires:['xml']});CKEDITOR.ajax=(function(){var a=function(){if(!CKEDITOR.env.ie||location.protocol!='file:')try{return new XMLHttpRequest();}catch(f){}try{return new ActiveXObject('Msxml2.XMLHTTP');}catch(g){}try{return new ActiveXObject('Microsoft.XMLHTTP');}catch(h){}return null;},b=function(f){return f.readyState==4&&(f.status>=200&&f.status<300||f.status==304||f.status===0||f.status==1223);},c=function(f){if(b(f))return f.responseText;return null;},d=function(f){if(b(f)){var g=f.responseXML;return new CKEDITOR.xml(g&&g.firstChild?g:f.responseText);}return null;},e=function(f,g,h){var i=!!g,j=a();if(!j)return null;j.open('GET',f,i);if(i)j.onreadystatechange=function(){if(j.readyState==4){g(h(j));j=null;}};j.send(null);return i?'':h(j);};return{load:function(f,g){return e(f,g,c);},loadXml:function(f,g){return e(f,g,d);}};})();})();

Version data entries

150 entries across 147 versions & 16 rubygems

Version Path
spiderfw-1.0.1 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-1.0.0 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.39 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.5 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.4 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.3 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js
radiant-ck_editor_filter-extension-0.2.9 public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.38 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.37 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.35 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.34 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.33 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.32 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.31 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.30 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.29 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.2 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.1 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js
spiderfw-0.6.28 apps/core/forms/public/ckeditor/plugins/ajax/plugin.js
classiccms-0.7.0 lib/classiccms/public/js/ckeditor/plugins/ajax/plugin.js