I am trying to create a tooltip dynamically at runtime in javascript, but I am receiving the Object doesnt support this propert or method on this line.
var
tooltip = tooltipManager.createToolTip("ToolTip");
It would seem that the 'createToolTip' does not exist in my library even though it is in the sample code delivered with 2008 Q2. I am using 2008.2.826.35
What am I missing here?
Thanks,
Kevin