Tema: TinyMCE
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/06/2012, 05:40
Avatar de YYs86
YYs86
 
Fecha de Ingreso: abril-2012
Ubicación: Salamanca
Mensajes: 136
Antigüedad: 12 años
Puntos: 14
Respuesta: TinyMCE

Prueba dandole una clase a los textareas, tipo class=".tinymcsMin":

Código Javascript:
Ver original
  1. $('textarea.tinymceMin').tinymce({
  2.  
  3. // Location of TinyMCE
  4. script_url : 'http://tuweb.com/js/tiny_mce/tiny_mce.js',
  5.  
  6. //Language
  7. language : "es",
  8.        
  9. //Stop convert urls
  10. convert_urls : false,
  11.  
  12. // General options
  13. theme : "simple"
  14.        
  15. });
__________________
Web developer:

http://xtremgaming.es
http://leaderleague.com

Última edición por YYs86; 07/06/2012 a las 05:42 Razón: Mas info