Opened 14 years ago
Closed 14 years ago
#2112 closed enhancement (duplicate)
Tooltip: Multiple connectIds feature
Reported by: | jake.conk | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be very useful to be able to connect a tooltip message to an array of html elements rather than just one. I find it a bit memory intensive to create duplicate tooltips for elements that have the same content when I should be able to recycle an existing tooltip to an array of elements.
Example:
<a id="foo">Foo</a> <a id="bar">Bar</a> <div id="msg">Common tooltip message</div> ... js code ... dojo.widget.createWidget("dojo:Tooltip", {connectIds: ["foo", "bar"]}, dojo.byId("msg"));
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from anonymous to alex |
---|
comment:3 Changed 14 years ago by
Component: | General → Dijit |
---|---|
Milestone: | 0.9 → 1.0 |
Owner: | changed from alex to bill |
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
patch available in #3429 - though should be modified to use commas as separators like dojoAttachPoint, et al.
Note: See
TracTickets for help on using
tickets.
The tooltip is much lighter weight than it used to be; not sure if this is worth doing anymore but I'll think about it.