Page 1 of 1

static text with dhtmlsuite.tooltip

PostPosted: Thu May 29, 2008 3:25 pm
by omansan
I am integrating the dhtmlsuite into my web platform and currently having issues with passing static content to the tooltip components:

The below works for ajax call:

<a href="#" onmouseover="tooltipobj001.displayTooltip('index.asp',this);return false" onmouseout="tooltipobj001.hideTooltip()">Info</a>

The below doesn't work for static text call:

<a href="#" onmouseover="tooltipobj001.displayTooltip('',this,'static text goes here...');return false" onmouseout="tooltipobj001.hideTooltip()">Info</a>

********

Please advise.

thx,

omansan