]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/examples/translate.html
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
[friendica.git] / library / tinymce / examples / translate.html
diff --git a/library/tinymce/examples/translate.html b/library/tinymce/examples/translate.html
deleted file mode 100755 (executable)
index bdd8ac5..0000000
+++ /dev/null
@@ -1,80 +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>Full featured example</title>\r
-<style>\r
-body {font-family:Arial,Verdana; font-size: 12px;}\r
-</style>\r
-\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
-               plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",\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",\r
-               theme_advanced_toolbar_location : "top",\r
-               theme_advanced_toolbar_align : "left",\r
-               theme_advanced_path_location : "bottom",\r
-               theme_advanced_resizing : true,\r
-\r
-               // Example content CSS (should be your site CSS)\r
-               content_css : "css/content.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
-               // Enable translation mode\r
-               translate_mode : true,\r
-               language : "en"\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>Translation</h3>\r
-\r
-       <p>This page enables you to translate TinyMCE by using XML files.</p>\r
-       <p>Steps to translate:</p>\r
-       <ol>\r
-               <li>Download one of the language XML files from the TinyMCE site.</li>\r
-               <li>Place it in /jscripts/tiny_mce/langs directory, for example /jscripts/tiny_mce/langs/sv.xml.</li>\r
-               <li>Change the language init option in this file to match the XML file code. For example: sv</li>\r
-               <li>TinyMCE will now use the XML file instead of the .js versions.</li>\r
-               <li>Modify the XML file until everything is translated</li>\r
-               <li>Modify the author information, this is optional.</li>\r
-               <li>Upload the XML file to the TinyMCE site to share it with others.</li>\r
-               <li>You can now download the .js versions of the language pack from the TinyMCE site.</li>\r
-       </ol>\r
-\r
-       <textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 80%">\r
-               &lt;p&gt;\r
-                       This is some example text that you can edit inside the &lt;strong&gt;TinyMCE editor&lt;/strong&gt;.\r
-               &lt;/p&gt;\r
-               &lt;p&gt;\r
-               Nam nisi elit, cursus in rhoncus sit amet, pulvinar laoreet leo. Nam sed lectus quam, ut sagittis tellus. Quisque dignissim mauris a augue rutrum tempor. Donec vitae purus nec massa vestibulum ornare sit amet id tellus. Nunc quam mauris, fermentum nec lacinia eget, sollicitudin nec ante. Aliquam molestie volutpat dapibus. Nunc interdum viverra sodales. Morbi laoreet pulvinar gravida. Quisque ut turpis sagittis nunc accumsan vehicula. Duis elementum congue ultrices. Cras faucibus feugiat arcu quis lacinia. In hac habitasse platea dictumst. Pellentesque fermentum magna sit amet tellus varius ullamcorper. Vestibulum at urna augue, eget varius neque. Fusce facilisis venenatis dapibus. Integer non sem at arcu euismod tempor nec sed nisl. Morbi ultricies, mauris ut ultricies adipiscing, felis odio condimentum massa, et luctus est nunc nec eros.\r
-               &lt;/p&gt;\r
-       </textarea>\r
-</form>\r
-\r
-</body>\r
-</html>\r