Check documentation for the latest version of dhtmlxSuite onBubbleClick DHTMLX Docs

onBubbleClick

fires on clicking on a bubble

boolean onBubbleClick(string|number id,string|number content);
idstring|numberthe id of the sidebar's item
contentstring|numberthe bubble's content
booleantrue to allow item selection

Example

mySidebar.attachEvent("onBubbleClick", function(id, content){
    // your code here
});

Related samples

See also
Change log

added in 4.3

Back to top