- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2014 12:26 PM
Hi,
I have made the following view to list all the messages in a chat conversation.
Each message is listed separately using "Body" from the form layout view.
The problem i have is that i can only see the full message when hovering over it as the text seems to not be filling the whole width of the field.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2014 11:41 AM
Found the solution for this a while ago, so thought i would post it back here.
The "no_truncate" dictionary attribute done the job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2014 11:41 AM
Found the solution for this a while ago, so thought i would post it back here.
The "no_truncate" dictionary attribute done the job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2014 01:25 PM
Thanks for sharing!