Hi, Any help on this would be greatly appreciated.
Let me try to explain the scenario in detail. I need to give previous/next links in the bubble and when clicked on any of the links if previous/next exists then that record's bubble should be popped up. I'm able to do this in timeline in the following way. I got all the items into any array using the following statement exhibit.getDefaultCollection().getRestrictedItems().toArray(); and finding the present item's id in this array to get the next or previous item. After getting the previous/next item id I'm using the following statement to open a new bubble. timeline_obj.getBand(0).showBubbleForEvent(nextPrevItemId); Luckily, the above statement closes the previous bubble and opens up the new bubble. I need to do the same in Thumbnail view and Tabular view also. I found that Exhibit.UI.showItemInPopup(E,H,C._uiContext); in exhibit- bundle.js opens the bubble from tabular view, where E is the item id. But I'm not sure what are H and C. Please help. Thanks in advance, Ravi. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
