3.2.0

multiline tooltip????

Can i show a multiline tooltip for my cells, so that <br /> is a line break
or can i use a wordwrap on it???

For my Cell Tooltips i use
obj.setCellTooltip(function(i, j) {
  	return this.getCellText(i,j) 
});


Has anyone an idea for my problem???
Ulf
October 5,
I've looked into this a little.

A general tooltip doesn't seem to have this flexibility. So I did a search on Google and found some js code and just use that to display tooltips the way I want (basically, it does a absolute position DIV and html as the content).

I'm still working on it but I could email you can example once it is ready.
Send me a note to: dafweg69@yahoo.com
Carl
October 5,

This topic is archived.

See also:


Back to support forum