I wanted to remove the "(link)" that links back to the item record.
display:none doesn't work for that since the "()" are in the innerHTML
and not the <a>.
I've since abandoned this approach and am now just using a thumbnail
view with a second lens. This brings another challenge. I have to use
ex:content="value" to create the link to the popup, which means that
the innerHTML of that link is .label, e.g.
     <a href="[hash to PubMed item]">[.label of PubMed item]</a>.
What I want instead is
     <a href="[hash to PubMed item">See description</a>

Again, you can see this at http://library.kumc.edu/databases/exhibit-db.html

Thanks for the reply,
Jason

On Aug 27, 6:52 am, Marko <[email protected]> wrote:
> I am not sure what you are looking to remove. Did you try to find the
> css-class with firebug?
>
> On Aug 26, 9:26 pm, Jason Stirnaman <[email protected]> wrote:
>
> > So, obviously I need to override some lens functions, but I can't find
> > the right ones. Specifically, I just want to remove the item-link from
> > the popup lens. I can probably control the rest with CSS.
> > Even better, it would be nice if I could reference a lens that already
> > exists in the HTML.
> > I'm using Exhibit 2.2.0.
> > Link to my exhibit:http://library.kumc.edu/databases/exhibit-db.html
> > Any pointers?
>
> > On Aug 24, 4:35 pm, Jason Stirnaman <[email protected]> wrote:
>
> > > I'm using the function David gives 
> > > athttp://simile.mit.edu/mail/ReadMsg?listName=General&msgId=23604
> > > to render a bubble popup in Exhibit.  How do I customize the bubble
> > > properties? Do I need to include Timeline API?
>
> > > Thanks,
> > > Jason
>
>
--~--~---------~--~----~------------~-------~--~----~
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