Confluence Plugin: Advanced Attachment Viewer
Apr 05, 2008
I needed a configurable way to display lots of attachments in a Confluence [Atlassian] application/website. This Macro plug-in gives a pretty high level of customization compared to the default one available with the program.
Macro Name: AdvancedAttachmentViewer
Attributes:
| Name | Required | Description |
| upload | false | true or false Do you want to show the upload form to users who have the ability to. Default=false |
| columns | true | a comma seperated list of each column you want; the values are case sensative:
|
| columnNames | false | If you use this argument you must supply a name or at least a blank space for EACH column in the columns argument. My example below will show how to make some headers blank |
Example
{AdvancedAttachmentViewer:upload=false|columns=row,name,fileSize,actions|columnNames=,File Name,Size,}
Josh Kim wrote on 06/11/08 3:17 PM