HTML-Code:
tinyMCE.init({
14 theme : "advanced",
15 language : "de",
16 mode : "specific_textareas",
17 document_base_url : "http://tvoberachern.de/",
18 relative_urls : false,
19 remove_script_host : false,
20 save_callback : "TinyMCE_Save",
21 invalid_elements : "script,applet,iframe",
22 theme_advanced_toolbar_location : "top",
23 theme_advanced_source_editor_height : "550",
24 theme_advanced_source_editor_width : "750",
25 directionality: "ltr",
26 force_br_newlines : "false",
27 force_p_newlines : "true",
28 content_css : "http://tvoberachern.de/templates/test_sakera_blue/css/template_css.css",
29 debug : false,
30 cleanup : true,
31 cleanup_on_startup : false,
32 safari_warning : false,
33 plugins : "advlink, advimage, , preview, searchreplace, insertdatetime, emotions, advhr, flash, table, fullscreen, layer, style, visualchars, media, nonbreaking",
34 theme_advanced_buttons2_add : ", preview, search,replace, insertdate, inserttime, emotions, insertlayer, moveforward, movebackward, absolute",
35 theme_advanced_buttons3_add : ", advhr, flash, tablecontrols, fullscreen, styleprops, visualchars, media, nonbreaking",
36 plugin_insertdate_dateFormat : "%Y-%m-%d",
37 plugin_insertdate_timeFormat : "%H:%M:%S",
38 plugin_preview_width : "750",
39 plugin_preview_height : "550",
40 extended_valid_elements : "a[name|href|target|title|onclick], img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name], , hr[class|width|size|noshade]",
41 disk_cache : true,
42 debug : false,
43 fullscreen_settings : {
44 theme_advanced_path_location : "top"
45 }
46 });
Wäre über tipps sehr sehr dankbar. Und vorallem wo ich überhaupt nach Fehlern suchen muss. Firebug sagt, dass es in der index2.php liegt, aber ich find nix.... achja die Meldung kommt nur im Backend, deswegen bringt euch ein Link nix.
Lesezeichen