aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js')
-rw-r--r--public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js b/public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
new file mode 100644
index 0000000..22bd5b3
--- /dev/null
+++ b/public/bower_components/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.dialog.add("sourcedialog",function(a){var b=CKEDITOR.document.getWindow().getViewPaneSize(),e=Math.min(b.width-70,800),b=b.height/1.5,d;return{title:a.lang.sourcedialog.title,minWidth:100,minHeight:100,onShow:function(){this.setValueOf("main","data",d=a.getData())},onOk:function(){function b(f,c){a.focus();a.setData(c,function(){f.hide();var b=a.createRange();b.moveToElementEditStart(a.editable());b.select()})}return function(){var a=this.getValueOf("main","data").replace(/\r/g,""),c=this;
+if(a===d)return!0;setTimeout(function(){b(c,a)});return!1}}(),contents:[{id:"main",label:a.lang.sourcedialog.title,elements:[{type:"textarea",id:"data",dir:"ltr",inputStyle:"cursor:auto;width:"+e+"px;height:"+b+"px;tab-size:4;text-align:left;","class":"cke_source"}]}]}}); \ No newline at end of file