Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/09/2009, 16:19
Avatar de Sandino
Sandino
 
Fecha de Ingreso: octubre-2006
Mensajes: 277
Antigüedad: 17 años, 6 meses
Puntos: 1
duda con tinymce

Hola amigos tengo un problema instale un tinymce como textarea el problema esta que al momento de llegar al limite de mi textarea este le aparece un scroll vertical cosa que yo no quiero, quiero que salte una linea no que siga hacia el lado e buscado soluciones y ninguna me a servidor, espero me puedan ayudar.Gracias!!
El codigo q tengo es:
Código PHP:
 tinyMCE.init({
  
mode "exact",
  
force_br_newlines true,
    
width :"600",
    
height:"300",    
    
theme_advanced_resize_horizontalfalse,
      
mode "textareas",
    
theme 'advanced',
     
elements "div2",
    
theme_advanced_toolbar_location 'top',
      
theme_advanced_buttons1 "bold,italic,underline, undo,redo,fontsizeselect,spellchecker,|,justifyleft,justifycenter,justifyright,justifyfull",
      
theme_advanced_buttons2 "",
      
theme_advanced_buttons3 "",
    
theme_advanced_buttons4"",
      
theme_advanced_toolbar_align 'left',
    
plugins "paste,spellchecker",
    
spellchecker_languages "+spanish=es",
    
extended_valid_elements "td[*],div[*],form[*],input[*]"