Zum Hauptinhalt gehen

display sql data - markup - newlines

Kommentare

2 Kommentare

  • Ken Lyon

    Hi,

    These are some good questions!

    1) If you want a soft line break (like a "br" tag) in Markdown, you must add either two spaces or a backslash to the end of the preceding line. I personally prefer the backslash as it's easier to see when troubleshooting.

    2) I don't think there's anything special about presenting SQL data compared to any other. You might need to consider the browser locale if you're converting dates or currency to text, but that would be true for non-SQL data also.

    3) I'm glad you asked! VertiGIS Studio Workflow 5.25 (released in January) added support for the "Orientation" property for Form Element Items, allowing you to now choose "Horizontal" to show them side-by-side. They will still wrap onto another line if they don't all fit.

    4) We do not support HTML for formatting. This has been our policy for a while now as there are many security concerns about things that can be injected into HTML. Markdown is far safer and can achieve most of what we expect HTML would be used for.

    0
  • GIS Support

    not too sure about this markdown language......

    got it to work following closer to Patrick's SQL video example, seems like a double space and a \n finally does the trick

    "  \n" +

    thanks for the tips, more questions coming your way tomorrow!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.