Editor de texto. ¿Por qué SIEMPRE minimizado?

Inicio Forums Ayuda / Ajuda / Laguntza / Axuda / Help Editor de texto. ¿Por qué SIEMPRE minimizado?

Tagged: ,

This topic contains 4 respuestas, has 3 voices, and was last updated by  beyondtool Hace 5 años, 5 meses.

  • Author
    Entradas
  • #29982

    PacoRuiz
    Member

    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

  • #29989

    Ignacio Gros
    Keymaster

    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.

  • #31024

    beyondtool
    Member

    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!

    • #31025

      Ignacio Gros
      Keymaster

      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.

  • #31028

    beyondtool
    Member

    Thanks for this. I was planning on looking closer at tinymce but you’ve saved me a lot of time and effort!

You must be logged in to reply to this topic.

Skip to content