kentico_michal
-
11/4/2010 8:55:48 AM
RE:Document attachments webpart
Hi,
Regrettably, this is not a good way if you want to display some additional information related to attachment. Grouped attachments do not provide option to store some additional information or icon.
I would recommend you to use approach based on custom document type to store one attachment where you could also create custom fields according to your needs (for example field of type DirectUploader to upload one attachment, field that would allow you to upload some icon, field to insert some additional description…). More information about defining custom document can be found at http://devnet.kentico.com/docs/devguide/index.html?defining_a_new_document_type.htm.
You could place these custom attachment documents under document they are related to and display them using for example Repeater web part with appropriate transformation (http://devnet.kentico.com/docs/devguide/index.html?writing_transformations.htm).
Best regards, Michal Legen
|