Changes between Initial Version and Version 1 of Ticket #11779
- Timestamp:
- Sep 25, 2010, 1:16:25 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11779
- Property Owner anonymous deleted
-
Property
Milestone
changed from
tbd
to1.6
-
Property
Component
changed from
General
toDijit
-
Property
Summary
changed from
Unknown characters display for dijit.TooltipDialog
toClaro: arrows in dijit.TooltipDialog background
-
Ticket #11779 – Description
initial v1 2 2 3 3 Sample Code: 4 {{{ 4 5 var dialog = new dijit.TooltipDialog({ 5 6 content: 'Test' … … 14 15 }); 15 16 dojo.byId("dropdownButtonContainer").appendChild(button.domNode); 17 }}}