Hola tengo este código de TinyMCE que funciona OK en todos los navegadores de mi PC (incluido safari):
<script type="text/javascript">
tinyMCE.init({
mode : "exact",
elements : "detalle",
theme : "advanced",
language : "en",
width : "550",
height : "280",
plugins :
"style,layer,table,advhr,advimage,advlist,advlink, emotions,iespell,inlinepopups,insertdatetime,previ ew,media,searchreplace,print,contextmenu,paste,dir ectionality,fullscreen,noneditable,visualchars,non breaking,xhtmlxtras,template,wordcount",
theme_advanced_font_sizes : "8px=8px, 10px=10px, 11px=11px, 12px=12px, 14px=14px, 16px=16px, 20px=20px, 22px=22px, 24px=26px, 26px=26px, 30px=30px, 34px=34px, 36px=36px",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft ,justifycenter,justifyright,justifyfull,|,bullist, numlist,outdent,indent,|,styleselect,fontsizeselec t,forecolor",
theme_advanced_buttons2 : "link,unlink,|,image,code,hr,|,sub,sup,charmap,|,r emoveformat,cleanup",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
content_css : "rtf_editor.css"
});
</script>
Sin embargo en el safari del Ipad NO se ve el editor...
¿Alguien tiene alguna experiencia con esto?
Desde ya muchas gracias.