Line breaks in showFieldMsg()?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2015 12:29 PM
Hello,
Does anyone know of a way to insert line breaks in a field message within the showFieldMsg() method?
Tongue Twister not intended.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2015 01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2016 06:25 AM
This is great. It adds the later messages on top of earlier ones though, so only thing I changed was to loop in the other direction.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2017 05:24 AM
Use "\n" instead, for example:
g_form.setValue('comments', oldComments +"\n" + " Owner Group " + group + " already exists",'info');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 09:10 AM
I have the same question ... any solution found?
The \n" did not work for me ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 09:41 AM
Hello,
Yes the solution that Harish suggested on 5th January 2015 works well.
I can't mark Harish's answer as correct - I think maybe the original poster has to do this.
Jamie.