Announcement

Collapse
No announcement yet.

Fullscreen Formula Editor Windows

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fullscreen Formula Editor Windows

    Hi,
    is it possible to get a fullscreen Window when editing Formulas?
    I need to scroll and sometimes i cant see the end of a line.

    Regards JayBee

  • #2
    Hi,
    There is no such an ability. It worth to make a feature request.

    Comment


    • #3
      Probably can through local javascript. But perhaps writing your Formula in your editing tools outside is better? It not like EspoCRM got some autofill feature that assist you writing it natively in EspoCRM.

      For example, write your formula in Notepadd++, once complete, copy/paste into EspoCRM, do test and debug, etc.

      Comment


      • #4
        Once i found the value via the web Developer Tools of my Browser. It is in one of the css files. But i did not find it again.

        Comment


        • #5
          Could you provide the screenshot how it looks? I don't understand the problem, It's supposed to adjust height by contents.

          Comment


          • #6
            Hi,
            it is about the width, not the hight.
            Attached Files

            Comment


            • #7
              I see. I recommend to format your code so that lines are not very long. It's a common practice.

              Code:
              ifThenElse(
                 code,
                 code,
                 code
              )

              Comment

              Working...
              X