SPSRollUp - Attachments

admin posted on March 15, 2009 06:40

To show the attachments icon, you can use the Attachments fields, this field return True or False, if the list item contains an attachment.

To test this and show the icon you can use the next XSLT snippet.

 <xsl:if test="Attachments='True'">
     <img src="/_layouts/images/attachtb.gif" />
 </xsl:if>

Posted in: Tips Tricks  Tags:

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts