Thank you. +Mark Comment as Useful.
In the repository area, when I upload a <strong>png</strong> file and access it, it displays the Document Actions, Share link, Properties, Workflows, Version History, and Publishing History of the file.
In the properties of the <strong>PNG</strong> file, it displays the following:<blockquote>Name:
Title:
Description:
Mimetype:
Author:
Size:
Creator:
Created Date:
Modifier:
Modified Date:
Date and Time:
Image Width:
Image Height:
Exposure Time:
F Number:
Flash Activated:
Focal Length:
ISO Speed:
Camera Manufacturer:
Camera Model:
Camera Software:
Orientation:
Horizontal Resolution:
Vertical Resolution:
Resolution Unit:</blockquote>
OR, In the properties of the <strong>DOCX</strong> file, it displays the following: <blockquote>Name:
Title:
Description:
Mimetype:
Author:
Size:
Creator:
Created Date:
Modifier:
Modified Date:</blockquote>
Can I just use the codes for these two and get the created date? Where can I find the code for these?
<strong>edit:</strong> After searching for a while, I've found this file
<strong>\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\slingshot\documentlibrary\item.lib.ftl</strong>
I want to be able to display the properties in the repository list view (Simple View). I'd like to display the createdOn, createdBy, createdByUser, modifiedOn, modifiedBy, modifiedByUser, (size and version using this renderer approach). How do I make a renderer to access these properties?