Hi Community,
does anybody know how I can display a Tooltip programmically by clicking on a div ?
Since yesterday i tried to slove my Problem but i got no results...
Here is my Code:
HTML
And my JS
port = 653;
var kinderdialog = new dijit.TooltipDialog({
connectId: port + "_kinder",
title: "",
style: " width: 250px; max-height: 200px;background-color: #ffffff; overflow:scroll; overflow-x:hidden;",
id: port + "_kinder_dialog"
}, dojo.byId(port + "_kinder_dialog"));
kindevent = dojo.connect(dojo.byId(port + "_kinder"), 'onclick', function(){dijit.byId(port + "_kinder_dialog").onCancel();});any Ideas ?
greetings from Germany and excuse my bad english ;-)
Nightflyer
