stephpy / timeline

Standalone library to make a timeline.
MIT License
89 stars 20 forks source link

How to add extra attributes and use them #16

Closed vamsiikrishna closed 10 years ago

vamsiikrishna commented 11 years ago

Hi , when rendering the timeline, I want to link each action to a unique url..is there a way to do it ?

Regards

stephpy commented 11 years ago

Hi,

If the url is specific to the action:

At this place: https://github.com/stephpy/timeline/blob/master/doc/basic_usage.rst#3-add-an-action

$action = $actionManager->create($chuck, 'kick', array('directComplement' => $bruceLee, 'url' => ....));