Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/12/2007, 17:19
Nono Martínez
 
Fecha de Ingreso: noviembre-2004
Mensajes: 117
Antigüedad: 20 años, 1 mes
Puntos: 0
Re: Problema con TinyMCE y Prototype

Cita:
tinyRepaint = function (obj) {
inst = tinyMCE.getInstanceById(obj.id);
if (!inst){
tinyMCE.execCommand("mceAddControl", false , obj.id);
}else{
tinyMCE.execCommand('mceResetDesignMode', false, obj.id);
}
}
Algo mas simplificado
__________________
Saludos a todos ;)

Fiat en Malaga
.. y ahora con CSS!