]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/examples/custom_formats.html
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
[friendica.git] / library / tinymce / examples / custom_formats.html
old mode 100755 (executable)
new mode 100644 (file)
index 7c475b1..ba9d1eb
@@ -10,7 +10,7 @@
                // 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,wordcount,advlist,autosave",\r
+               plugins : "autolink,lists,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,wordcount,advlist,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="reset" name="reset" value="Reset" />\r
        </div>\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