I want multiline text field for Drawing no. list like:
@startsalt{Drawing no. list | "A001\nA002\nA003"PDF save to | " " | [Browse...]}--[Now export]@endsalt
"A001\nA002\nA003" is shown as is.
"A001<br>A002<br>A003" doesn't help also...
(--------)
Hello,
Is this what you want?
@startsalt{Drawing no. list | {A001 A002 A003}PDF save to | " " | [Browse...]}@endsalt
@startsalt
{Drawing no. list | {A001 A002 A003}PDF save to | " " | [Browse...]}
@endsalt
This is excellent, where is this documented, I couldnt find it in the manual?. Is there a mechanism for doing this with a button, what I'm looking for is:
salt {^"Select Operation" [Alarms]|[Auto Load]|[{Operator Manual mode}] }
But the Curly Brackets inside the square brackets prevents it from rendering properly.
\n and </br> don't work either.
Any idea how to implement a multi-line button?