From 0b221e8945ae785dc706d8ea9a9e8e25532c0096 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 21:11:52 -0700 Subject: bug #96 move libraries to library - better alignment of like rotator --- .../jscripts/tiny_mce/plugins/example/js/dialog.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js (limited to 'tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js') diff --git a/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js b/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js deleted file mode 100644 index fa8341132..000000000 --- a/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js +++ /dev/null @@ -1,19 +0,0 @@ -tinyMCEPopup.requireLangPack(); - -var ExampleDialog = { - init : function() { - var f = document.forms[0]; - - // Get the selected contents as text and place it in the input - f.someval.value = tinyMCEPopup.editor.selection.getContent({format : 'text'}); - f.somearg.value = tinyMCEPopup.getWindowArg('some_custom_arg'); - }, - - insert : function() { - // Insert the contents from the input into the document - tinyMCEPopup.editor.execCommand('mceInsertContent', false, document.forms[0].someval.value); - tinyMCEPopup.close(); - } -}; - -tinyMCEPopup.onInit.add(ExampleDialog.init, ExampleDialog); -- cgit v1.2.3