buttons.info() modal box multiline message
buttons.info() modal box multiline message

any Idea how I might accomplish that? I want to have more control over the formatting
in the modal box. I tried sending string with \n in them but it didn't work.
I'll probably have to modify the API itself, I just need a direction.
Thanks
This discussion has been closed.
Answers
You can use HTML tags in the strings. For example:
Run on this page shows a line break.
Allan