Foros del Web » Programando para Internet » Javascript »

TinyMCE no funciona en Ipad

Estas en el tema de TinyMCE no funciona en Ipad en el foro de Javascript en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 19/12/2012, 17:28
 
Fecha de Ingreso: mayo-2003
Mensajes: 523
Antigüedad: 21 años
Puntos: 6
TinyMCE no funciona en Ipad

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.

Etiquetas: funcion, html, ipad, tinymce
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:18.