Is there a way to create a view in SharePoint for a Discussion Board that shows only a part of the body content and a link at the end that says "more". Then, when the user clicks on this link the complete content is shown. I'd like to do it with Out of the box functionality.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you want to stay for the OOTB I would sugest 3 approaches:
Conclusion: I all cases you need considerable skills with XML/XSLT and some JavaScript. |
|||
|
|
|
The preferred way to accomplish this is with client side code, as the users don't want the page to refresh everytime they need to know more. You'll need to use JavaScript/jQuery, or css in modern browsers. Here is an example of text truncation using jQuery: |
|||
|
|