How can I wrap text of a browse form cell? The text is truncated
It should look like this:
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
wrap text in browse form
wrap text in browse form
You do not have the required permissions to view the files attached to this post.
Re: wrap text in browse form
Timo,
You can add this to the Javascript of the Form you want to change.
Steven
You can add this to the Javascript of the Form you want to change.
Code: Select all
$('.nuBrowseTable').css('word-wrap', 'break-word')