Re: Echte Absätze
tinyMCE.init({ldelim}
mode : "exact",
language : "{$tinymce_lang_short}",
elements : "ta,teaser",
theme : "advanced",
plugins : "style,layer,table,media,advhr,advimage,advlink,media,emotions,iespell,insertdatetime,preview,searchreplace,print,contextmenu,paste,spellchecker,style,template,xhtmlxtras",
//theme_advanced_buttons1_add_before : "save,separator",
//theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons1_add : "zoom,cite,abbr,acronym,insertlayer,moveforward,movebackward,absolute,|,styleprops,|",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,",
theme_advanced_buttons2_add_before: "cut,copy,paste,pasteword,separator,search,replace,separator,template",
theme_advanced_buttons3_add_before : "tablecontrols,separator,spellchecker",
theme_advanced_buttons3_add : "iespell,advhr,separator,print, media",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
convert_newlines_to_brs : true,
convert_urls : false,
accessibility_focus : true,
inline_styles : true,
convert_fonts_to_spans : true,
fix_list_elements : true,
remove_trailing_nbsp : true,
trim_span_elements : false,
theme_advanced_resizing : true,
force_p_newlines : true,
force_br_newlines : false,
verify_html : false,
entity_encoding : "raw",
relative_urls : false,
remove_script_host : true,
spellchecker_languages : "+Deutsch=de,English=en",
//content_css : './papoo_css.php',
content_css : '../{$standard_style},./css/hintergrund.css',
external_link_list_url : "./example_link_list.php?tinymce_lang_id={$tinymce_lang_id}",
external_image_list_url : "./example_image_list.php?tinymce_lang_id={$tinymce_lang_id}",
media_external_list_url : "./example_media_list.php?tinymce_lang_id={$tinymce_lang_id}",
template_external_list_url : "example_template_list.js",
valid_elements : "*[*]"
{rdelim} );
//function fileBrowserCallBack(field_name, url, type)
//{ldelim}
// This is where you insert your custom filebrowser logic
//alert("Filebrowser callback: " + field_name + "," + url + "," + type);
//{rdelim}