views:

23

answers:

0

I am using simile Timeline to display events in event table from my database, where i am loading data using xml,

<data>
<event eventType="Happy" title="My Birthday" end="2010-08-15" start="2010-08-15" isDuration="false">Party time  </event>
</data>

This would display title,description,start date and end date on simile, but I also want to associate some other field like eventType(which is not a part of API), so that i could filter the timeline content on eventType. Can someone suggest me some solution to it?