beyondtool

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Entradas
  • in reply to: Editor de texto. ¿Por qué SIEMPRE minimizado? #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!

  • in reply to: Editor de texto. ¿Por qué SIEMPRE minimizado? #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!

Viewing 2 posts - 1 through 2 (of 2 total)
Skip to content