Hi Andrea, That's actually something Exhibit does on its own based on your data. The data loaded is represented as
Bill --[sponsor]--> Senator but this collection is actually Senator-oriented (see the ex:role="exhibit-collection" HTML snippet). So Exhibit already knows the object of the reverse relation would be an item in the database Senator --[sponsors]--> Bill It will render database items as the popup producing-link. You will need to add a schema to your data set if you haven't already to inform the database the relationship is to an item. See http://simile.mit.edu/wiki/Exhibit/Getting_Started_Tutorial#Schema particularly valueType: "item". Please provide a link to your page if you need further assistance. On 8/26/11 7:49 AM, Andrea Borruso wrote: > Hi all, > I'm studying exhibit and I would like to obtain something similar to "Recent > United States Senate Bills": > - http://www.simile-widgets.org/exhibit/examples/senate/senate.html > > I have obtained something similar, but I'm not able to run the lens of the > tabular view. In the tabular view of this exhibit, if you click one of the > values of "sponsored" column you have a bubble with the rendering of the > lens. > > I have built a tabular view with my data, I have built a lens, but I do not > know how to activate the view of a lens on click at the values of a > particular column. I have a table with flat values without any hyperlink. > > I'm using exhibit 2.2.0. > > Thank you very much, > > Andrea > -- 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.
