I think u need not to override any function. When i understand u right
try the following :

<DIV id="my_timeline" ex:role="view" ex:configuration="timelineConfig"
ex:end=".timeEnd" ex:viewclass="Timeline" ex:start=".timeStart"
ex:label="Zeitstrahl" ex:showfooter="false" ex:bubblewidth="400"
ex:bubbleheight="400" ex:showtoolbox="false" >

<DIV class="article-timeline-lens" style="DISPLAY: none"
ex:role="lens">
<DIV class="bubble">
<SMALL style="MARGIN-BOTTOM: 10px">
<SPAN ex:content=".timeStart"></SPAN><SPAN ex:if-exists=".timeEnd">-</
SPAN> <SPAN ex:content=".timeEnd" ex:if-exists=".timeEnd"></SPAN><BR>
</SMALL>
...
put all stuff u want to display inside of a DIV with ex:role="lens"

u see an example between the <SMALL> - tags:
 <span ex:content=".elementName"></span>
would show the content of an item in your JSON called .elementName
...
</DIV>
</DIV>
</DIV>


http://simile.mit.edu/wiki/Exhibit/2.0/Lens_Templates
shows you how to filter your items and how to display.

hope this helps
--~--~---------~--~----~------------~-------~--~----~
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