How to dynamically display documents in brava viewer in EMC xCP 2.1

534 views Asked by At

I have 3 object ID's and 3 documents associated to those object ID's. Now I am using UI Button Click events to load Object ID's into viewer input. But the viewer is displaying only first object id document but not the 2nd and 3rd one when I click the 2nd & 3rd button . I tried to set the object id and content type by the UI event. And even tried the page fragment which helps in loading the data dynamically.

How to configure the viewer so that it can take input dynamically at run time? I am using xCP 2.1 patch 12.

1

There are 1 answers

0
vino20 On BEST ANSWER

load the document in the result list, then configure selection change or cell click event to viewer. hope it will be helpful for you.