Bookmark Xcelsius Dashboard

The other day, my colleague Josh Tapley (http://data-ink.com) and I had a conversation about being able to “bookmark” an Xcelsius dashboard. Basically, the idea would be to “save” the user context on the dashboard and be able to return to the same context. Well, below is an example of such an implementation. The dashboard is embedded in a php page. The Bookmark button on the dashboard is a text label with html code to trigger a javascript ajax function that takes the user context in the dashboard selectors, assigns them an id, and saves them in a database table. When the id is passed back to the embedding page, the proper values are retrieved and are used to initialize the dashboard. Enjoy!

This entry was posted in Xcelsius and tagged , . Bookmark the permalink.

4 Responses to Bookmark Xcelsius Dashboard

  1. BJ says:

    can you provide the HTML behind the text label? be awesome to see it – thanks

    • Ron Keler says:

      Hi BJ, the label triggers a javascript function that calls the ajax function that stores the user input in the database and generates the bookmark. I typically post all my source files, but in this case, i have to leave a little bit to your imagination… 🙂 Feel free to reach out directly for more input. Thanks – Ron

  2. Badri Sridharan says:

    Ron,
    This would be definitely make the Business go from asking for a “nice-to-have” to “must-have” feature now. 🙂 Very nice concept.

    Just curious, were you able to overcome challenges on Porting code across multiple browsers such as Chrome, Firefox etc?

    Thanks,
    Badri Sridharan

Comments are closed.