kuztuscms 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +5 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/README.rdoc +26 -1
- data/app/assets/javascripts/kuztuscms/tiny_mce/jquery.tinymce.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/langs/en.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/license.txt +504 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/css/advhr.css +5 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/editor_plugin_src.js +57 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/js/rule.js +43 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advhr/rule.htm +58 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/css/advimage.css +13 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/editor_plugin_src.js +50 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/image.htm +235 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/img/sample.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/js/image.js +462 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advimage/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/css/advlink.css +8 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/editor_plugin_src.js +61 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/js/advlink.js +539 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlink/link.htm +338 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlist/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/advlist/editor_plugin_src.js +176 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autolink/editor_plugin_src.js +174 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autoresize/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autoresize/editor_plugin_src.js +119 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autosave/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autosave/editor_plugin_src.js +431 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/autosave/langs/en.js +4 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/bbcode/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/bbcode/editor_plugin_src.js +120 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/contextmenu/editor_plugin_src.js +161 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/directionality/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/directionality/editor_plugin_src.js +82 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/editor_plugin_src.js +43 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/emotions.htm +42 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-cool.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-cry.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-embarassed.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-frown.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-innocent.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-kiss.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-laughing.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-sealed.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-smile.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-surprised.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-undecided.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-wink.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/img/smiley-yell.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/js/emotions.js +43 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/emotions/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/dialog.htm +22 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/editor_plugin_src.js +84 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/img/example.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/js/dialog.js +19 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/langs/en.js +3 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example/langs/en_dlg.js +3 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example_dependency/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/example_dependency/editor_plugin_src.js +50 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/css/fullpage.css +143 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/editor_plugin_src.js +405 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/fullpage.htm +259 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/js/fullpage.js +232 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullpage/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullscreen/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullscreen/editor_plugin_src.js +159 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/fullscreen/fullscreen.htm +110 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/iespell/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/iespell/editor_plugin_src.js +54 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/editor_plugin_src.js +699 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css +90 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/inlinepopups/template.htm +387 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/insertdatetime/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/insertdatetime/editor_plugin_src.js +83 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/layer/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/layer/editor_plugin_src.js +262 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +139 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/lists/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/lists/editor_plugin_src.js +951 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/css/media.css +17 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/editor_plugin_src.js +890 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/js/embed.js +73 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/js/media.js +470 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/media.htm +922 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/media/moxieplayer.swf +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/nonbreaking/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/nonbreaking/editor_plugin_src.js +54 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/noneditable/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/noneditable/editor_plugin_src.js +438 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/pagebreak/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/pagebreak/editor_plugin_src.js +74 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/editor_plugin_src.js +871 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/js/pastetext.js +36 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/js/pasteword.js +51 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/pastetext.htm +27 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/paste/pasteword.htm +21 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/preview/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/preview/editor_plugin_src.js +53 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/preview/example.html +28 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/preview/jscripts/embed.js +73 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/preview/preview.html +17 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/print/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/print/editor_plugin_src.js +34 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/save/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/save/editor_plugin_src.js +101 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/css/searchreplace.css +6 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/editor_plugin_src.js +61 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/js/searchreplace.js +142 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/searchreplace/searchreplace.htm +100 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/spellchecker/css/content.css +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/spellchecker/editor_plugin_src.js +436 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/spellchecker/img/wline.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/css/props.css +14 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/editor_plugin_src.js +71 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/js/props.js +709 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/props.htm +845 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/style/readme.txt +19 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/tabfocus/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/tabfocus/editor_plugin_src.js +122 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/cell.htm +180 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/css/cell.css +17 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/css/row.css +25 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/css/table.css +13 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/editor_plugin_src.js +1428 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/js/cell.js +319 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/js/merge_cells.js +27 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/js/row.js +237 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/js/table.js +489 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/merge_cells.htm +32 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/row.htm +158 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/table/table.htm +188 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/blank.htm +12 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/css/template.css +23 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/editor_plugin_src.js +159 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/js/template.js +106 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/template/template.htm +31 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/visualblocks/css/visualblocks.css +19 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/visualblocks/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/visualblocks/editor_plugin_src.js +63 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/visualchars/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/visualchars/editor_plugin_src.js +83 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/wordcount/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/wordcount/editor_plugin_src.js +122 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/abbr.htm +142 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/acronym.htm +142 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/attributes.htm +149 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/cite.htm +142 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/css/attributes.css +11 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/css/popup.css +9 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/del.htm +162 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +132 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/ins.htm +162 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/abbr.js +28 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/acronym.js +28 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/attributes.js +111 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/cite.js +28 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/del.js +53 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/element_common.js +229 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/js/ins.js +53 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/about.htm +52 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/anchor.htm +26 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/charmap.htm +55 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/color_picker.htm +74 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/editor_template.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/editor_template_src.js +1467 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/image.htm +80 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/colorpicker.jpg +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/flash.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/icons.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/iframe.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/pagebreak.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/quicktime.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/realmedia.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/shockwave.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/trans.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/video.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/img/windowsmedia.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/about.js +73 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/anchor.js +44 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/charmap.js +363 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/color_picker.js +345 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/image.js +251 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/link.js +153 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/js/source_editor.js +78 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/langs/en.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/langs/en_dlg.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/link.htm +57 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/shortcuts.htm +47 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/content.css +51 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/dialog.css +117 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/buttons.png +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/items.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/menu_check.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/progress.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/img/tabs.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/default/ui.css +215 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/highcontrast/content.css +25 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/highcontrast/dialog.css +105 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/highcontrast/ui.css +102 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/content.css +49 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/dialog.css +117 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/ui.css +218 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +8 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +5 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/advanced/source_editor.htm +25 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/editor_template.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/editor_template_src.js +84 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/img/icons.gif +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/langs/en.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/skins/default/content.css +25 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/skins/default/ui.css +32 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/skins/o2k7/content.css +17 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/themes/simple/skins/o2k7/ui.css +35 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/tiny_mce.js +1 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/tiny_mce_popup.js +5 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/tiny_mce_src.js +16573 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/utils/editable_selects.js +70 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/utils/form_utils.js +210 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/utils/mctabs.js +162 -0
- data/app/assets/javascripts/kuztuscms/tiny_mce/utils/validate.js +252 -0
- data/app/assets/stylesheets/kuztuscms/tiny_mce.css +105 -0
- data/app/views/kuztuscms/articles/edit.html.erb +1 -0
- data/app/views/kuztuscms/articles/new.html.erb +1 -0
- data/app/views/kuztuscms/articles/show.html.erb +1 -1
- data/app/views/kuztuscms/pages/show.html.erb +1 -1
- data/app/views/kuztuscms/shared/_tiny_mce.html.erb +40 -0
- data/lib/kuztuscms/version.rb +1 -1
- data/spec/dummy/app/assets/stylesheets/application.css +2 -0
- metadata +282 -22
@@ -0,0 +1 @@
|
|
1
|
+
(function(){tinymce.create("tinymce.plugins.Nonbreaking",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceNonBreaking",function(){a.execCommand("mceInsertContent",false,(a.plugins.visualchars&&a.plugins.visualchars.state)?'<span data-mce-bogus="1" class="mceItemHidden mceItemNbsp"> </span>':" ")});a.addButton("nonbreaking",{title:"nonbreaking.nonbreaking_desc",cmd:"mceNonBreaking"});if(a.getParam("nonbreaking_force_tab")){a.onKeyDown.add(function(d,f){if(f.keyCode==9){f.preventDefault();d.execCommand("mceNonBreaking");d.execCommand("mceNonBreaking");d.execCommand("mceNonBreaking")}})}},getInfo:function(){return{longname:"Nonbreaking space",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/nonbreaking",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("nonbreaking",tinymce.plugins.Nonbreaking)})();
|
@@ -0,0 +1,54 @@
|
|
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.Nonbreaking', {
|
13
|
+
init : function(ed, url) {
|
14
|
+
var t = this;
|
15
|
+
|
16
|
+
t.editor = ed;
|
17
|
+
|
18
|
+
// Register commands
|
19
|
+
ed.addCommand('mceNonBreaking', function() {
|
20
|
+
ed.execCommand('mceInsertContent', false, (ed.plugins.visualchars && ed.plugins.visualchars.state) ? '<span data-mce-bogus="1" class="mceItemHidden mceItemNbsp"> </span>' : ' ');
|
21
|
+
});
|
22
|
+
|
23
|
+
// Register buttons
|
24
|
+
ed.addButton('nonbreaking', {title : 'nonbreaking.nonbreaking_desc', cmd : 'mceNonBreaking'});
|
25
|
+
|
26
|
+
if (ed.getParam('nonbreaking_force_tab')) {
|
27
|
+
ed.onKeyDown.add(function(ed, e) {
|
28
|
+
if (e.keyCode == 9) {
|
29
|
+
e.preventDefault();
|
30
|
+
|
31
|
+
ed.execCommand('mceNonBreaking');
|
32
|
+
ed.execCommand('mceNonBreaking');
|
33
|
+
ed.execCommand('mceNonBreaking');
|
34
|
+
}
|
35
|
+
});
|
36
|
+
}
|
37
|
+
},
|
38
|
+
|
39
|
+
getInfo : function() {
|
40
|
+
return {
|
41
|
+
longname : 'Nonbreaking space',
|
42
|
+
author : 'Moxiecode Systems AB',
|
43
|
+
authorurl : 'http://tinymce.moxiecode.com',
|
44
|
+
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/nonbreaking',
|
45
|
+
version : tinymce.majorVersion + "." + tinymce.minorVersion
|
46
|
+
};
|
47
|
+
}
|
48
|
+
|
49
|
+
// Private methods
|
50
|
+
});
|
51
|
+
|
52
|
+
// Register plugin
|
53
|
+
tinymce.PluginManager.add('nonbreaking', tinymce.plugins.Nonbreaking);
|
54
|
+
})();
|
@@ -0,0 +1 @@
|
|
1
|
+
(function(){var c=tinymce.dom.TreeWalker;var a="contenteditable",d="data-mce-"+a;var e=tinymce.VK;function b(n){var j=n.dom,p=n.selection,r,o="mce_noneditablecaret";r=tinymce.isGecko?"\u200B":"\uFEFF";function m(t){var s;if(t.nodeType===1){s=t.getAttribute(d);if(s&&s!=="inherit"){return s}s=t.contentEditable;if(s!=="inherit"){return s}}return null}function g(s){var t;while(s){t=m(s);if(t){return t==="false"?s:null}s=s.parentNode}}function l(s){while(s){if(s.id===o){return s}s=s.parentNode}}function k(s){var t;if(s){t=new c(s,s);for(s=t.current();s;s=t.next()){if(s.nodeType===3){return s}}}}function f(v,u){var s,t;if(m(v)==="false"){if(j.isBlock(v)){p.select(v);return}}t=j.createRng();if(m(v)==="true"){if(!v.firstChild){v.appendChild(n.getDoc().createTextNode("\u00a0"))}v=v.firstChild;u=true}s=j.create("span",{id:o,"data-mce-bogus":true},r);if(u){v.parentNode.insertBefore(s,v)}else{j.insertAfter(s,v)}t.setStart(s.firstChild,1);t.collapse(true);p.setRng(t);return s}function i(s){var v,t,u;if(s){rng=p.getRng(true);rng.setStartBefore(s);rng.setEndBefore(s);v=k(s);if(v&&v.nodeValue.charAt(0)==r){v=v.deleteData(0,1)}j.remove(s,true);p.setRng(rng)}else{t=l(p.getStart());while((s=j.get(o))&&s!==u){if(t!==s){v=k(s);if(v&&v.nodeValue.charAt(0)==r){v=v.deleteData(0,1)}j.remove(s,true)}u=s}}}function q(){var s,w,u,t,v;function x(B,D){var A,F,E,C,z;A=t.startContainer;F=t.startOffset;if(A.nodeType==3){z=A.nodeValue.length;if((F>0&&F<z)||(D?F==z:F==0)){return}}else{if(F<A.childNodes.length){var G=!D&&F>0?F-1:F;A=A.childNodes[G];if(A.hasChildNodes()){A=A.firstChild}}else{return !D?B:null}}E=new c(A,B);while(C=E[D?"prev":"next"]()){if(C.nodeType===3&&C.nodeValue.length>0){return}else{if(m(C)==="true"){return C}}}return B}i();u=p.isCollapsed();s=g(p.getStart());w=g(p.getEnd());if(s||w){t=p.getRng(true);if(u){s=s||w;var y=p.getStart();if(v=x(s,true)){f(v,true)}else{if(v=x(s,false)){f(v,false)}else{p.select(s)}}}else{t=p.getRng(true);if(s){t.setStartBefore(s)}if(w){t.setEndAfter(w)}p.setRng(t)}}}function h(y,A){var E=A.keyCode,w,B,C,u;function t(G,F){while(G=G[F?"previousSibling":"nextSibling"]){if(G.nodeType!==3||G.nodeValue.length>0){return G}}}function x(F,G){p.select(F);p.collapse(G)}C=p.getStart();u=p.getEnd();w=g(C)||g(u);if(w&&(E<112||E>124)&&E!=e.DELETE&&E!=e.BACKSPACE){A.preventDefault();if(E==e.LEFT||E==e.RIGHT){var v=E==e.LEFT;if(y.dom.isBlock(w)){var z=v?w.previousSibling:w.nextSibling;var s=new c(z,z);var D=v?s.prev():s.next();x(D,!v)}else{x(w,v)}}}else{if(E==e.LEFT||E==e.RIGHT||E==e.BACKSPACE||E==e.DELETE){B=l(C);if(B){if(E==e.LEFT||E==e.BACKSPACE){w=t(B,true);if(w&&m(w)==="false"){A.preventDefault();if(E==e.LEFT){x(w,true)}else{j.remove(w)}}else{i(B)}}if(E==e.RIGHT||E==e.DELETE){w=t(B);if(w&&m(w)==="false"){A.preventDefault();if(E==e.RIGHT){x(w,false)}else{j.remove(w)}}else{i(B)}}}}}}n.onMouseDown.addToTop(function(s,u){var t=s.selection.getNode();if(m(t)==="false"&&t==u.target){u.preventDefault()}});n.onMouseUp.addToTop(q);n.onKeyDown.addToTop(h);n.onKeyUp.addToTop(q)}tinymce.create("tinymce.plugins.NonEditablePlugin",{init:function(h,j){var g,f,i;g=" "+tinymce.trim(h.getParam("noneditable_editable_class","mceEditable"))+" ";f=" "+tinymce.trim(h.getParam("noneditable_noneditable_class","mceNonEditable"))+" ";i=h.getParam("noneditable_regexp");if(i&&!i.length){i=[i]}h.onPreInit.add(function(){b(h);if(i){h.onBeforeSetContent.add(function(l,m){var n=i.length,o=m.content,k=tinymce.trim(f);if(m.format=="raw"){return}while(n--){o=o.replace(i[n],function(){var p=arguments;return'<span class="'+k+'" data-mce-content="'+l.dom.encode(p[0])+'">'+l.dom.encode(typeof(p[1])==="string"?p[1]:p[0])+"</span>"})}m.content=o})}h.parser.addAttributeFilter("class",function(k){var l=k.length,m,n;while(l--){n=k[l];m=" "+n.attr("class")+" ";if(m.indexOf(g)!==-1){n.attr(d,"true")}else{if(m.indexOf(f)!==-1){n.attr(d,"false")}}}});h.serializer.addAttributeFilter(d,function(k,l){var m=k.length,n;while(m--){n=k[m];if(i&&n.attr("data-mce-content")){n.name="#text";n.type=3;n.raw=true;n.value=n.attr("data-mce-content")}else{n.attr(a,null);n.attr(d,null)}}});h.parser.addAttributeFilter(a,function(k,l){var m=k.length,n;while(m--){n=k[m];n.attr(d,n.attr(a));n.attr(a,null)}})})},getInfo:function(){return{longname:"Non editable elements",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/noneditable",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("noneditable",tinymce.plugins.NonEditablePlugin)})();
|
@@ -0,0 +1,438 @@
|
|
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 TreeWalker = tinymce.dom.TreeWalker;
|
13
|
+
var externalName = 'contenteditable', internalName = 'data-mce-' + externalName;
|
14
|
+
var VK = tinymce.VK;
|
15
|
+
|
16
|
+
function handleContentEditableSelection(ed) {
|
17
|
+
var dom = ed.dom, selection = ed.selection, invisibleChar, caretContainerId = 'mce_noneditablecaret';
|
18
|
+
|
19
|
+
// Setup invisible character use zero width space on Gecko since it doesn't change the height of the container
|
20
|
+
invisibleChar = tinymce.isGecko ? '\u200B' : '\uFEFF';
|
21
|
+
|
22
|
+
// Returns the content editable state of a node "true/false" or null
|
23
|
+
function getContentEditable(node) {
|
24
|
+
var contentEditable;
|
25
|
+
|
26
|
+
// Ignore non elements
|
27
|
+
if (node.nodeType === 1) {
|
28
|
+
// Check for fake content editable
|
29
|
+
contentEditable = node.getAttribute(internalName);
|
30
|
+
if (contentEditable && contentEditable !== "inherit") {
|
31
|
+
return contentEditable;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Check for real content editable
|
35
|
+
contentEditable = node.contentEditable;
|
36
|
+
if (contentEditable !== "inherit") {
|
37
|
+
return contentEditable;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
return null;
|
42
|
+
};
|
43
|
+
|
44
|
+
// Returns the noneditable parent or null if there is a editable before it or if it wasn't found
|
45
|
+
function getNonEditableParent(node) {
|
46
|
+
var state;
|
47
|
+
|
48
|
+
while (node) {
|
49
|
+
state = getContentEditable(node);
|
50
|
+
if (state) {
|
51
|
+
return state === "false" ? node : null;
|
52
|
+
}
|
53
|
+
|
54
|
+
node = node.parentNode;
|
55
|
+
}
|
56
|
+
};
|
57
|
+
|
58
|
+
// Get caret container parent for the specified node
|
59
|
+
function getParentCaretContainer(node) {
|
60
|
+
while (node) {
|
61
|
+
if (node.id === caretContainerId) {
|
62
|
+
return node;
|
63
|
+
}
|
64
|
+
|
65
|
+
node = node.parentNode;
|
66
|
+
}
|
67
|
+
};
|
68
|
+
|
69
|
+
// Finds the first text node in the specified node
|
70
|
+
function findFirstTextNode(node) {
|
71
|
+
var walker;
|
72
|
+
|
73
|
+
if (node) {
|
74
|
+
walker = new TreeWalker(node, node);
|
75
|
+
|
76
|
+
for (node = walker.current(); node; node = walker.next()) {
|
77
|
+
if (node.nodeType === 3) {
|
78
|
+
return node;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
};
|
83
|
+
|
84
|
+
// Insert caret container before/after target or expand selection to include block
|
85
|
+
function insertCaretContainerOrExpandToBlock(target, before) {
|
86
|
+
var caretContainer, rng;
|
87
|
+
|
88
|
+
// Select block
|
89
|
+
if (getContentEditable(target) === "false") {
|
90
|
+
if (dom.isBlock(target)) {
|
91
|
+
selection.select(target);
|
92
|
+
return;
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
rng = dom.createRng();
|
97
|
+
|
98
|
+
if (getContentEditable(target) === "true") {
|
99
|
+
if (!target.firstChild) {
|
100
|
+
target.appendChild(ed.getDoc().createTextNode('\u00a0'));
|
101
|
+
}
|
102
|
+
|
103
|
+
target = target.firstChild;
|
104
|
+
before = true;
|
105
|
+
}
|
106
|
+
|
107
|
+
//caretContainer = dom.create('span', {id: caretContainerId, 'data-mce-bogus': true, style:'border: 1px solid red'}, invisibleChar);
|
108
|
+
caretContainer = dom.create('span', {id: caretContainerId, 'data-mce-bogus': true}, invisibleChar);
|
109
|
+
|
110
|
+
if (before) {
|
111
|
+
target.parentNode.insertBefore(caretContainer, target);
|
112
|
+
} else {
|
113
|
+
dom.insertAfter(caretContainer, target);
|
114
|
+
}
|
115
|
+
|
116
|
+
rng.setStart(caretContainer.firstChild, 1);
|
117
|
+
rng.collapse(true);
|
118
|
+
selection.setRng(rng);
|
119
|
+
|
120
|
+
return caretContainer;
|
121
|
+
};
|
122
|
+
|
123
|
+
// Removes any caret container except the one we might be in
|
124
|
+
function removeCaretContainer(caretContainer) {
|
125
|
+
var child, currentCaretContainer, lastContainer;
|
126
|
+
|
127
|
+
if (caretContainer) {
|
128
|
+
rng = selection.getRng(true);
|
129
|
+
rng.setStartBefore(caretContainer);
|
130
|
+
rng.setEndBefore(caretContainer);
|
131
|
+
|
132
|
+
child = findFirstTextNode(caretContainer);
|
133
|
+
if (child && child.nodeValue.charAt(0) == invisibleChar) {
|
134
|
+
child = child.deleteData(0, 1);
|
135
|
+
}
|
136
|
+
|
137
|
+
dom.remove(caretContainer, true);
|
138
|
+
|
139
|
+
selection.setRng(rng);
|
140
|
+
} else {
|
141
|
+
currentCaretContainer = getParentCaretContainer(selection.getStart());
|
142
|
+
while ((caretContainer = dom.get(caretContainerId)) && caretContainer !== lastContainer) {
|
143
|
+
if (currentCaretContainer !== caretContainer) {
|
144
|
+
child = findFirstTextNode(caretContainer);
|
145
|
+
if (child && child.nodeValue.charAt(0) == invisibleChar) {
|
146
|
+
child = child.deleteData(0, 1);
|
147
|
+
}
|
148
|
+
|
149
|
+
dom.remove(caretContainer, true);
|
150
|
+
}
|
151
|
+
|
152
|
+
lastContainer = caretContainer;
|
153
|
+
}
|
154
|
+
}
|
155
|
+
};
|
156
|
+
|
157
|
+
// Modifies the selection to include contentEditable false elements or insert caret containers
|
158
|
+
function moveSelection() {
|
159
|
+
var nonEditableStart, nonEditableEnd, isCollapsed, rng, element;
|
160
|
+
|
161
|
+
// Checks if there is any contents to the left/right side of caret returns the noneditable element or any editable element if it finds one inside
|
162
|
+
function hasSideContent(element, left) {
|
163
|
+
var container, offset, walker, node, len;
|
164
|
+
|
165
|
+
container = rng.startContainer;
|
166
|
+
offset = rng.startOffset;
|
167
|
+
|
168
|
+
// If endpoint is in middle of text node then expand to beginning/end of element
|
169
|
+
if (container.nodeType == 3) {
|
170
|
+
len = container.nodeValue.length;
|
171
|
+
if ((offset > 0 && offset < len) || (left ? offset == len : offset == 0)) {
|
172
|
+
return;
|
173
|
+
}
|
174
|
+
} else {
|
175
|
+
// Can we resolve the node by index
|
176
|
+
if (offset < container.childNodes.length) {
|
177
|
+
// Browser represents caret position as the offset at the start of an element. When moving right
|
178
|
+
// this is the element we are moving into so we consider our container to be child node at offset-1
|
179
|
+
var pos = !left && offset > 0 ? offset-1 : offset;
|
180
|
+
container = container.childNodes[pos];
|
181
|
+
if (container.hasChildNodes()) {
|
182
|
+
container = container.firstChild;
|
183
|
+
}
|
184
|
+
} else {
|
185
|
+
// If not then the caret is at the last position in it's container and the caret container should be inserted after the noneditable element
|
186
|
+
return !left ? element : null;
|
187
|
+
}
|
188
|
+
}
|
189
|
+
|
190
|
+
// Walk left/right to look for contents
|
191
|
+
walker = new TreeWalker(container, element);
|
192
|
+
while (node = walker[left ? 'prev' : 'next']()) {
|
193
|
+
if (node.nodeType === 3 && node.nodeValue.length > 0) {
|
194
|
+
return;
|
195
|
+
} else if (getContentEditable(node) === "true") {
|
196
|
+
// Found contentEditable=true element return this one to we can move the caret inside it
|
197
|
+
return node;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
return element;
|
202
|
+
};
|
203
|
+
|
204
|
+
// Remove any existing caret containers
|
205
|
+
removeCaretContainer();
|
206
|
+
|
207
|
+
// Get noneditable start/end elements
|
208
|
+
isCollapsed = selection.isCollapsed();
|
209
|
+
nonEditableStart = getNonEditableParent(selection.getStart());
|
210
|
+
nonEditableEnd = getNonEditableParent(selection.getEnd());
|
211
|
+
|
212
|
+
// Is any fo the range endpoints noneditable
|
213
|
+
if (nonEditableStart || nonEditableEnd) {
|
214
|
+
rng = selection.getRng(true);
|
215
|
+
|
216
|
+
// If it's a caret selection then look left/right to see if we need to move the caret out side or expand
|
217
|
+
if (isCollapsed) {
|
218
|
+
nonEditableStart = nonEditableStart || nonEditableEnd;
|
219
|
+
var start = selection.getStart();
|
220
|
+
if (element = hasSideContent(nonEditableStart, true)) {
|
221
|
+
// We have no contents to the left of the caret then insert a caret container before the noneditable element
|
222
|
+
insertCaretContainerOrExpandToBlock(element, true);
|
223
|
+
} else if (element = hasSideContent(nonEditableStart, false)) {
|
224
|
+
// We have no contents to the right of the caret then insert a caret container after the noneditable element
|
225
|
+
insertCaretContainerOrExpandToBlock(element, false);
|
226
|
+
} else {
|
227
|
+
// We are in the middle of a noneditable so expand to select it
|
228
|
+
selection.select(nonEditableStart);
|
229
|
+
}
|
230
|
+
} else {
|
231
|
+
rng = selection.getRng(true);
|
232
|
+
|
233
|
+
// Expand selection to include start non editable element
|
234
|
+
if (nonEditableStart) {
|
235
|
+
rng.setStartBefore(nonEditableStart);
|
236
|
+
}
|
237
|
+
|
238
|
+
// Expand selection to include end non editable element
|
239
|
+
if (nonEditableEnd) {
|
240
|
+
rng.setEndAfter(nonEditableEnd);
|
241
|
+
}
|
242
|
+
|
243
|
+
selection.setRng(rng);
|
244
|
+
}
|
245
|
+
}
|
246
|
+
};
|
247
|
+
|
248
|
+
function handleKey(ed, e) {
|
249
|
+
var keyCode = e.keyCode, nonEditableParent, caretContainer, startElement, endElement;
|
250
|
+
|
251
|
+
function getNonEmptyTextNodeSibling(node, prev) {
|
252
|
+
while (node = node[prev ? 'previousSibling' : 'nextSibling']) {
|
253
|
+
if (node.nodeType !== 3 || node.nodeValue.length > 0) {
|
254
|
+
return node;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
};
|
258
|
+
|
259
|
+
function positionCaretOnElement(element, start) {
|
260
|
+
selection.select(element);
|
261
|
+
selection.collapse(start);
|
262
|
+
}
|
263
|
+
|
264
|
+
startElement = selection.getStart()
|
265
|
+
endElement = selection.getEnd();
|
266
|
+
|
267
|
+
// Disable all key presses in contentEditable=false except delete or backspace
|
268
|
+
nonEditableParent = getNonEditableParent(startElement) || getNonEditableParent(endElement);
|
269
|
+
if (nonEditableParent && (keyCode < 112 || keyCode > 124) && keyCode != VK.DELETE && keyCode != VK.BACKSPACE) {
|
270
|
+
e.preventDefault();
|
271
|
+
|
272
|
+
// Arrow left/right select the element and collapse left/right
|
273
|
+
if (keyCode == VK.LEFT || keyCode == VK.RIGHT) {
|
274
|
+
var left = keyCode == VK.LEFT;
|
275
|
+
// If a block element find previous or next element to position the caret
|
276
|
+
if (ed.dom.isBlock(nonEditableParent)) {
|
277
|
+
var targetElement = left ? nonEditableParent.previousSibling : nonEditableParent.nextSibling;
|
278
|
+
var walker = new TreeWalker(targetElement, targetElement);
|
279
|
+
var caretElement = left ? walker.prev() : walker.next();
|
280
|
+
positionCaretOnElement(caretElement, !left);
|
281
|
+
} else {
|
282
|
+
positionCaretOnElement(nonEditableParent, left);
|
283
|
+
}
|
284
|
+
}
|
285
|
+
} else {
|
286
|
+
// Is arrow left/right, backspace or delete
|
287
|
+
if (keyCode == VK.LEFT || keyCode == VK.RIGHT || keyCode == VK.BACKSPACE || keyCode == VK.DELETE) {
|
288
|
+
caretContainer = getParentCaretContainer(startElement);
|
289
|
+
if (caretContainer) {
|
290
|
+
// Arrow left or backspace
|
291
|
+
if (keyCode == VK.LEFT || keyCode == VK.BACKSPACE) {
|
292
|
+
nonEditableParent = getNonEmptyTextNodeSibling(caretContainer, true);
|
293
|
+
|
294
|
+
if (nonEditableParent && getContentEditable(nonEditableParent) === "false") {
|
295
|
+
e.preventDefault();
|
296
|
+
|
297
|
+
if (keyCode == VK.LEFT) {
|
298
|
+
positionCaretOnElement(nonEditableParent, true);
|
299
|
+
} else {
|
300
|
+
dom.remove(nonEditableParent);
|
301
|
+
}
|
302
|
+
} else {
|
303
|
+
removeCaretContainer(caretContainer);
|
304
|
+
}
|
305
|
+
}
|
306
|
+
|
307
|
+
// Arrow right or delete
|
308
|
+
if (keyCode == VK.RIGHT || keyCode == VK.DELETE) {
|
309
|
+
nonEditableParent = getNonEmptyTextNodeSibling(caretContainer);
|
310
|
+
|
311
|
+
if (nonEditableParent && getContentEditable(nonEditableParent) === "false") {
|
312
|
+
e.preventDefault();
|
313
|
+
|
314
|
+
if (keyCode == VK.RIGHT) {
|
315
|
+
positionCaretOnElement(nonEditableParent, false);
|
316
|
+
} else {
|
317
|
+
dom.remove(nonEditableParent);
|
318
|
+
}
|
319
|
+
} else {
|
320
|
+
removeCaretContainer(caretContainer);
|
321
|
+
}
|
322
|
+
}
|
323
|
+
}
|
324
|
+
}
|
325
|
+
}
|
326
|
+
};
|
327
|
+
|
328
|
+
ed.onMouseDown.addToTop(function(ed, e){
|
329
|
+
// prevent collapsing selection to caret when clicking in a non-editable section
|
330
|
+
var node = ed.selection.getNode();
|
331
|
+
if (getContentEditable(node) === "false" && node == e.target) {
|
332
|
+
e.preventDefault();
|
333
|
+
}
|
334
|
+
});
|
335
|
+
ed.onMouseUp.addToTop(moveSelection);
|
336
|
+
ed.onKeyDown.addToTop(handleKey);
|
337
|
+
ed.onKeyUp.addToTop(moveSelection);
|
338
|
+
};
|
339
|
+
|
340
|
+
tinymce.create('tinymce.plugins.NonEditablePlugin', {
|
341
|
+
init : function(ed, url) {
|
342
|
+
var editClass, nonEditClass, nonEditableRegExps;
|
343
|
+
|
344
|
+
editClass = " " + tinymce.trim(ed.getParam("noneditable_editable_class", "mceEditable")) + " ";
|
345
|
+
nonEditClass = " " + tinymce.trim(ed.getParam("noneditable_noneditable_class", "mceNonEditable")) + " ";
|
346
|
+
|
347
|
+
// Setup noneditable regexps array
|
348
|
+
nonEditableRegExps = ed.getParam("noneditable_regexp");
|
349
|
+
if (nonEditableRegExps && !nonEditableRegExps.length) {
|
350
|
+
nonEditableRegExps = [nonEditableRegExps];
|
351
|
+
}
|
352
|
+
|
353
|
+
ed.onPreInit.add(function() {
|
354
|
+
handleContentEditableSelection(ed);
|
355
|
+
|
356
|
+
if (nonEditableRegExps) {
|
357
|
+
ed.onBeforeSetContent.add(function(ed, args) {
|
358
|
+
var i = nonEditableRegExps.length, content = args.content, cls = tinymce.trim(nonEditClass);
|
359
|
+
|
360
|
+
// Don't replace the variables when raw is used for example on undo/redo
|
361
|
+
if (args.format == "raw") {
|
362
|
+
return;
|
363
|
+
}
|
364
|
+
|
365
|
+
while (i--) {
|
366
|
+
content = content.replace(nonEditableRegExps[i], function() {
|
367
|
+
var args = arguments;
|
368
|
+
|
369
|
+
return '<span class="' + cls + '" data-mce-content="' + ed.dom.encode(args[0]) + '">' + ed.dom.encode(typeof(args[1]) === "string" ? args[1] : args[0]) + '</span>';
|
370
|
+
});
|
371
|
+
}
|
372
|
+
|
373
|
+
args.content = content;
|
374
|
+
});
|
375
|
+
}
|
376
|
+
|
377
|
+
// Apply contentEditable true/false on elements with the noneditable/editable classes
|
378
|
+
ed.parser.addAttributeFilter('class', function(nodes) {
|
379
|
+
var i = nodes.length, className, node;
|
380
|
+
|
381
|
+
while (i--) {
|
382
|
+
node = nodes[i];
|
383
|
+
className = " " + node.attr("class") + " ";
|
384
|
+
|
385
|
+
if (className.indexOf(editClass) !== -1) {
|
386
|
+
node.attr(internalName, "true");
|
387
|
+
} else if (className.indexOf(nonEditClass) !== -1) {
|
388
|
+
node.attr(internalName, "false");
|
389
|
+
}
|
390
|
+
}
|
391
|
+
});
|
392
|
+
|
393
|
+
// Remove internal name
|
394
|
+
ed.serializer.addAttributeFilter(internalName, function(nodes, name) {
|
395
|
+
var i = nodes.length, node;
|
396
|
+
|
397
|
+
while (i--) {
|
398
|
+
node = nodes[i];
|
399
|
+
|
400
|
+
if (nonEditableRegExps && node.attr('data-mce-content')) {
|
401
|
+
node.name = "#text";
|
402
|
+
node.type = 3;
|
403
|
+
node.raw = true;
|
404
|
+
node.value = node.attr('data-mce-content');
|
405
|
+
} else {
|
406
|
+
node.attr(externalName, null);
|
407
|
+
node.attr(internalName, null);
|
408
|
+
}
|
409
|
+
}
|
410
|
+
});
|
411
|
+
|
412
|
+
// Convert external name into internal name
|
413
|
+
ed.parser.addAttributeFilter(externalName, function(nodes, name) {
|
414
|
+
var i = nodes.length, node;
|
415
|
+
|
416
|
+
while (i--) {
|
417
|
+
node = nodes[i];
|
418
|
+
node.attr(internalName, node.attr(externalName));
|
419
|
+
node.attr(externalName, null);
|
420
|
+
}
|
421
|
+
});
|
422
|
+
});
|
423
|
+
},
|
424
|
+
|
425
|
+
getInfo : function() {
|
426
|
+
return {
|
427
|
+
longname : 'Non editable elements',
|
428
|
+
author : 'Moxiecode Systems AB',
|
429
|
+
authorurl : 'http://tinymce.moxiecode.com',
|
430
|
+
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/noneditable',
|
431
|
+
version : tinymce.majorVersion + "." + tinymce.minorVersion
|
432
|
+
};
|
433
|
+
}
|
434
|
+
});
|
435
|
+
|
436
|
+
// Register plugin
|
437
|
+
tinymce.PluginManager.add('noneditable', tinymce.plugins.NonEditablePlugin);
|
438
|
+
})();
|
@@ -0,0 +1 @@
|
|
1
|
+
(function(){tinymce.create("tinymce.plugins.PageBreakPlugin",{init:function(b,d){var f='<img src="'+b.theme.url+'/img/trans.gif" class="mcePageBreak mceItemNoResize" />',a="mcePageBreak",c=b.getParam("pagebreak_separator","<!-- pagebreak -->"),e;e=new RegExp(c.replace(/[\?\.\*\[\]\(\)\{\}\+\^\$\:]/g,function(g){return"\\"+g}),"g");b.addCommand("mcePageBreak",function(){b.execCommand("mceInsertContent",0,f)});b.addButton("pagebreak",{title:"pagebreak.desc",cmd:a});b.onInit.add(function(){if(b.theme.onResolveName){b.theme.onResolveName.add(function(g,h){if(h.node.nodeName=="IMG"&&b.dom.hasClass(h.node,a)){h.name="pagebreak"}})}});b.onClick.add(function(g,h){h=h.target;if(h.nodeName==="IMG"&&g.dom.hasClass(h,a)){g.selection.select(h)}});b.onNodeChange.add(function(h,g,i){g.setActive("pagebreak",i.nodeName==="IMG"&&h.dom.hasClass(i,a))});b.onBeforeSetContent.add(function(g,h){h.content=h.content.replace(e,f)});b.onPostProcess.add(function(g,h){if(h.get){h.content=h.content.replace(/<img[^>]+>/g,function(i){if(i.indexOf('class="mcePageBreak')!==-1){i=c}return i})}})},getInfo:function(){return{longname:"PageBreak",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/pagebreak",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("pagebreak",tinymce.plugins.PageBreakPlugin)})();
|
@@ -0,0 +1,74 @@
|
|
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.PageBreakPlugin', {
|
13
|
+
init : function(ed, url) {
|
14
|
+
var pb = '<img src="' + ed.theme.url + '/img/trans.gif" class="mcePageBreak mceItemNoResize" />', cls = 'mcePageBreak', sep = ed.getParam('pagebreak_separator', '<!-- pagebreak -->'), pbRE;
|
15
|
+
|
16
|
+
pbRE = new RegExp(sep.replace(/[\?\.\*\[\]\(\)\{\}\+\^\$\:]/g, function(a) {return '\\' + a;}), 'g');
|
17
|
+
|
18
|
+
// Register commands
|
19
|
+
ed.addCommand('mcePageBreak', function() {
|
20
|
+
ed.execCommand('mceInsertContent', 0, pb);
|
21
|
+
});
|
22
|
+
|
23
|
+
// Register buttons
|
24
|
+
ed.addButton('pagebreak', {title : 'pagebreak.desc', cmd : cls});
|
25
|
+
|
26
|
+
ed.onInit.add(function() {
|
27
|
+
if (ed.theme.onResolveName) {
|
28
|
+
ed.theme.onResolveName.add(function(th, o) {
|
29
|
+
if (o.node.nodeName == 'IMG' && ed.dom.hasClass(o.node, cls))
|
30
|
+
o.name = 'pagebreak';
|
31
|
+
});
|
32
|
+
}
|
33
|
+
});
|
34
|
+
|
35
|
+
ed.onClick.add(function(ed, e) {
|
36
|
+
e = e.target;
|
37
|
+
|
38
|
+
if (e.nodeName === 'IMG' && ed.dom.hasClass(e, cls))
|
39
|
+
ed.selection.select(e);
|
40
|
+
});
|
41
|
+
|
42
|
+
ed.onNodeChange.add(function(ed, cm, n) {
|
43
|
+
cm.setActive('pagebreak', n.nodeName === 'IMG' && ed.dom.hasClass(n, cls));
|
44
|
+
});
|
45
|
+
|
46
|
+
ed.onBeforeSetContent.add(function(ed, o) {
|
47
|
+
o.content = o.content.replace(pbRE, pb);
|
48
|
+
});
|
49
|
+
|
50
|
+
ed.onPostProcess.add(function(ed, o) {
|
51
|
+
if (o.get)
|
52
|
+
o.content = o.content.replace(/<img[^>]+>/g, function(im) {
|
53
|
+
if (im.indexOf('class="mcePageBreak') !== -1)
|
54
|
+
im = sep;
|
55
|
+
|
56
|
+
return im;
|
57
|
+
});
|
58
|
+
});
|
59
|
+
},
|
60
|
+
|
61
|
+
getInfo : function() {
|
62
|
+
return {
|
63
|
+
longname : 'PageBreak',
|
64
|
+
author : 'Moxiecode Systems AB',
|
65
|
+
authorurl : 'http://tinymce.moxiecode.com',
|
66
|
+
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/pagebreak',
|
67
|
+
version : tinymce.majorVersion + "." + tinymce.minorVersion
|
68
|
+
};
|
69
|
+
}
|
70
|
+
});
|
71
|
+
|
72
|
+
// Register plugin
|
73
|
+
tinymce.PluginManager.add('pagebreak', tinymce.plugins.PageBreakPlugin);
|
74
|
+
})();
|
@@ -0,0 +1 @@
|
|
1
|
+
(function(){var c=tinymce.each,a={paste_auto_cleanup_on_paste:true,paste_enable_default_filters:true,paste_block_drop:false,paste_retain_style_properties:"none",paste_strip_class_attributes:"mso",paste_remove_spans:false,paste_remove_styles:false,paste_remove_styles_if_webkit:true,paste_convert_middot_lists:true,paste_convert_headers_to_strong:false,paste_dialog_width:"450",paste_dialog_height:"400",paste_text_use_dialog:false,paste_text_sticky:false,paste_text_sticky_default:false,paste_text_notifyalways:false,paste_text_linebreaktype:"combined",paste_text_replacements:[[/\u2026/g,"..."],[/[\x93\x94\u201c\u201d]/g,'"'],[/[\x60\x91\x92\u2018\u2019]/g,"'"]]};function b(d,e){return d.getParam(e,a[e])}tinymce.create("tinymce.plugins.PastePlugin",{init:function(d,e){var f=this;f.editor=d;f.url=e;f.onPreProcess=new tinymce.util.Dispatcher(f);f.onPostProcess=new tinymce.util.Dispatcher(f);f.onPreProcess.add(f._preProcess);f.onPostProcess.add(f._postProcess);f.onPreProcess.add(function(i,j){d.execCallback("paste_preprocess",i,j)});f.onPostProcess.add(function(i,j){d.execCallback("paste_postprocess",i,j)});d.onKeyDown.addToTop(function(i,j){if(((tinymce.isMac?j.metaKey:j.ctrlKey)&&j.keyCode==86)||(j.shiftKey&&j.keyCode==45)){return false}});d.pasteAsPlainText=b(d,"paste_text_sticky_default");function h(l,j){var k=d.dom,i;f.onPreProcess.dispatch(f,l);l.node=k.create("div",0,l.content);if(tinymce.isGecko){i=d.selection.getRng(true);if(i.startContainer==i.endContainer&&i.startContainer.nodeType==3){if(l.node.childNodes.length===1&&/^(p|h[1-6]|pre)$/i.test(l.node.firstChild.nodeName)&&l.content.indexOf("__MCE_ITEM__")===-1){k.remove(l.node.firstChild,true)}}}f.onPostProcess.dispatch(f,l);l.content=d.serializer.serialize(l.node,{getInner:1,forced_root_block:""});if((!j)&&(d.pasteAsPlainText)){f._insertPlainText(l.content);if(!b(d,"paste_text_sticky")){d.pasteAsPlainText=false;d.controlManager.setActive("pastetext",false)}}else{f._insert(l.content)}}d.addCommand("mceInsertClipboardContent",function(i,j){h(j,true)});if(!b(d,"paste_text_use_dialog")){d.addCommand("mcePasteText",function(j,i){var k=tinymce.util.Cookie;d.pasteAsPlainText=!d.pasteAsPlainText;d.controlManager.setActive("pastetext",d.pasteAsPlainText);if((d.pasteAsPlainText)&&(!k.get("tinymcePasteText"))){if(b(d,"paste_text_sticky")){d.windowManager.alert(d.translate("paste.plaintext_mode_sticky"))}else{d.windowManager.alert(d.translate("paste.plaintext_mode"))}if(!b(d,"paste_text_notifyalways")){k.set("tinymcePasteText","1",new Date(new Date().getFullYear()+1,12,31))}}})}d.addButton("pastetext",{title:"paste.paste_text_desc",cmd:"mcePasteText"});d.addButton("selectall",{title:"paste.selectall_desc",cmd:"selectall"});function g(s){var l,p,j,t,k=d.selection,o=d.dom,q=d.getBody(),i,r;if(s.clipboardData||o.doc.dataTransfer){r=(s.clipboardData||o.doc.dataTransfer).getData("Text");if(d.pasteAsPlainText){s.preventDefault();h({content:o.encode(r).replace(/\r?\n/g,"<br />")});return}}if(o.get("_mcePaste")){return}l=o.add(q,"div",{id:"_mcePaste","class":"mcePaste","data-mce-bogus":"1"},"\uFEFF\uFEFF");if(q!=d.getDoc().body){i=o.getPos(d.selection.getStart(),q).y}else{i=q.scrollTop+o.getViewPort(d.getWin()).y}o.setStyles(l,{position:"absolute",left:tinymce.isGecko?-40:0,top:i-25,width:1,height:1,overflow:"hidden"});if(tinymce.isIE){t=k.getRng();j=o.doc.body.createTextRange();j.moveToElementText(l);j.execCommand("Paste");o.remove(l);if(l.innerHTML==="\uFEFF\uFEFF"){d.execCommand("mcePasteWord");s.preventDefault();return}k.setRng(t);k.setContent("");setTimeout(function(){h({content:l.innerHTML})},0);return tinymce.dom.Event.cancel(s)}else{function m(n){n.preventDefault()}o.bind(d.getDoc(),"mousedown",m);o.bind(d.getDoc(),"keydown",m);p=d.selection.getRng();l=l.firstChild;j=d.getDoc().createRange();j.setStart(l,0);j.setEnd(l,2);k.setRng(j);window.setTimeout(function(){var u="",n;if(!o.select("div.mcePaste > div.mcePaste").length){n=o.select("div.mcePaste");c(n,function(w){var v=w.firstChild;if(v&&v.nodeName=="DIV"&&v.style.marginTop&&v.style.backgroundColor){o.remove(v,1)}c(o.select("span.Apple-style-span",w),function(x){o.remove(x,1)});c(o.select("br[data-mce-bogus]",w),function(x){o.remove(x)});if(w.parentNode.className!="mcePaste"){u+=w.innerHTML}})}else{u="<p>"+o.encode(r).replace(/\r?\n\r?\n/g,"</p><p>").replace(/\r?\n/g,"<br />")+"</p>"}c(o.select("div.mcePaste"),function(v){o.remove(v)});if(p){k.setRng(p)}h({content:u});o.unbind(d.getDoc(),"mousedown",m);o.unbind(d.getDoc(),"keydown",m)},0)}}if(b(d,"paste_auto_cleanup_on_paste")){if(tinymce.isOpera||/Firefox\/2/.test(navigator.userAgent)){d.onKeyDown.addToTop(function(i,j){if(((tinymce.isMac?j.metaKey:j.ctrlKey)&&j.keyCode==86)||(j.shiftKey&&j.keyCode==45)){g(j)}})}else{d.onPaste.addToTop(function(i,j){return g(j)})}}d.onInit.add(function(){d.controlManager.setActive("pastetext",d.pasteAsPlainText);if(b(d,"paste_block_drop")){d.dom.bind(d.getBody(),["dragend","dragover","draggesture","dragdrop","drop","drag"],function(i){i.preventDefault();i.stopPropagation();return false})}});f._legacySupport()},getInfo:function(){return{longname:"Paste text/word",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_preProcess:function(g,e){var k=this.editor,j=e.content,p=tinymce.grep,n=tinymce.explode,f=tinymce.trim,l,i;function d(h){c(h,function(o){if(o.constructor==RegExp){j=j.replace(o,"")}else{j=j.replace(o[0],o[1])}})}if(k.settings.paste_enable_default_filters==false){return}if(tinymce.isIE&&document.documentMode>=9){d([[/(?:<br> [\s\r\n]+|<br>)*(<\/?(h[1-6r]|p|div|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|caption|blockquote|center|dl|dt|dd|dir|fieldset)[^>]*>)(?:<br> [\s\r\n]+|<br>)*/g,"$1"]]);d([[/<br><br>/g,"<BR><BR>"],[/<br>/g," "],[/<BR><BR>/g,"<br>"]])}if(/class="?Mso|style="[^"]*\bmso-|w:WordDocument/i.test(j)||e.wordContent){e.wordContent=true;d([/^\s*( )+/gi,/( |<br[^>]*>)+\s*$/gi]);if(b(k,"paste_convert_headers_to_strong")){j=j.replace(/<p [^>]*class="?MsoHeading"?[^>]*>(.*?)<\/p>/gi,"<p><strong>$1</strong></p>")}if(b(k,"paste_convert_middot_lists")){d([[/<!--\[if !supportLists\]-->/gi,"$&__MCE_ITEM__"],[/(<span[^>]+(?:mso-list:|:\s*symbol)[^>]+>)/gi,"$1__MCE_ITEM__"],[/(<p[^>]+(?:MsoListParagraph)[^>]+>)/gi,"$1__MCE_ITEM__"]])}d([/<!--[\s\S]+?-->/gi,/<(!|script[^>]*>.*?<\/script(?=[>\s])|\/?(\?xml(:\w+)?|img|meta|link|style|\w:\w+)(?=[\s\/>]))[^>]*>/gi,[/<(\/?)s>/gi,"<$1strike>"],[/ /gi,"\u00a0"]]);do{l=j.length;j=j.replace(/(<[a-z][^>]*\s)(?:id|name|language|type|on\w+|\w+:\w+)=(?:"[^"]*"|\w+)\s?/gi,"$1")}while(l!=j.length);if(b(k,"paste_retain_style_properties").replace(/^none$/i,"").length==0){j=j.replace(/<\/?span[^>]*>/gi,"")}else{d([[/<span\s+style\s*=\s*"\s*mso-spacerun\s*:\s*yes\s*;?\s*"\s*>([\s\u00a0]*)<\/span>/gi,function(o,h){return(h.length>0)?h.replace(/./," ").slice(Math.floor(h.length/2)).split("").join("\u00a0"):""}],[/(<[a-z][^>]*)\sstyle="([^"]*)"/gi,function(t,h,r){var u=[],o=0,q=n(f(r).replace(/"/gi,"'"),";");c(q,function(s){var w,y,z=n(s,":");function x(A){return A+((A!=="0")&&(/\d$/.test(A)))?"px":""}if(z.length==2){w=z[0].toLowerCase();y=z[1].toLowerCase();switch(w){case"mso-padding-alt":case"mso-padding-top-alt":case"mso-padding-right-alt":case"mso-padding-bottom-alt":case"mso-padding-left-alt":case"mso-margin-alt":case"mso-margin-top-alt":case"mso-margin-right-alt":case"mso-margin-bottom-alt":case"mso-margin-left-alt":case"mso-table-layout-alt":case"mso-height":case"mso-width":case"mso-vertical-align-alt":u[o++]=w.replace(/^mso-|-alt$/g,"")+":"+x(y);return;case"horiz-align":u[o++]="text-align:"+y;return;case"vert-align":u[o++]="vertical-align:"+y;return;case"font-color":case"mso-foreground":u[o++]="color:"+y;return;case"mso-background":case"mso-highlight":u[o++]="background:"+y;return;case"mso-default-height":u[o++]="min-height:"+x(y);return;case"mso-default-width":u[o++]="min-width:"+x(y);return;case"mso-padding-between-alt":u[o++]="border-collapse:separate;border-spacing:"+x(y);return;case"text-line-through":if((y=="single")||(y=="double")){u[o++]="text-decoration:line-through"}return;case"mso-zero-height":if(y=="yes"){u[o++]="display:none"}return}if(/^(mso|column|font-emph|lang|layout|line-break|list-image|nav|panose|punct|row|ruby|sep|size|src|tab-|table-border|text-(?!align|decor|indent|trans)|top-bar|version|vnd|word-break)/.test(w)){return}u[o++]=w+":"+z[1]}});if(o>0){return h+' style="'+u.join(";")+'"'}else{return h}}]])}}if(b(k,"paste_convert_headers_to_strong")){d([[/<h[1-6][^>]*>/gi,"<p><strong>"],[/<\/h[1-6][^>]*>/gi,"</strong></p>"]])}d([[/Version:[\d.]+\nStartHTML:\d+\nEndHTML:\d+\nStartFragment:\d+\nEndFragment:\d+/gi,""]]);i=b(k,"paste_strip_class_attributes");if(i!=="none"){function m(q,o){if(i==="all"){return""}var h=p(n(o.replace(/^(["'])(.*)\1$/,"$2")," "),function(r){return(/^(?!mso)/i.test(r))});return h.length?' class="'+h.join(" ")+'"':""}j=j.replace(/ class="([^"]+)"/gi,m);j=j.replace(/ class=([\-\w]+)/gi,m)}if(b(k,"paste_remove_spans")){j=j.replace(/<\/?span[^>]*>/gi,"")}e.content=j},_postProcess:function(g,i){var f=this,e=f.editor,h=e.dom,d;if(e.settings.paste_enable_default_filters==false){return}if(i.wordContent){c(h.select("a",i.node),function(j){if(!j.href||j.href.indexOf("#_Toc")!=-1){h.remove(j,1)}});if(b(e,"paste_convert_middot_lists")){f._convertLists(g,i)}d=b(e,"paste_retain_style_properties");if((tinymce.is(d,"string"))&&(d!=="all")&&(d!=="*")){d=tinymce.explode(d.replace(/^none$/i,""));c(h.select("*",i.node),function(m){var n={},k=0,l,o,j;if(d){for(l=0;l<d.length;l++){o=d[l];j=h.getStyle(m,o);if(j){n[o]=j;k++}}}h.setAttrib(m,"style","");if(d&&k>0){h.setStyles(m,n)}else{if(m.nodeName=="SPAN"&&!m.className){h.remove(m,true)}}})}}if(b(e,"paste_remove_styles")||(b(e,"paste_remove_styles_if_webkit")&&tinymce.isWebKit)){c(h.select("*[style]",i.node),function(j){j.removeAttribute("style");j.removeAttribute("data-mce-style")})}else{if(tinymce.isWebKit){c(h.select("*",i.node),function(j){j.removeAttribute("data-mce-style")})}}},_convertLists:function(g,e){var i=g.editor.dom,h,l,d=-1,f,m=[],k,j;c(i.select("p",e.node),function(t){var q,u="",s,r,n,o;for(q=t.firstChild;q&&q.nodeType==3;q=q.nextSibling){u+=q.nodeValue}u=t.innerHTML.replace(/<\/?\w+[^>]*>/gi,"").replace(/ /g,"\u00a0");if(/^(__MCE_ITEM__)+[\u2022\u00b7\u00a7\u00d8o\u25CF]\s*\u00a0*/.test(u)){s="ul"}if(/^__MCE_ITEM__\s*\w+\.\s*\u00a0+/.test(u)){s="ol"}if(s){f=parseFloat(t.style.marginLeft||0);if(f>d){m.push(f)}if(!h||s!=k){h=i.create(s);i.insertAfter(h,t)}else{if(f>d){h=l.appendChild(i.create(s))}else{if(f<d){n=tinymce.inArray(m,f);o=i.getParents(h.parentNode,s);h=o[o.length-1-n]||h}}}c(i.select("span",t),function(v){var p=v.innerHTML.replace(/<\/?\w+[^>]*>/gi,"");if(s=="ul"&&/^__MCE_ITEM__[\u2022\u00b7\u00a7\u00d8o\u25CF]/.test(p)){i.remove(v)}else{if(/^__MCE_ITEM__[\s\S]*\w+\.( |\u00a0)*\s*/.test(p)){i.remove(v)}}});r=t.innerHTML;if(s=="ul"){r=t.innerHTML.replace(/__MCE_ITEM__/g,"").replace(/^[\u2022\u00b7\u00a7\u00d8o\u25CF]\s*( |\u00a0)+\s*/,"")}else{r=t.innerHTML.replace(/__MCE_ITEM__/g,"").replace(/^\s*\w+\.( |\u00a0)+\s*/,"")}l=h.appendChild(i.create("li",0,r));i.remove(t);d=f;k=s}else{h=d=0}});j=e.node.innerHTML;if(j.indexOf("__MCE_ITEM__")!=-1){e.node.innerHTML=j.replace(/__MCE_ITEM__/g,"")}},_insert:function(f,d){var e=this.editor,g=e.selection.getRng();if(!e.selection.isCollapsed()&&g.startContainer!=g.endContainer){e.getDoc().execCommand("Delete",false,null)}e.execCommand("mceInsertContent",false,f,{skip_undo:d})},_insertPlainText:function(g){var d=this.editor,e=b(d,"paste_text_linebreaktype"),i=b(d,"paste_text_replacements"),f=tinymce.is;function h(j){c(j,function(k){if(k.constructor==RegExp){g=g.replace(k,"")}else{g=g.replace(k[0],k[1])}})}if((typeof(g)==="string")&&(g.length>0)){if(/<(?:p|br|h[1-6]|ul|ol|dl|table|t[rdh]|div|blockquote|fieldset|pre|address|center)[^>]*>/i.test(g)){h([/[\n\r]+/g])}else{h([/\r+/g])}h([[/<\/(?:p|h[1-6]|ul|ol|dl|table|div|blockquote|fieldset|pre|address|center)>/gi,"\n\n"],[/<br[^>]*>|<\/tr>/gi,"\n"],[/<\/t[dh]>\s*<t[dh][^>]*>/gi,"\t"],/<[a-z!\/?][^>]*>/gi,[/ /gi," "],[/(?:(?!\n)\s)*(\n+)(?:(?!\n)\s)*/gi,"$1"],[/\n{3,}/g,"\n\n"]]);g=d.dom.decode(tinymce.html.Entities.encodeRaw(g));if(f(i,"array")){h(i)}else{if(f(i,"string")){h(new RegExp(i,"gi"))}}if(e=="none"){h([[/\n+/g," "]])}else{if(e=="br"){h([[/\n/g,"<br />"]])}else{if(e=="p"){h([[/\n+/g,"</p><p>"],[/^(.*<\/p>)(<p>)$/,"<p>$1"]])}else{h([[/\n\n/g,"</p><p>"],[/^(.*<\/p>)(<p>)$/,"<p>$1"],[/\n/g,"<br />"]])}}}d.execCommand("mceInsertContent",false,g)}},_legacySupport:function(){var e=this,d=e.editor;d.addCommand("mcePasteWord",function(){d.windowManager.open({file:e.url+"/pasteword.htm",width:parseInt(b(d,"paste_dialog_width")),height:parseInt(b(d,"paste_dialog_height")),inline:1})});if(b(d,"paste_text_use_dialog")){d.addCommand("mcePasteText",function(){d.windowManager.open({file:e.url+"/pastetext.htm",width:parseInt(b(d,"paste_dialog_width")),height:parseInt(b(d,"paste_dialog_height")),inline:1})})}d.addButton("pasteword",{title:"paste.paste_word_desc",cmd:"mcePasteWord"})}});tinymce.PluginManager.add("paste",tinymce.plugins.PastePlugin)})();
|