#7247 closed enhancement (duplicate)
Tooltip: add some method to connect/disconnect domNodes (in connectId) after postCreate call
Reported by: | harobed | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
I've a dijit.Tooltip widget and I would like to add some domNode in connectId after Tooltip creation.
Actually, if I append one domNode in connectId array then unfortunately this is not connected because the connection is made only in postCreate method.
Solution : append new method to add and remove some domNode in connectId.
Proposal :
- addConnection(domNode)
- removeConnection(domNode)
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | tbd → 1.3 |
---|---|
Summary: | dijit.Tooltip add some method to connect/disconnect domNodes (in connectId) after postCreate call → Tooltip: add some method to connect/disconnect domNodes (in connectId) after postCreate call |
comment:2 Changed 14 years ago by
Milestone: | 1.3 → 1.5 |
---|
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing in favor of #7708.
Note: See
TracTickets for help on using
tickets.
Hmm, I thought we had this already or at least a ticket about it; can't find it now.