cancel
Showing results for 
Search instead for 
Did you mean: 

Display the content in Alfresco UI

praveen13881
Champ in-the-making
Champ in-the-making
Hi,

I am new to alfresco. I need to display the actual content of the file into Alfresco UI.

For Example i have added the content in Alfresco. The folder path as like Company_Home\Content\Myfile.

Myfile contains some textual data. I have to display the textual data into alfresco UI. Also i need to take the absolute Folder Path of the content.

Please anyone can suggest me the idea for display the content in Alfresco UI?
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
Hi Praveen,
What there is no OOB feature for this,for achieving this what you can do is:
1)Create one Custom Dialog
2)In the jsp have one output Text component whose value will be populated from the backend bean of dialog.
3)then in init of Dialog Class you can get the currentNodeRef read the content and populate  the property mentioned in step 2 with the contents outputStream.

Refer wiki for Custom Dialog in Alfresco.