tinymce-rails 3.4.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +57 -0
- data/Rakefile +52 -0
- data/assets/integration/tinymce.jquery.js +3 -0
- data/assets/integration/tinymce.js +2 -0
- data/assets/integration/tinymce.preinit.js.erb +1 -0
- data/assets/vendor/tinymce/jquery.tinymce.js +1 -0
- data/assets/vendor/tinymce/langs/en.js +223 -0
- data/assets/vendor/tinymce/license.txt +504 -0
- data/assets/vendor/tinymce/plugins/advhr/css/advhr.css +5 -0
- data/assets/vendor/tinymce/plugins/advhr/editor_plugin.js +57 -0
- data/assets/vendor/tinymce/plugins/advhr/js/rule.js +43 -0
- data/assets/vendor/tinymce/plugins/advhr/langs/en_dlg.js +7 -0
- data/assets/vendor/tinymce/plugins/advhr/rule.htm +58 -0
- data/assets/vendor/tinymce/plugins/advimage/css/advimage.css +13 -0
- data/assets/vendor/tinymce/plugins/advimage/editor_plugin.js +50 -0
- data/assets/vendor/tinymce/plugins/advimage/image.htm +235 -0
- data/assets/vendor/tinymce/plugins/advimage/img/sample.gif +0 -0
- data/assets/vendor/tinymce/plugins/advimage/js/image.js +458 -0
- data/assets/vendor/tinymce/plugins/advimage/langs/en_dlg.js +45 -0
- data/assets/vendor/tinymce/plugins/advlink/css/advlink.css +8 -0
- data/assets/vendor/tinymce/plugins/advlink/editor_plugin.js +61 -0
- data/assets/vendor/tinymce/plugins/advlink/js/advlink.js +532 -0
- data/assets/vendor/tinymce/plugins/advlink/langs/en_dlg.js +54 -0
- data/assets/vendor/tinymce/plugins/advlink/link.htm +338 -0
- data/assets/vendor/tinymce/plugins/advlist/editor_plugin.js +176 -0
- data/assets/vendor/tinymce/plugins/autolink/editor_plugin.js +172 -0
- data/assets/vendor/tinymce/plugins/autoresize/editor_plugin.js +137 -0
- data/assets/vendor/tinymce/plugins/autosave/editor_plugin.js +431 -0
- data/assets/vendor/tinymce/plugins/autosave/langs/en.js +4 -0
- data/assets/vendor/tinymce/plugins/bbcode/editor_plugin.js +120 -0
- data/assets/vendor/tinymce/plugins/contextmenu/editor_plugin.js +160 -0
- data/assets/vendor/tinymce/plugins/directionality/editor_plugin.js +82 -0
- data/assets/vendor/tinymce/plugins/emotions/editor_plugin.js +43 -0
- data/assets/vendor/tinymce/plugins/emotions/emotions.htm +41 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-cool.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-cry.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-embarassed.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-frown.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-innocent.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-kiss.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-laughing.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-sealed.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-smile.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-surprised.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-undecided.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-wink.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/img/smiley-yell.gif +0 -0
- data/assets/vendor/tinymce/plugins/emotions/js/emotions.js +22 -0
- data/assets/vendor/tinymce/plugins/emotions/langs/en_dlg.js +20 -0
- data/assets/vendor/tinymce/plugins/example/dialog.htm +22 -0
- data/assets/vendor/tinymce/plugins/example/editor_plugin.js +84 -0
- data/assets/vendor/tinymce/plugins/example/img/example.gif +0 -0
- data/assets/vendor/tinymce/plugins/example/js/dialog.js +19 -0
- data/assets/vendor/tinymce/plugins/example/langs/en.js +3 -0
- data/assets/vendor/tinymce/plugins/example/langs/en_dlg.js +3 -0
- data/assets/vendor/tinymce/plugins/example_dependency/editor_plugin.js +50 -0
- data/assets/vendor/tinymce/plugins/fullpage/css/fullpage.css +143 -0
- data/assets/vendor/tinymce/plugins/fullpage/editor_plugin.js +399 -0
- data/assets/vendor/tinymce/plugins/fullpage/fullpage.htm +259 -0
- data/assets/vendor/tinymce/plugins/fullpage/js/fullpage.js +232 -0
- data/assets/vendor/tinymce/plugins/fullpage/langs/en_dlg.js +85 -0
- data/assets/vendor/tinymce/plugins/fullscreen/editor_plugin.js +159 -0
- data/assets/vendor/tinymce/plugins/fullscreen/fullscreen.htm +109 -0
- data/assets/vendor/tinymce/plugins/iespell/editor_plugin.js +54 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/editor_plugin.js +696 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css +90 -0
- data/assets/vendor/tinymce/plugins/inlinepopups/template.htm +387 -0
- data/assets/vendor/tinymce/plugins/insertdatetime/editor_plugin.js +83 -0
- data/assets/vendor/tinymce/plugins/layer/editor_plugin.js +214 -0
- data/assets/vendor/tinymce/plugins/legacyoutput/editor_plugin.js +139 -0
- data/assets/vendor/tinymce/plugins/lists/editor_plugin.js +688 -0
- data/assets/vendor/tinymce/plugins/media/css/media.css +17 -0
- data/assets/vendor/tinymce/plugins/media/editor_plugin.js +777 -0
- data/assets/vendor/tinymce/plugins/media/js/embed.js +73 -0
- data/assets/vendor/tinymce/plugins/media/js/media.js +355 -0
- data/assets/vendor/tinymce/plugins/media/langs/en_dlg.js +109 -0
- data/assets/vendor/tinymce/plugins/media/media.htm +812 -0
- data/assets/vendor/tinymce/plugins/media/moxieplayer.swf +0 -0
- data/assets/vendor/tinymce/plugins/nonbreaking/editor_plugin.js +53 -0
- data/assets/vendor/tinymce/plugins/noneditable/editor_plugin.js +95 -0
- data/assets/vendor/tinymce/plugins/pagebreak/editor_plugin.js +74 -0
- data/assets/vendor/tinymce/plugins/paste/editor_plugin.js +942 -0
- data/assets/vendor/tinymce/plugins/paste/js/pastetext.js +36 -0
- data/assets/vendor/tinymce/plugins/paste/js/pasteword.js +51 -0
- data/assets/vendor/tinymce/plugins/paste/langs/en_dlg.js +5 -0
- data/assets/vendor/tinymce/plugins/paste/pastetext.htm +27 -0
- data/assets/vendor/tinymce/plugins/paste/pasteword.htm +21 -0
- data/assets/vendor/tinymce/plugins/preview/editor_plugin.js +53 -0
- data/assets/vendor/tinymce/plugins/preview/example.html +28 -0
- data/assets/vendor/tinymce/plugins/preview/jscripts/embed.js +73 -0
- data/assets/vendor/tinymce/plugins/preview/preview.html +17 -0
- data/assets/vendor/tinymce/plugins/print/editor_plugin.js +34 -0
- data/assets/vendor/tinymce/plugins/save/editor_plugin.js +101 -0
- data/assets/vendor/tinymce/plugins/searchreplace/css/searchreplace.css +6 -0
- data/assets/vendor/tinymce/plugins/searchreplace/editor_plugin.js +61 -0
- data/assets/vendor/tinymce/plugins/searchreplace/js/searchreplace.js +142 -0
- data/assets/vendor/tinymce/plugins/searchreplace/langs/en_dlg.js +16 -0
- data/assets/vendor/tinymce/plugins/searchreplace/searchreplace.htm +100 -0
- data/assets/vendor/tinymce/plugins/spellchecker/css/content.css +1 -0
- data/assets/vendor/tinymce/plugins/spellchecker/editor_plugin.js +434 -0
- data/assets/vendor/tinymce/plugins/spellchecker/img/wline.gif +0 -0
- data/assets/vendor/tinymce/plugins/style/css/props.css +13 -0
- data/assets/vendor/tinymce/plugins/style/editor_plugin.js +55 -0
- data/assets/vendor/tinymce/plugins/style/js/props.js +635 -0
- data/assets/vendor/tinymce/plugins/style/langs/en_dlg.js +70 -0
- data/assets/vendor/tinymce/plugins/style/props.htm +838 -0
- data/assets/vendor/tinymce/plugins/tabfocus/editor_plugin.js +114 -0
- data/assets/vendor/tinymce/plugins/table/cell.htm +180 -0
- data/assets/vendor/tinymce/plugins/table/css/cell.css +17 -0
- data/assets/vendor/tinymce/plugins/table/css/row.css +25 -0
- data/assets/vendor/tinymce/plugins/table/css/table.css +13 -0
- data/assets/vendor/tinymce/plugins/table/editor_plugin.js +1263 -0
- data/assets/vendor/tinymce/plugins/table/js/cell.js +319 -0
- data/assets/vendor/tinymce/plugins/table/js/merge_cells.js +27 -0
- data/assets/vendor/tinymce/plugins/table/js/row.js +237 -0
- data/assets/vendor/tinymce/plugins/table/js/table.js +450 -0
- data/assets/vendor/tinymce/plugins/table/langs/en_dlg.js +75 -0
- data/assets/vendor/tinymce/plugins/table/merge_cells.htm +32 -0
- data/assets/vendor/tinymce/plugins/table/row.htm +158 -0
- data/assets/vendor/tinymce/plugins/table/table.htm +188 -0
- data/assets/vendor/tinymce/plugins/template/blank.htm +12 -0
- data/assets/vendor/tinymce/plugins/template/css/template.css +23 -0
- data/assets/vendor/tinymce/plugins/template/editor_plugin.js +159 -0
- data/assets/vendor/tinymce/plugins/template/js/template.js +106 -0
- data/assets/vendor/tinymce/plugins/template/langs/en_dlg.js +15 -0
- data/assets/vendor/tinymce/plugins/template/template.htm +31 -0
- data/assets/vendor/tinymce/plugins/visualchars/editor_plugin.js +83 -0
- data/assets/vendor/tinymce/plugins/wordcount/editor_plugin.js +114 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/abbr.htm +142 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/acronym.htm +142 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/attributes.htm +149 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/cite.htm +142 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/css/attributes.css +11 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/css/popup.css +9 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/del.htm +162 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/editor_plugin.js +132 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/ins.htm +162 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/abbr.js +28 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/acronym.js +28 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/attributes.js +111 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/cite.js +28 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/del.js +53 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/element_common.js +229 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/js/ins.js +53 -0
- data/assets/vendor/tinymce/plugins/xhtmlxtras/langs/en_dlg.js +32 -0
- data/assets/vendor/tinymce/themes/advanced/about.htm +52 -0
- data/assets/vendor/tinymce/themes/advanced/anchor.htm +26 -0
- data/assets/vendor/tinymce/themes/advanced/charmap.htm +51 -0
- data/assets/vendor/tinymce/themes/advanced/color_picker.htm +74 -0
- data/assets/vendor/tinymce/themes/advanced/editor_template.js +1358 -0
- data/assets/vendor/tinymce/themes/advanced/image.htm +80 -0
- data/assets/vendor/tinymce/themes/advanced/img/colorpicker.jpg +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/flash.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/icons.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/iframe.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/pagebreak.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/quicktime.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/realmedia.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/shockwave.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/trans.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/video.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/img/windowsmedia.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/js/about.js +73 -0
- data/assets/vendor/tinymce/themes/advanced/js/anchor.js +42 -0
- data/assets/vendor/tinymce/themes/advanced/js/charmap.js +355 -0
- data/assets/vendor/tinymce/themes/advanced/js/color_picker.js +329 -0
- data/assets/vendor/tinymce/themes/advanced/js/image.js +247 -0
- data/assets/vendor/tinymce/themes/advanced/js/link.js +153 -0
- data/assets/vendor/tinymce/themes/advanced/js/source_editor.js +56 -0
- data/assets/vendor/tinymce/themes/advanced/langs/en.js +68 -0
- data/assets/vendor/tinymce/themes/advanced/langs/en_dlg.js +54 -0
- data/assets/vendor/tinymce/themes/advanced/link.htm +57 -0
- data/assets/vendor/tinymce/themes/advanced/shortcuts.htm +47 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/content.css +47 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/dialog.css +117 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/buttons.png +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/items.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/menu_arrow.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/menu_check.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/progress.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/img/tabs.gif +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/default/ui.css +214 -0
- data/assets/vendor/tinymce/themes/advanced/skins/highcontrast/content.css +23 -0
- data/assets/vendor/tinymce/themes/advanced/skins/highcontrast/dialog.css +105 -0
- data/assets/vendor/tinymce/themes/advanced/skins/highcontrast/ui.css +102 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/content.css +46 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/dialog.css +117 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/img/button_bg.png +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png +0 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/ui.css +217 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/ui_black.css +8 -0
- data/assets/vendor/tinymce/themes/advanced/skins/o2k7/ui_silver.css +5 -0
- data/assets/vendor/tinymce/themes/advanced/source_editor.htm +25 -0
- data/assets/vendor/tinymce/themes/simple/editor_template.js +84 -0
- data/assets/vendor/tinymce/themes/simple/img/icons.gif +0 -0
- data/assets/vendor/tinymce/themes/simple/langs/en.js +11 -0
- data/assets/vendor/tinymce/themes/simple/skins/default/content.css +25 -0
- data/assets/vendor/tinymce/themes/simple/skins/default/ui.css +32 -0
- data/assets/vendor/tinymce/themes/simple/skins/o2k7/content.css +17 -0
- data/assets/vendor/tinymce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
- data/assets/vendor/tinymce/themes/simple/skins/o2k7/ui.css +35 -0
- data/assets/vendor/tinymce/tiny_mce.js +15338 -0
- data/assets/vendor/tinymce/tiny_mce_popup.js +5 -0
- data/assets/vendor/tinymce/utils/editable_selects.js +70 -0
- data/assets/vendor/tinymce/utils/form_utils.js +210 -0
- data/assets/vendor/tinymce/utils/mctabs.js +162 -0
- data/assets/vendor/tinymce/utils/validate.js +252 -0
- data/lib/tinymce-rails.rb +2 -0
- data/lib/tinymce/railtie.rb +17 -0
- data/lib/tinymce/version.rb +3 -0
- metadata +300 -0
@@ -0,0 +1,61 @@
|
|
1
|
+
/**
|
2
|
+
* editor_plugin_src.js
|
3
|
+
*
|
4
|
+
* Copyright 2009, Moxiecode Systems AB
|
5
|
+
* Released under LGPL License.
|
6
|
+
*
|
7
|
+
* License: http://tinymce.moxiecode.com/license
|
8
|
+
* Contributing: http://tinymce.moxiecode.com/contributing
|
9
|
+
*/
|
10
|
+
|
11
|
+
(function() {
|
12
|
+
tinymce.create('tinymce.plugins.SearchReplacePlugin', {
|
13
|
+
init : function(ed, url) {
|
14
|
+
function open(m) {
|
15
|
+
// Keep IE from writing out the f/r character to the editor
|
16
|
+
// instance while initializing a new dialog. See: #3131190
|
17
|
+
window.focus();
|
18
|
+
|
19
|
+
ed.windowManager.open({
|
20
|
+
file : url + '/searchreplace.htm',
|
21
|
+
width : 420 + parseInt(ed.getLang('searchreplace.delta_width', 0)),
|
22
|
+
height : 170 + parseInt(ed.getLang('searchreplace.delta_height', 0)),
|
23
|
+
inline : 1,
|
24
|
+
auto_focus : 0
|
25
|
+
}, {
|
26
|
+
mode : m,
|
27
|
+
search_string : ed.selection.getContent({format : 'text'}),
|
28
|
+
plugin_url : url
|
29
|
+
});
|
30
|
+
};
|
31
|
+
|
32
|
+
// Register commands
|
33
|
+
ed.addCommand('mceSearch', function() {
|
34
|
+
open('search');
|
35
|
+
});
|
36
|
+
|
37
|
+
ed.addCommand('mceReplace', function() {
|
38
|
+
open('replace');
|
39
|
+
});
|
40
|
+
|
41
|
+
// Register buttons
|
42
|
+
ed.addButton('search', {title : 'searchreplace.search_desc', cmd : 'mceSearch'});
|
43
|
+
ed.addButton('replace', {title : 'searchreplace.replace_desc', cmd : 'mceReplace'});
|
44
|
+
|
45
|
+
ed.addShortcut('ctrl+f', 'searchreplace.search_desc', 'mceSearch');
|
46
|
+
},
|
47
|
+
|
48
|
+
getInfo : function() {
|
49
|
+
return {
|
50
|
+
longname : 'Search/Replace',
|
51
|
+
author : 'Moxiecode Systems AB',
|
52
|
+
authorurl : 'http://tinymce.moxiecode.com',
|
53
|
+
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/searchreplace',
|
54
|
+
version : tinymce.majorVersion + "." + tinymce.minorVersion
|
55
|
+
};
|
56
|
+
}
|
57
|
+
});
|
58
|
+
|
59
|
+
// Register plugin
|
60
|
+
tinymce.PluginManager.add('searchreplace', tinymce.plugins.SearchReplacePlugin);
|
61
|
+
})();
|
@@ -0,0 +1,142 @@
|
|
1
|
+
tinyMCEPopup.requireLangPack();
|
2
|
+
|
3
|
+
var SearchReplaceDialog = {
|
4
|
+
init : function(ed) {
|
5
|
+
var t = this, f = document.forms[0], m = tinyMCEPopup.getWindowArg("mode");
|
6
|
+
|
7
|
+
t.switchMode(m);
|
8
|
+
|
9
|
+
f[m + '_panel_searchstring'].value = tinyMCEPopup.getWindowArg("search_string");
|
10
|
+
|
11
|
+
// Focus input field
|
12
|
+
f[m + '_panel_searchstring'].focus();
|
13
|
+
|
14
|
+
mcTabs.onChange.add(function(tab_id, panel_id) {
|
15
|
+
t.switchMode(tab_id.substring(0, tab_id.indexOf('_')));
|
16
|
+
});
|
17
|
+
},
|
18
|
+
|
19
|
+
switchMode : function(m) {
|
20
|
+
var f, lm = this.lastMode;
|
21
|
+
|
22
|
+
if (lm != m) {
|
23
|
+
f = document.forms[0];
|
24
|
+
|
25
|
+
if (lm) {
|
26
|
+
f[m + '_panel_searchstring'].value = f[lm + '_panel_searchstring'].value;
|
27
|
+
f[m + '_panel_backwardsu'].checked = f[lm + '_panel_backwardsu'].checked;
|
28
|
+
f[m + '_panel_backwardsd'].checked = f[lm + '_panel_backwardsd'].checked;
|
29
|
+
f[m + '_panel_casesensitivebox'].checked = f[lm + '_panel_casesensitivebox'].checked;
|
30
|
+
}
|
31
|
+
|
32
|
+
mcTabs.displayTab(m + '_tab', m + '_panel');
|
33
|
+
document.getElementById("replaceBtn").style.display = (m == "replace") ? "inline" : "none";
|
34
|
+
document.getElementById("replaceAllBtn").style.display = (m == "replace") ? "inline" : "none";
|
35
|
+
this.lastMode = m;
|
36
|
+
}
|
37
|
+
},
|
38
|
+
|
39
|
+
searchNext : function(a) {
|
40
|
+
var ed = tinyMCEPopup.editor, se = ed.selection, r = se.getRng(), f, m = this.lastMode, s, b, fl = 0, w = ed.getWin(), wm = ed.windowManager, fo = 0;
|
41
|
+
|
42
|
+
// Get input
|
43
|
+
f = document.forms[0];
|
44
|
+
s = f[m + '_panel_searchstring'].value;
|
45
|
+
b = f[m + '_panel_backwardsu'].checked;
|
46
|
+
ca = f[m + '_panel_casesensitivebox'].checked;
|
47
|
+
rs = f['replace_panel_replacestring'].value;
|
48
|
+
|
49
|
+
if (tinymce.isIE) {
|
50
|
+
r = ed.getDoc().selection.createRange();
|
51
|
+
}
|
52
|
+
|
53
|
+
if (s == '')
|
54
|
+
return;
|
55
|
+
|
56
|
+
function fix() {
|
57
|
+
// Correct Firefox graphics glitches
|
58
|
+
// TODO: Verify if this is actually needed any more, maybe it was for very old FF versions?
|
59
|
+
r = se.getRng().cloneRange();
|
60
|
+
ed.getDoc().execCommand('SelectAll', false, null);
|
61
|
+
se.setRng(r);
|
62
|
+
};
|
63
|
+
|
64
|
+
function replace() {
|
65
|
+
ed.selection.setContent(rs); // Needs to be duplicated due to selection bug in IE
|
66
|
+
};
|
67
|
+
|
68
|
+
// IE flags
|
69
|
+
if (ca)
|
70
|
+
fl = fl | 4;
|
71
|
+
|
72
|
+
switch (a) {
|
73
|
+
case 'all':
|
74
|
+
// Move caret to beginning of text
|
75
|
+
ed.execCommand('SelectAll');
|
76
|
+
ed.selection.collapse(true);
|
77
|
+
|
78
|
+
if (tinymce.isIE) {
|
79
|
+
ed.focus();
|
80
|
+
r = ed.getDoc().selection.createRange();
|
81
|
+
|
82
|
+
while (r.findText(s, b ? -1 : 1, fl)) {
|
83
|
+
r.scrollIntoView();
|
84
|
+
r.select();
|
85
|
+
replace();
|
86
|
+
fo = 1;
|
87
|
+
|
88
|
+
if (b) {
|
89
|
+
r.moveEnd("character", -(rs.length)); // Otherwise will loop forever
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
tinyMCEPopup.storeSelection();
|
94
|
+
} else {
|
95
|
+
while (w.find(s, ca, b, false, false, false, false)) {
|
96
|
+
replace();
|
97
|
+
fo = 1;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
if (fo)
|
102
|
+
tinyMCEPopup.alert(ed.getLang('searchreplace_dlg.allreplaced'));
|
103
|
+
else
|
104
|
+
tinyMCEPopup.alert(ed.getLang('searchreplace_dlg.notfound'));
|
105
|
+
|
106
|
+
return;
|
107
|
+
|
108
|
+
case 'current':
|
109
|
+
if (!ed.selection.isCollapsed())
|
110
|
+
replace();
|
111
|
+
|
112
|
+
break;
|
113
|
+
}
|
114
|
+
|
115
|
+
se.collapse(b);
|
116
|
+
r = se.getRng();
|
117
|
+
|
118
|
+
// Whats the point
|
119
|
+
if (!s)
|
120
|
+
return;
|
121
|
+
|
122
|
+
if (tinymce.isIE) {
|
123
|
+
ed.focus();
|
124
|
+
r = ed.getDoc().selection.createRange();
|
125
|
+
|
126
|
+
if (r.findText(s, b ? -1 : 1, fl)) {
|
127
|
+
r.scrollIntoView();
|
128
|
+
r.select();
|
129
|
+
} else
|
130
|
+
tinyMCEPopup.alert(ed.getLang('searchreplace_dlg.notfound'));
|
131
|
+
|
132
|
+
tinyMCEPopup.storeSelection();
|
133
|
+
} else {
|
134
|
+
if (!w.find(s, ca, b, false, false, false, false))
|
135
|
+
tinyMCEPopup.alert(ed.getLang('searchreplace_dlg.notfound'));
|
136
|
+
else
|
137
|
+
fix();
|
138
|
+
}
|
139
|
+
}
|
140
|
+
};
|
141
|
+
|
142
|
+
tinyMCEPopup.onInit.add(SearchReplaceDialog.init, SearchReplaceDialog);
|
@@ -0,0 +1,16 @@
|
|
1
|
+
tinyMCE.addI18n('en.searchreplace_dlg',{
|
2
|
+
searchnext_desc:"Find again",
|
3
|
+
notfound:"The search has been completed. The search string could not be found.",
|
4
|
+
search_title:"Find",
|
5
|
+
replace_title:"Find/Replace",
|
6
|
+
allreplaced:"All occurrences of the search string were replaced.",
|
7
|
+
findwhat:"Find what",
|
8
|
+
replacewith:"Replace with",
|
9
|
+
direction:"Direction",
|
10
|
+
up:"Up",
|
11
|
+
down:"Down",
|
12
|
+
mcase:"Match case",
|
13
|
+
findnext:"Find next",
|
14
|
+
replace:"Replace",
|
15
|
+
replaceall:"Replace all"
|
16
|
+
});
|
@@ -0,0 +1,100 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
+
<head>
|
4
|
+
<title>{#searchreplace_dlg.replace_title}</title>
|
5
|
+
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
6
|
+
<script type="text/javascript" src="../../utils/mctabs.js"></script>
|
7
|
+
<script type="text/javascript" src="../../utils/form_utils.js"></script>
|
8
|
+
<script type="text/javascript" src="js/searchreplace.js"></script>
|
9
|
+
<link rel="stylesheet" type="text/css" href="css/searchreplace.css" />
|
10
|
+
</head>
|
11
|
+
<body style="display:none;" role="application" aria-labelledby="app_title">
|
12
|
+
<span id="app_title" style="display:none">{#searchreplace_dlg.replace_title}</span>
|
13
|
+
<form onsubmit="SearchReplaceDialog.searchNext('none');return false;" action="#">
|
14
|
+
<div class="tabs">
|
15
|
+
<ul>
|
16
|
+
<li id="search_tab" aria-controls="search_panel"><span><a href="javascript:SearchReplaceDialog.switchMode('search');" onmousedown="return false;">{#searchreplace.search_desc}</a></span></li>
|
17
|
+
<li id="replace_tab" aria-controls="replace_panel"><span><a href="javascript:SearchReplaceDialog.switchMode('replace');" onmousedown="return false;">{#searchreplace_dlg.replace}</a></span></li>
|
18
|
+
</ul>
|
19
|
+
</div>
|
20
|
+
|
21
|
+
<div class="panel_wrapper">
|
22
|
+
<div id="search_panel" class="panel">
|
23
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="2">
|
24
|
+
<tr>
|
25
|
+
<td><label for="search_panel_searchstring">{#searchreplace_dlg.findwhat}</label></td>
|
26
|
+
<td><input type="text" id="search_panel_searchstring" name="search_panel_searchstring" style="width: 200px" aria-required="true" /></td>
|
27
|
+
</tr>
|
28
|
+
<tr>
|
29
|
+
<td colspan="2">
|
30
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="0" class="direction">
|
31
|
+
<tr role="group" aria-labelledby="search_panel_backwards_label">
|
32
|
+
<td><label id="search_panel_backwards_label">{#searchreplace_dlg.direction}</label></td>
|
33
|
+
<td><input id="search_panel_backwardsu" name="search_panel_backwards" class="radio" type="radio" /></td>
|
34
|
+
<td><label for="search_panel_backwardsu">{#searchreplace_dlg.up}</label></td>
|
35
|
+
<td><input id="search_panel_backwardsd" name="search_panel_backwards" class="radio" type="radio" checked="checked" /></td>
|
36
|
+
<td><label for="search_panel_backwardsd">{#searchreplace_dlg.down}</label></td>
|
37
|
+
</tr>
|
38
|
+
</table>
|
39
|
+
</td>
|
40
|
+
</tr>
|
41
|
+
<tr>
|
42
|
+
<td colspan="2">
|
43
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="0">
|
44
|
+
<tr>
|
45
|
+
<td><input id="search_panel_casesensitivebox" name="search_panel_casesensitivebox" class="checkbox" type="checkbox" /></td>
|
46
|
+
<td><label for="search_panel_casesensitivebox">{#searchreplace_dlg.mcase}</label></td>
|
47
|
+
</tr>
|
48
|
+
</table>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
</table>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
<div id="replace_panel" class="panel">
|
55
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="2">
|
56
|
+
<tr>
|
57
|
+
<td><label for="replace_panel_searchstring">{#searchreplace_dlg.findwhat}</label></td>
|
58
|
+
<td><input type="text" id="replace_panel_searchstring" name="replace_panel_searchstring" style="width: 200px" aria-required="true" /></td>
|
59
|
+
</tr>
|
60
|
+
<tr>
|
61
|
+
<td><label for="replace_panel_replacestring">{#searchreplace_dlg.replacewith}</label></td>
|
62
|
+
<td><input type="text" id="replace_panel_replacestring" name="replace_panel_replacestring" style="width: 200px" aria-required="true" /></td>
|
63
|
+
</tr>
|
64
|
+
<tr>
|
65
|
+
<td colspan="2">
|
66
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="0" class="direction">
|
67
|
+
<tr role="group" aria-labelledby="replace_panel_dir_label">
|
68
|
+
<td><label id="replace_panel_dir_label">{#searchreplace_dlg.direction}</label></td>
|
69
|
+
<td><input id="replace_panel_backwardsu" name="replace_panel_backwards" class="radio" type="radio" /></td>
|
70
|
+
<td><label for="replace_panel_backwardsu">{#searchreplace_dlg.up}</label></td>
|
71
|
+
<td><input id="replace_panel_backwardsd" name="replace_panel_backwards" class="radio" type="radio" checked="checked" /></td>
|
72
|
+
<td><label for="replace_panel_backwardsd">{#searchreplace_dlg.down}</label></td>
|
73
|
+
</tr>
|
74
|
+
</table>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td colspan="2">
|
79
|
+
<table role="presentation" border="0" cellspacing="0" cellpadding="0">
|
80
|
+
<tr>
|
81
|
+
<td><input id="replace_panel_casesensitivebox" name="replace_panel_casesensitivebox" class="checkbox" type="checkbox" /></td>
|
82
|
+
<td><label for="replace_panel_casesensitivebox">{#searchreplace_dlg.mcase}</label></td>
|
83
|
+
</tr>
|
84
|
+
</table>
|
85
|
+
</td>
|
86
|
+
</tr>
|
87
|
+
</table>
|
88
|
+
</div>
|
89
|
+
|
90
|
+
</div>
|
91
|
+
|
92
|
+
<div class="mceActionPanel">
|
93
|
+
<input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
|
94
|
+
<input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
|
95
|
+
<input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
|
96
|
+
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
97
|
+
</div>
|
98
|
+
</form>
|
99
|
+
</body>
|
100
|
+
</html>
|
@@ -0,0 +1 @@
|
|
1
|
+
.mceItemHiddenSpellWord {background:url(../img/wline.gif) repeat-x bottom left; cursor:default;}
|
@@ -0,0 +1,434 @@
|
|
1
|
+
/**
|
2
|
+
* editor_plugin_src.js
|
3
|
+
*
|
4
|
+
* Copyright 2009, Moxiecode Systems AB
|
5
|
+
* Released under LGPL License.
|
6
|
+
*
|
7
|
+
* License: http://tinymce.moxiecode.com/license
|
8
|
+
* Contributing: http://tinymce.moxiecode.com/contributing
|
9
|
+
*/
|
10
|
+
|
11
|
+
(function() {
|
12
|
+
var JSONRequest = tinymce.util.JSONRequest, each = tinymce.each, DOM = tinymce.DOM;
|
13
|
+
|
14
|
+
tinymce.create('tinymce.plugins.SpellcheckerPlugin', {
|
15
|
+
getInfo : function() {
|
16
|
+
return {
|
17
|
+
longname : 'Spellchecker',
|
18
|
+
author : 'Moxiecode Systems AB',
|
19
|
+
authorurl : 'http://tinymce.moxiecode.com',
|
20
|
+
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker',
|
21
|
+
version : tinymce.majorVersion + "." + tinymce.minorVersion
|
22
|
+
};
|
23
|
+
},
|
24
|
+
|
25
|
+
init : function(ed, url) {
|
26
|
+
var t = this, cm;
|
27
|
+
|
28
|
+
t.url = url;
|
29
|
+
t.editor = ed;
|
30
|
+
t.rpcUrl = ed.getParam("spellchecker_rpc_url", "{backend}");
|
31
|
+
|
32
|
+
if (t.rpcUrl == '{backend}') {
|
33
|
+
// Sniff if the browser supports native spellchecking (Don't know of a better way)
|
34
|
+
if (tinymce.isIE)
|
35
|
+
return;
|
36
|
+
|
37
|
+
t.hasSupport = true;
|
38
|
+
|
39
|
+
// Disable the context menu when spellchecking is active
|
40
|
+
ed.onContextMenu.addToTop(function(ed, e) {
|
41
|
+
if (t.active)
|
42
|
+
return false;
|
43
|
+
});
|
44
|
+
}
|
45
|
+
|
46
|
+
// Register commands
|
47
|
+
ed.addCommand('mceSpellCheck', function() {
|
48
|
+
if (t.rpcUrl == '{backend}') {
|
49
|
+
// Enable/disable native spellchecker
|
50
|
+
t.editor.getBody().spellcheck = t.active = !t.active;
|
51
|
+
return;
|
52
|
+
}
|
53
|
+
|
54
|
+
if (!t.active) {
|
55
|
+
ed.setProgressState(1);
|
56
|
+
t._sendRPC('checkWords', [t.selectedLang, t._getWords()], function(r) {
|
57
|
+
if (r.length > 0) {
|
58
|
+
t.active = 1;
|
59
|
+
t._markWords(r);
|
60
|
+
ed.setProgressState(0);
|
61
|
+
ed.nodeChanged();
|
62
|
+
} else {
|
63
|
+
ed.setProgressState(0);
|
64
|
+
|
65
|
+
if (ed.getParam('spellchecker_report_no_misspellings', true))
|
66
|
+
ed.windowManager.alert('spellchecker.no_mpell');
|
67
|
+
}
|
68
|
+
});
|
69
|
+
} else
|
70
|
+
t._done();
|
71
|
+
});
|
72
|
+
|
73
|
+
if (ed.settings.content_css !== false)
|
74
|
+
ed.contentCSS.push(url + '/css/content.css');
|
75
|
+
|
76
|
+
ed.onClick.add(t._showMenu, t);
|
77
|
+
ed.onContextMenu.add(t._showMenu, t);
|
78
|
+
ed.onBeforeGetContent.add(function() {
|
79
|
+
if (t.active)
|
80
|
+
t._removeWords();
|
81
|
+
});
|
82
|
+
|
83
|
+
ed.onNodeChange.add(function(ed, cm) {
|
84
|
+
cm.setActive('spellchecker', t.active);
|
85
|
+
});
|
86
|
+
|
87
|
+
ed.onSetContent.add(function() {
|
88
|
+
t._done();
|
89
|
+
});
|
90
|
+
|
91
|
+
ed.onBeforeGetContent.add(function() {
|
92
|
+
t._done();
|
93
|
+
});
|
94
|
+
|
95
|
+
ed.onBeforeExecCommand.add(function(ed, cmd) {
|
96
|
+
if (cmd == 'mceFullScreen')
|
97
|
+
t._done();
|
98
|
+
});
|
99
|
+
|
100
|
+
// Find selected language
|
101
|
+
t.languages = {};
|
102
|
+
each(ed.getParam('spellchecker_languages', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv', 'hash'), function(v, k) {
|
103
|
+
if (k.indexOf('+') === 0) {
|
104
|
+
k = k.substring(1);
|
105
|
+
t.selectedLang = v;
|
106
|
+
}
|
107
|
+
|
108
|
+
t.languages[k] = v;
|
109
|
+
});
|
110
|
+
},
|
111
|
+
|
112
|
+
createControl : function(n, cm) {
|
113
|
+
var t = this, c, ed = t.editor;
|
114
|
+
|
115
|
+
if (n == 'spellchecker') {
|
116
|
+
// Use basic button if we use the native spellchecker
|
117
|
+
if (t.rpcUrl == '{backend}') {
|
118
|
+
// Create simple toggle button if we have native support
|
119
|
+
if (t.hasSupport)
|
120
|
+
c = cm.createButton(n, {title : 'spellchecker.desc', cmd : 'mceSpellCheck', scope : t});
|
121
|
+
|
122
|
+
return c;
|
123
|
+
}
|
124
|
+
|
125
|
+
c = cm.createSplitButton(n, {title : 'spellchecker.desc', cmd : 'mceSpellCheck', scope : t});
|
126
|
+
|
127
|
+
c.onRenderMenu.add(function(c, m) {
|
128
|
+
m.add({title : 'spellchecker.langs', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
129
|
+
each(t.languages, function(v, k) {
|
130
|
+
var o = {icon : 1}, mi;
|
131
|
+
|
132
|
+
o.onclick = function() {
|
133
|
+
if (v == t.selectedLang) {
|
134
|
+
return;
|
135
|
+
}
|
136
|
+
mi.setSelected(1);
|
137
|
+
t.selectedItem.setSelected(0);
|
138
|
+
t.selectedItem = mi;
|
139
|
+
t.selectedLang = v;
|
140
|
+
};
|
141
|
+
|
142
|
+
o.title = k;
|
143
|
+
mi = m.add(o);
|
144
|
+
mi.setSelected(v == t.selectedLang);
|
145
|
+
|
146
|
+
if (v == t.selectedLang)
|
147
|
+
t.selectedItem = mi;
|
148
|
+
})
|
149
|
+
});
|
150
|
+
|
151
|
+
return c;
|
152
|
+
}
|
153
|
+
},
|
154
|
+
|
155
|
+
// Internal functions
|
156
|
+
|
157
|
+
_walk : function(n, f) {
|
158
|
+
var d = this.editor.getDoc(), w;
|
159
|
+
|
160
|
+
if (d.createTreeWalker) {
|
161
|
+
w = d.createTreeWalker(n, NodeFilter.SHOW_TEXT, null, false);
|
162
|
+
|
163
|
+
while ((n = w.nextNode()) != null)
|
164
|
+
f.call(this, n);
|
165
|
+
} else
|
166
|
+
tinymce.walk(n, f, 'childNodes');
|
167
|
+
},
|
168
|
+
|
169
|
+
_getSeparators : function() {
|
170
|
+
var re = '', i, str = this.editor.getParam('spellchecker_word_separator_chars', '\\s!"#$%&()*+,-./:;<=>?@[\]^_{|}§©«®±¶·¸»¼½¾¿×÷¤\u201d\u201c');
|
171
|
+
|
172
|
+
// Build word separator regexp
|
173
|
+
for (i=0; i<str.length; i++)
|
174
|
+
re += '\\' + str.charAt(i);
|
175
|
+
|
176
|
+
return re;
|
177
|
+
},
|
178
|
+
|
179
|
+
_getWords : function() {
|
180
|
+
var ed = this.editor, wl = [], tx = '', lo = {}, rawWords = [];
|
181
|
+
|
182
|
+
// Get area text
|
183
|
+
this._walk(ed.getBody(), function(n) {
|
184
|
+
if (n.nodeType == 3)
|
185
|
+
tx += n.nodeValue + ' ';
|
186
|
+
});
|
187
|
+
|
188
|
+
// split the text up into individual words
|
189
|
+
if (ed.getParam('spellchecker_word_pattern')) {
|
190
|
+
// look for words that match the pattern
|
191
|
+
rawWords = tx.match('(' + ed.getParam('spellchecker_word_pattern') + ')', 'gi');
|
192
|
+
} else {
|
193
|
+
// Split words by separator
|
194
|
+
tx = tx.replace(new RegExp('([0-9]|[' + this._getSeparators() + '])', 'g'), ' ');
|
195
|
+
tx = tinymce.trim(tx.replace(/(\s+)/g, ' '));
|
196
|
+
rawWords = tx.split(' ');
|
197
|
+
}
|
198
|
+
|
199
|
+
// Build word array and remove duplicates
|
200
|
+
each(rawWords, function(v) {
|
201
|
+
if (!lo[v]) {
|
202
|
+
wl.push(v);
|
203
|
+
lo[v] = 1;
|
204
|
+
}
|
205
|
+
});
|
206
|
+
|
207
|
+
return wl;
|
208
|
+
},
|
209
|
+
|
210
|
+
_removeWords : function(w) {
|
211
|
+
var ed = this.editor, dom = ed.dom, se = ed.selection, b = se.getBookmark();
|
212
|
+
|
213
|
+
each(dom.select('span').reverse(), function(n) {
|
214
|
+
if (n && (dom.hasClass(n, 'mceItemHiddenSpellWord') || dom.hasClass(n, 'mceItemHidden'))) {
|
215
|
+
if (!w || dom.decode(n.innerHTML) == w)
|
216
|
+
dom.remove(n, 1);
|
217
|
+
}
|
218
|
+
});
|
219
|
+
|
220
|
+
se.moveToBookmark(b);
|
221
|
+
},
|
222
|
+
|
223
|
+
_markWords : function(wl) {
|
224
|
+
var ed = this.editor, dom = ed.dom, doc = ed.getDoc(), se = ed.selection, b = se.getBookmark(), nl = [],
|
225
|
+
w = wl.join('|'), re = this._getSeparators(), rx = new RegExp('(^|[' + re + '])(' + w + ')(?=[' + re + ']|$)', 'g');
|
226
|
+
|
227
|
+
// Collect all text nodes
|
228
|
+
this._walk(ed.getBody(), function(n) {
|
229
|
+
if (n.nodeType == 3) {
|
230
|
+
nl.push(n);
|
231
|
+
}
|
232
|
+
});
|
233
|
+
|
234
|
+
// Wrap incorrect words in spans
|
235
|
+
each(nl, function(n) {
|
236
|
+
var node, elem, txt, pos, v = n.nodeValue;
|
237
|
+
|
238
|
+
if (rx.test(v)) {
|
239
|
+
// Encode the content
|
240
|
+
v = dom.encode(v);
|
241
|
+
// Create container element
|
242
|
+
elem = dom.create('span', {'class' : 'mceItemHidden'});
|
243
|
+
|
244
|
+
// Following code fixes IE issues by creating text nodes
|
245
|
+
// using DOM methods instead of innerHTML.
|
246
|
+
// Bug #3124: <PRE> elements content is broken after spellchecking.
|
247
|
+
// Bug #1408: Preceding whitespace characters are removed
|
248
|
+
// @TODO: I'm not sure that both are still issues on IE9.
|
249
|
+
if (tinymce.isIE) {
|
250
|
+
// Enclose mispelled words with temporal tag
|
251
|
+
v = v.replace(rx, '$1<mcespell>$2</mcespell>');
|
252
|
+
// Loop over the content finding mispelled words
|
253
|
+
while ((pos = v.indexOf('<mcespell>')) != -1) {
|
254
|
+
// Add text node for the content before the word
|
255
|
+
txt = v.substring(0, pos);
|
256
|
+
if (txt.length) {
|
257
|
+
node = doc.createTextNode(dom.decode(txt));
|
258
|
+
elem.appendChild(node);
|
259
|
+
}
|
260
|
+
v = v.substring(pos+10);
|
261
|
+
pos = v.indexOf('</mcespell>');
|
262
|
+
txt = v.substring(0, pos);
|
263
|
+
v = v.substring(pos+11);
|
264
|
+
// Add span element for the word
|
265
|
+
elem.appendChild(dom.create('span', {'class' : 'mceItemHiddenSpellWord'}, txt));
|
266
|
+
}
|
267
|
+
// Add text node for the rest of the content
|
268
|
+
if (v.length) {
|
269
|
+
node = doc.createTextNode(dom.decode(v));
|
270
|
+
elem.appendChild(node);
|
271
|
+
}
|
272
|
+
} else {
|
273
|
+
// Other browsers preserve whitespace characters on innerHTML usage
|
274
|
+
elem.innerHTML = v.replace(rx, '$1<span class="mceItemHiddenSpellWord">$2</span>');
|
275
|
+
}
|
276
|
+
|
277
|
+
// Finally, replace the node with the container
|
278
|
+
dom.replace(elem, n);
|
279
|
+
}
|
280
|
+
});
|
281
|
+
|
282
|
+
se.moveToBookmark(b);
|
283
|
+
},
|
284
|
+
|
285
|
+
_showMenu : function(ed, e) {
|
286
|
+
var t = this, ed = t.editor, m = t._menu, p1, dom = ed.dom, vp = dom.getViewPort(ed.getWin()), wordSpan = e.target;
|
287
|
+
|
288
|
+
e = 0; // Fixes IE memory leak
|
289
|
+
|
290
|
+
if (!m) {
|
291
|
+
m = ed.controlManager.createDropMenu('spellcheckermenu', {'class' : 'mceNoIcons'});
|
292
|
+
t._menu = m;
|
293
|
+
}
|
294
|
+
|
295
|
+
if (dom.hasClass(wordSpan, 'mceItemHiddenSpellWord')) {
|
296
|
+
m.removeAll();
|
297
|
+
m.add({title : 'spellchecker.wait', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
298
|
+
|
299
|
+
t._sendRPC('getSuggestions', [t.selectedLang, dom.decode(wordSpan.innerHTML)], function(r) {
|
300
|
+
var ignoreRpc;
|
301
|
+
|
302
|
+
m.removeAll();
|
303
|
+
|
304
|
+
if (r.length > 0) {
|
305
|
+
m.add({title : 'spellchecker.sug', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
306
|
+
each(r, function(v) {
|
307
|
+
m.add({title : v, onclick : function() {
|
308
|
+
dom.replace(ed.getDoc().createTextNode(v), wordSpan);
|
309
|
+
t._checkDone();
|
310
|
+
}});
|
311
|
+
});
|
312
|
+
|
313
|
+
m.addSeparator();
|
314
|
+
} else
|
315
|
+
m.add({title : 'spellchecker.no_sug', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
316
|
+
|
317
|
+
ignoreRpc = t.editor.getParam("spellchecker_enable_ignore_rpc", '');
|
318
|
+
m.add({
|
319
|
+
title : 'spellchecker.ignore_word',
|
320
|
+
onclick : function() {
|
321
|
+
var word = wordSpan.innerHTML;
|
322
|
+
|
323
|
+
dom.remove(wordSpan, 1);
|
324
|
+
t._checkDone();
|
325
|
+
|
326
|
+
// tell the server if we need to
|
327
|
+
if (ignoreRpc) {
|
328
|
+
ed.setProgressState(1);
|
329
|
+
t._sendRPC('ignoreWord', [t.selectedLang, word], function(r) {
|
330
|
+
ed.setProgressState(0);
|
331
|
+
});
|
332
|
+
}
|
333
|
+
}
|
334
|
+
});
|
335
|
+
|
336
|
+
m.add({
|
337
|
+
title : 'spellchecker.ignore_words',
|
338
|
+
onclick : function() {
|
339
|
+
var word = wordSpan.innerHTML;
|
340
|
+
|
341
|
+
t._removeWords(dom.decode(word));
|
342
|
+
t._checkDone();
|
343
|
+
|
344
|
+
// tell the server if we need to
|
345
|
+
if (ignoreRpc) {
|
346
|
+
ed.setProgressState(1);
|
347
|
+
t._sendRPC('ignoreWords', [t.selectedLang, word], function(r) {
|
348
|
+
ed.setProgressState(0);
|
349
|
+
});
|
350
|
+
}
|
351
|
+
}
|
352
|
+
});
|
353
|
+
|
354
|
+
if (t.editor.getParam("spellchecker_enable_learn_rpc")) {
|
355
|
+
m.add({
|
356
|
+
title : 'spellchecker.learn_word',
|
357
|
+
onclick : function() {
|
358
|
+
var word = wordSpan.innerHTML;
|
359
|
+
|
360
|
+
dom.remove(wordSpan, 1);
|
361
|
+
t._checkDone();
|
362
|
+
|
363
|
+
ed.setProgressState(1);
|
364
|
+
t._sendRPC('learnWord', [t.selectedLang, word], function(r) {
|
365
|
+
ed.setProgressState(0);
|
366
|
+
});
|
367
|
+
}
|
368
|
+
});
|
369
|
+
}
|
370
|
+
|
371
|
+
m.update();
|
372
|
+
});
|
373
|
+
|
374
|
+
p1 = DOM.getPos(ed.getContentAreaContainer());
|
375
|
+
m.settings.offset_x = p1.x;
|
376
|
+
m.settings.offset_y = p1.y;
|
377
|
+
|
378
|
+
ed.selection.select(wordSpan);
|
379
|
+
p1 = dom.getPos(wordSpan);
|
380
|
+
m.showMenu(p1.x, p1.y + wordSpan.offsetHeight - vp.y);
|
381
|
+
|
382
|
+
return tinymce.dom.Event.cancel(e);
|
383
|
+
} else
|
384
|
+
m.hideMenu();
|
385
|
+
},
|
386
|
+
|
387
|
+
_checkDone : function() {
|
388
|
+
var t = this, ed = t.editor, dom = ed.dom, o;
|
389
|
+
|
390
|
+
each(dom.select('span'), function(n) {
|
391
|
+
if (n && dom.hasClass(n, 'mceItemHiddenSpellWord')) {
|
392
|
+
o = true;
|
393
|
+
return false;
|
394
|
+
}
|
395
|
+
});
|
396
|
+
|
397
|
+
if (!o)
|
398
|
+
t._done();
|
399
|
+
},
|
400
|
+
|
401
|
+
_done : function() {
|
402
|
+
var t = this, la = t.active;
|
403
|
+
|
404
|
+
if (t.active) {
|
405
|
+
t.active = 0;
|
406
|
+
t._removeWords();
|
407
|
+
|
408
|
+
if (t._menu)
|
409
|
+
t._menu.hideMenu();
|
410
|
+
|
411
|
+
if (la)
|
412
|
+
t.editor.nodeChanged();
|
413
|
+
}
|
414
|
+
},
|
415
|
+
|
416
|
+
_sendRPC : function(m, p, cb) {
|
417
|
+
var t = this;
|
418
|
+
|
419
|
+
JSONRequest.sendRPC({
|
420
|
+
url : t.rpcUrl,
|
421
|
+
method : m,
|
422
|
+
params : p,
|
423
|
+
success : cb,
|
424
|
+
error : function(e, x) {
|
425
|
+
t.editor.setProgressState(0);
|
426
|
+
t.editor.windowManager.alert(e.errstr || ('Error response: ' + x.responseText));
|
427
|
+
}
|
428
|
+
});
|
429
|
+
}
|
430
|
+
});
|
431
|
+
|
432
|
+
// Register plugin
|
433
|
+
tinymce.PluginManager.add('spellchecker', tinymce.plugins.SpellcheckerPlugin);
|
434
|
+
})();
|