Closed vamsiikrishna closed 10 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' => ....));
Hi , when rendering the timeline, I want to link each action to a unique url..is there a way to do it ?
Regards