Hi,
I'm using the TagCloud component. But I'm wondering wether it is possible to add an Action Listener to the TagCloud to get the clicked Tags. I didn't saw any possibility to add an ACtion listener or to get the clicked tag, but when the tagcloud is not clickable it isn't very useful.
Does somebody know ho I can process click actions on tags ?
Thanks!
I need to add support for
I need to add support for that in the server-side peer implementation. I will try and complete that this weekend.
In current release.
I have added support for server-side event handler. The ActionEvent that your handler gets is an instance of echopoint.event.TagEvent. I have also fixed a couple of bugs in the Google Chart API wrappers had caused issues with how chart labels were displayed.