Check documentation for the latest version of dhtmlxSuite getBubble DHTMLX Docs

getBubble

returns the content of a bubble

string|number getBubble();
string|numberbubble's content

Example

var content = mySidebar.cells(id).getBubble();

Related samples

See also
Change log

added in 4.3

Back to top