Hi
I just finished a demo for a large US Gouvernement agency. The widget draws an event chart using D3 based on data from Connected Workspaces with several custom REST services.
Now I need to use a Backbone Router to intercept the URLs from the clicked D3 charts and to set the perspective accordingly (to avoid reloading the smartUI).
But I am a little bit lost in the smartUI implementation of Routers. I am quite familiar with Backbone Routing, but I need a short description, how to declare the node.perspective.router.js in my view and how to activate it in smartUI.
Or has this router to be added as CSUI extension?
(There is an example greeings.router.js in the sampels. Very clear and common. I am just missing an explanation, how to setup the router. In Backbone, its a simple addition to the main namespace)
Thanks for your Help.
Reiner