Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/05/2011, 13:38
Avatar de BloodShadow
BloodShadow
 
Fecha de Ingreso: marzo-2010
Ubicación: El Salvador
Mensajes: 393
Antigüedad: 14 años, 1 mes
Puntos: 52
Respuesta: height y execCommand tiny editor

solucionado por mi mismo xD

para los que tengan el mismo problema la solución es hacer un init antes del exeCommand

Código Javascript:
Ver original
  1. tinyMCE.init({ height: '100px', width: '100%' });
  2. tinyMCE.execCommand('mceAddControl', false, 'category_description');