chandu wrote:
> 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.
>   
Ravi,

This sounds just like this thread
    
http://groups.google.com/group/simile-widgets/browse_thread/thread/99040bb6c3cd9878

Would my suggested solution work for you?

David


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to