angelegt, aber es ändert nix, das Problem bleibt bestehen.
aber das hat auch keine Änderung gebracht.
Code: Alles auswählen
<script language="JavaScript" type="text/javascript">
tinyMCE.init({
'content_css': 'http://192.168.0.40/xyz/cms/css/tinymce.css',
'valid_elements': '*[*]',
'mode': 'exact',
'theme': 'advanced',
'theme_advanced_toolbar_location': 'top',
'theme_advanced_path_location': 'bottom',
'remove_script_host': false,
'file_browser_callback': 'myCustomFileBrowser',
'urlconverter_callback': 'CustomURLConverter',
'theme_advanced_resizing': true,
'pagebreak_separator': '<!-- my page break -->',
'apply_source_formatting': true,
'remove_linebreaks': false,
'convert_urls': true,
'relative_urls': true,
'elements': 'CMS_HTML',
'language': 'de',
'document_base_url': 'http://192.168.0.40/xyz/cms/',
'cleanup_callback': '',
'width': '100%',
'height': '480px',
'directionality': 'ltr',
'theme_advanced_toolbar_align': 'left',
'plugin_insertdate_dateFormat': '%Y-%m-%d',
'plugin_insertdate_timeFormat': '%H:%M:%S',
'theme_advanced_buttons1': 'cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,bold,italic,underline,strikethrough,sub,sup,|,insertdate,inserttime,preview,|,help',
'theme_advanced_buttons2': 'link,unlink,anchor,image,media,advhr,|,<bullist,numlist>,|,outdent,indent,blockquote,|,justifyleft,justifycenter,justifyright,justifyfull,removeformat,|,forecolor,backcolor,|,ltr,rtl,|,fullscreen,visualaid,charmap,cleanup,|,code',
'theme_advanced_buttons3': 'tablecontrols,|,styleselect,formatselect,fontselect,fontsizeselect,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak',
'plugins': 'safari,table,save,advhr,advimage,advlink,pagebreak,style,layer,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups',
'extended_valid_elements': 'form[name|action|method],textarea[name|style|cols|rows],input[type|name|value|style|onclick],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],font[face|size|color|style],span[class|align|style]',
'contenido_background_color': 'white',
'article_url_suffix': 'front_content.php?idart=1'
});
</script>
Auch die eingebundene CSS Datei für tinymce.css hat keine Auswirkungen auf den Editor, da ist das gleiche Problem. Ich habe diese eingebunden bei den Mandanteneinstellungen und im Quellcode ist die Datei ja auch richtig eingebunden. Trotzdem wird die Schrift nicht in Arial wie in der CSS Datei angegeben angezeigt.