02/12/2007, 17:19
|
| | 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 |