Inicio › Forums › Ayuda / Ajuda / Laguntza / Axuda / Help › Editor de texto. ¿Por qué SIEMPRE minimizado?
This topic contains 4 respuestas, has 3 voices, and was last updated by beyondtool Hace 6 años, 4 meses.
-
AuthorEntradas
-
17 agosto, 2018 at 9:10 #29982
Esto sé que no es un error. Más bien es una petición, sugerencia o ayuda.
Cuando edito un texto, el editor SIEMPRE aparece con la zona de escritura “encogida” al máximo.
Es muy tedioso y repetitivo cada vez que escribo tener que estirarla hacia abajo y ajustarla a la pantalla.¿Habría alguna forma de que conservara su tamaño anterior?
¿O que se pusiera al máximo de la pantalla?
El estar pendiente constantemente de este detallito dificulta mucho la concentración cuando se escribe un eXe.Un saludo
Paco -
20 agosto, 2018 at 9:13 #29989
No es un fallo, no. Hilo relacionado. Intentaremos recuperar el comportamiento, pero probablemente haya que esperar hasta que TinyMCE 4 lo incluya.
¡Gracias por la sugerencia!
Abro petición para hacer un seguimiento. Aviso si hay novedades.
-
10 junio, 2019 at 6:57 #31024
As an alternative…
If you modify the content.css style sheet you can adjust the minimum iframe size which will reduce the constant need for expanding the editor window:
iframe {
min-height: 600px;
}This may break other iframe elements which need to use smaller heights, but you can always remove the css when you are ready to publish your eXe site. Hope this helps!
-
10 junio, 2019 at 8:04 #31025
Edit scripts/tinymce_4_settings.js and look for this string: “var h = 50”
1. Replace that number with the height you want.
2. Replace the next line with:
if (mode=="multiple") h = 50;eXe’s next version will have 175 px as default height (commit details).
Thanks for pointing this problem.
-
-
12 junio, 2019 at 0:13 #31028
Thanks for this. I was planning on looking closer at tinymce but you’ve saved me a lot of time and effort!
-
AuthorEntradas
You must be logged in to reply to this topic.