Cytat(-qwaq- @ 3.04.2008, 14:11:22 )

prawdopodobnie
Kod
theme : "simple",
gwarantuje taki a nie inny wyglad
Jak dam - "advanced", to jeszcze więcej nie potrzebnych ikonek będzie.
Ok zadziałało, ale tylko z "advanced"
Zamieszczam kod jakby ktoś potrzebował.
Kod
tinyMCE.init({
mode : "textareas",
editor_selector : "mceEditor",
theme : "advanced",
plugins : "contextmenu",
theme_advanced_buttons1 : "bold,italic,underline",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
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",
extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|on
ouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
external_link_list_url : "example_data/example_link_list.js",
external_image_list_url : "example_data/example_image_list.js",
flash_external_list_url : "example_data/example_flash_list.js"
});