fires on clicking on a bubble
| id | string|number | the id of the sidebar's item |
| content | string|number | the bubble's content |
| boolean | true to allow item selection |
mySidebar.attachEvent("onBubbleClick", function(id, content){
// your code here
});
added in 4.3
Back to top