• Alex2018
    January 9, 2018 at 12:31 pm #4898

    Hi ,

    Is there any text control I can start a new line for example

    Hello World

    Hello world

    the 2 strings should be in the same text control just start with a new line ( some kind of /r)

    Thanks.

    SPARK Support
    January 10, 2018 at 9:17 am #4900

    Hello Alex,

    The Text Area control allows the use of \r and \n, and will produce a new line when added to a bound String variable.

    https://salientprocess.zendesk.com/hc/en-us/articles/206595127-Text-Area

    Regards,

    Stephen P.

    Alex2018
    January 10, 2018 at 6:56 pm #4903

    thanks !

    Alex2018
    January 11, 2018 at 11:54 am #4904

    I just notice and that my problem was when you binding to a table (as a List ) it doesn’t work

    Thanks.

    SPARK Support
    January 18, 2018 at 10:35 am #4930

    Hi Alex,

    Yes, Table needs to be bound to a list of Complex Type.  The \n and \r will work in a String property of the Complex Type when bound to a Text Area control in a Table.

    Regards,

    Stephen P.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search