]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/examples/word.html
Removed the legacy function calls, removed unused functions
[friendica.git] / library / tinymce / examples / word.html
old mode 100755 (executable)
new mode 100644 (file)
index f778f98..d827b6f
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">\r
 <head>\r
 <title>Word processor example</title>\r
-\r
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />\r
 <!-- TinyMCE -->\r
 <script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>\r
 <script type="text/javascript">\r
@@ -10,7 +10,8 @@
                // General options\r
                mode : "textareas",\r
                theme : "advanced",\r
-               plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,autosave",\r
+               skin : "o2k7",\r
+               plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,autosave",\r
 \r
                // Theme options\r
                theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",\r
        <input type="submit" name="save" value="Submit" />\r
        <input type="reset" name="reset" value="Reset" />\r
 </form>\r
-\r
+<script type="text/javascript">\r
+if (document.location.protocol == 'file:') {\r
+       alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");\r
+}\r
+</script>\r
 </body>\r
 </html>\r