Home > Forum > User Voice > "Break with error" operator - possibility to use multi lines in Operator configuration

"Break with error" operator - possibility to use multi lines in Operator configuration
3

Break with error - possibility to use multi line in "operator"

I tested few scenarios with multi text and with HTML tags

is possible to use HTML tag - this is GOOD

but ... multi line is missing :/ and you need to put everything in one line .... is not user friendly
and if you have <enter> in prepared "text" then ... the operator in "text box" is skipped all "text" after <enter>

P.S.
Could be nice to add (mention) in help or any other doc. that you can use HTML tags ...
I'm using 2022.1.4.404, but probably in 2024 R1 is the same ...


In attachments - Validation vs "Brake with error "

In reply to: Jack

Hi,
I checked and it seems to work on my version (2023 R1). Try adding the <br> tag
example in attachment

Ok, Maybe I was not clear
Html is working but ...
you have got 1 line ....to put all code ...
I would like to have multi lines instead one line box and type with <enters> and Webon interpreter skip <enter> character and I can make
that:

[code=HTML]
<B>Pożądana data zakończenia</B><BR>
musi być większa o ustaloną wartość dni<BR>
od <B>Daty zgłoszenia</B>.<BR>
Kolor <FONT COLOR="#ff0000"><b>Czerwony</b></FONT> daty świadczy,<BR>
o za krótkim czasie na ukończenie niezgodności.
[/code]

not that

[code=HTML]
<B>Pożądana data zakończenia</B><BR>musi być większa o ustaloną wartość dni<BR>od <B>Daty zgłoszenia</B>.<BR>Kolor <FONT COLOR="#ff0000"><b>Czerwony</b></FONT> daty świadczy,<BR>o za krótkim czasie na ukończenie niezgodności.
[/code]

HTML is working but is not readable ...