djthomas
Newbie
Posts: 1
Registered: 12/9/2005
Location: Seattle
Member Is Offline
|
| posted on 12/9/2005 at 12:10 AM |
|
|
Tooltips on non-folder objects
I'm trying to put a tool tip on an object that doesn't have any other objects beneath it and I must be doing something wrong because I'm not having
success...
Pls see the attached file...
When I mouseover Example it should show a tt right?
Attachment: tree_items.js (535b)
This file has been downloaded 484 times
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/13/2005 at 02:02 PM |
|
|
Correct syntax is:
| Code: |
['Example', {'tt' : 'I want to be able to do TT for items as well as folders'}//no comma sign
]
|
|
|
|