hola, gracias por tu respuesta
utilizo un tema con algunos formularios personalizados, en uno de ellos, se introduce texto en un textarea, que luego se puede editar en otro textarea al que se le aplica esta configuración de tinymce:
Código Javascript
:
Ver original<script type="text/javascript">
tinyMCE.init({
mode : "exact",
elements : "short2",
//theme : "simple",
theme : "advanced",
height:"250",
width:"650",
// Theme options
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,forecolor",
//theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,| formatselect,fontselect,fontsizeselect, image, link",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,| formatselect,fontselect,fontsizeselect",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false
});
</script>
y no se que configuración habría que utilizar para que reconociera los saltos.
no se si instalando el plugin es suficiente.
un saludo,
josé carlos.