|
tinyMCE problem
Hallo alle zusammen!ich hab hier ein folgendes problem:
erstmal meine Code :
tinyMCE.init({
entities : "",
mode : "exact",
elements : "${useArea}",
theme : "advanced",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,undo,redo,link,unlink",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
//theme_advanced_buttons1 : "tablecontrols",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
//theme_advanced_path_location : "bottom",
force_p_newlines : true,
force_br_newlines : false,
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],font[face|size|color|style],span[class|align|style]"
});
Also die grafische darstellung funktioniert aber wenn bei meiner seite nach unten gehe , dann geht alles natuerlich automatisch nach oben aber an dieser stelle hackt es:theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,undo,redo,link,unlink",
es bleibt da stehen!geht nicht mit nach oben!und das problem hab ich nur im IE browser!IM firefox funk alles einwandfrei!Konnt ihr mir vielleicht helfen!woist das problem!
Danke
|