0

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.

Miki
  • 2,493
  • 2
  • 27
  • 39
  • Welcome to Stackoverflow. Share what you have tried yet. – Nagama Inamdar Mar 19 '15 at 08:01
  • 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. – Dwaraka Uttarkar Mar 19 '15 at 08:55
  • Please [edit] your question to show [what you have tried so far](http://whathaveyoutried.com). You should include a [mcve] of the code that you are having problems with, then we can try to help with the specific problem. You should also read [ask]. – Toby Speight Aug 31 '16 at 10:48

1 Answers1

0

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

vino20
  • 429
  • 4
  • 13