]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/examples/word.html
Remove tinyMCE libraries
[friendica.git] / library / tinymce / examples / word.html
diff --git a/library/tinymce/examples/word.html b/library/tinymce/examples/word.html
deleted file mode 100644 (file)
index d827b6f..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-<title>Word processor example</title>\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
-       tinyMCE.init({\r
-               // General options\r
-               mode : "textareas",\r
-               theme : "advanced",\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
-               theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",\r
-               theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",\r
-               theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft",\r
-               theme_advanced_toolbar_location : "top",\r
-               theme_advanced_toolbar_align : "left",\r
-               theme_advanced_statusbar_location : "bottom",\r
-               theme_advanced_resizing : true,\r
-\r
-               // Example word content CSS (should be your site CSS) this one removes paragraph margins\r
-               content_css : "css/word.css",\r
-\r
-               // Drop lists for link/image/media/template dialogs\r
-               template_external_list_url : "lists/template_list.js",\r
-               external_link_list_url : "lists/link_list.js",\r
-               external_image_list_url : "lists/image_list.js",\r
-               media_external_list_url : "lists/media_list.js",\r
-\r
-               // Replace values for the template plugin\r
-               template_replace_values : {\r
-                       username : "Some User",\r
-                       staffid : "991234"\r
-               }\r
-       });\r
-</script>\r
-<!-- /TinyMCE -->\r
-\r
-</head>\r
-<body>\r
-\r
-<form method="post" action="http://tinymce.moxiecode.com/dump.php?example=true">\r
-       <h3>Word processor example</h3>\r
-\r
-       <p>\r
-               This page shows you how to configure TinyMCE to work more like common word processors.\r
-               There are more examples on how to use TinyMCE in the <a href="http://tinymce.moxiecode.com/examples/">Wiki</a>.\r
-       </p>\r
-\r
-       <!-- Gets replaced with TinyMCE, remember HTML in a textarea should be encoded -->\r
-       <textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">\r
-               &lt;p&gt;This is the first paragraph.&lt;/p&gt;\r
-               &lt;p&gt;This is the second paragraph.&lt;/p&gt;\r
-               &lt;p&gt;This is the third paragraph.&lt;/p&gt;\r
-       </textarea>\r
-\r
-       <br />\r
-       <input type="submit" name="save" value="Submit" />\r
-       <input type="reset" name="reset" value="Reset" />\r
-</form>\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