Quick View popup for document

Hi,

I have created documents and displayed the list of documents in site. clicking on each document it takes to the document detail page. In document list page i’m trying to add quickview button which displays documents particular information on popup exactly like product quickview. Could anybody assist me to achieve this.

Thanks,
Arun Bandi

Hello Arun,

If I understand your requirement correctly the development is non-brXM related but front-end work.

On your list overview page where you display your list you have the documents already available with all their properties accessible via the according bean you have generated.

You can create hidden modals/popups which include this information for each document with a unique id and on click of the quickview button with javascript you show the matching modal.

HTH and regards,
Lef

Thank you @Lef_Karamoulas for your response. I have done the front end changes.