Hi there,
How can I programmatically create a popup window (tooltip, or dialogtooltip, or a dojo widget), which will dynamically load a web page, for example, displaying the detailed information of an item in the shop cart?
Thanks in advance!
David
Hi there,
How can I programmatically create a popup window (tooltip, or dialogtooltip, or a dojo widget), which will dynamically load a web page, for example, displaying the detailed information of an item in the shop cart?
Thanks in advance!
David
Hi guys, Dojos looking real great and I need some help here. I really like the tooltipdialog however it seems to be attachable to just a drop down button?
I would like to attach it to a table cell element like in a calendar so that when someone clicks on a cell it displays the appropriate tooltip dialog. Could anyone please let me know how to do this. I really need the help here...
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: "",
I am working with the ToolTipDialog dijit and am having some problems putting more than one on a page. I am populating a div using ajax and innerHTML, in the html there is a table containing a drop down button in one column, after the html is set i am calling parser.parse(). When there are mutiple rows in the table i used a unique id for each ToolTipDialog dijit to avoid javascript errors for having multiple dialogs with the same id. The problem comes after the parser is finished.
I'm in the process of adding a TooltipDialog to a dojox.grid cell.
Since there have been questions about using TooltipDialog without a DropDownButton, I'm posting my work-in-progress code. Thanks to previous posters for ideas&examples. Of course it would be better, if Dijit supported this use case out of the box.
Caveats: The code is a work-in-progress snapshot. Tested in FF2 only against SVN HEAD.
Closing of the popup is not fully implemented yet.
In code below, rvGrid is a dojox grid instance.
rv.popupTest = function(col, row) {