cancel
Showing results for 
Search instead for 
Did you mean: 

Switch document on detail screen

yosk
Champ on-the-rise
Champ on-the-rise

Newbie question:

 

I'm using version of Aflresco Community - 5.2.0 (r135134-b14) I'm custmizing page of the document-details.

I want to be able to make a switch between the previous document and the next document on the detail screen.
I know the list screen has a slide show format, but as the image data is large, the resplonse becomes bad, so now I'm using it in tile format.

As far as I know ,can do with Alfresco Share Javascript API.

How do I use ?

 

Please how should I solve this problem?

Thanks in advanced.

1 ACCEPTED ANSWER

mehe
Elite Collaborator
Elite Collaborator

I assume you are using Alfresco Share - if you want to create a specialized application, you could take a look at the new alfresco rest api and the ADF

View answer in original post

2 REPLIES 2

mehe
Elite Collaborator
Elite Collaborator

I assume you are using Alfresco Share - if you want to create a specialized application, you could take a look at the new alfresco rest api and the ADF

yosk
Champ on-the-rise
Champ on-the-rise

Indeed it is RestAPI.Thank you

On the WebPreview screen of document details Add back and forth button

I will implement it with RestAPI (Web-Script).