Display string with new line in g_form.showFieldMsg()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2019 07:32 AM
Hi All,
I am using method g_form.showFieldMsg() to display string, need to display string with new line as given below
a. String one
b. String two
tried to use "\n" as "a. String one" + "\n" + "b. String two" however it didn't work in this case & got message in a one line format.
Any idea how to achieve this?
Regards,
Tapan Nigam
Labels:
- Labels:
-
User Interface (UI)
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 10:05 AM
This doesn't work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2020 06:55 AM
I just tried it and <br> works in g_form.addInfoMessage() but no in g_form.showFieldMsg().
You have to create second g_form.showFieldMsg()