Multi-line text/word wrap markups in HTML5?
Hi,
Does anyone know of any way to get multi-line text/word wrap markups in HTML5?
I saw the solution for Silverlight -- using Shift + Enter -- but that doesn't seem to work in HTML5.
The option to add multi-line text as an additional tool (e.g., like adding an arrow option) also doesn't seem to exist.
We've also tried character codes within the text string to get a newline (e.g., <br/>, & chr(13), & vbCrLf) and cutting/pasting formatted text from Word -- also with no luck.
Any ideas?
Thanks,
Karen
0
-
Hi Karen,
The command that accepts your input (Prompt) filters out newlines in the input, and sanitizes any control characters, which would also remove anything that could be interpreted as a linefeed.
You could use the Update Graphics Layer workflow activity to set the renderer on some graphics with multi-line text (or use a symbol to suit), or write your own custom text markup tool that used a different input method to handle large blocks of text - but that's getting much more complicated than what I could explain on the forums.
Regards,
-Malcolm0
Please sign in to leave a comment.
Comments
1 comment