Tema: Cleditor
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/11/2014, 15:15
Avatar de dAvidcA
dAvidcA
 
Fecha de Ingreso: septiembre-2009
Ubicación: /home/dev/
Mensajes: 73
Antigüedad: 14 años, 7 meses
Puntos: 7
Respuesta: Cleditor

Hola Patriarka, después de un rato desordenando dicha librería y la documentación logré hacerlo así:

Código Javascript:
Ver original
  1. var editor = $("#editor_ta").cleditor()[0];
  2. var editorFrame = editor.$frame[0].contentWindow.document;    
  3. $(editorFrame).find('body').bind("paste", function() {
  4.     alert('debe limipiar links y formato el texto')
  5. });

Saludos.