Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there ppl,

 

I have this bit of code:

...

<iewc:treeview id="TreeView1" runat="server" onunhover="DisplayTooltip('')" onhover="DisplayTooltip(XXXX)">

<iewc:treenode id="Node1" text="Node One"></iewc:treenode>

<iewe:treenode id="Node2" text="Node Two"></iewe:treenode>

</iewc:treeview>

<DIV class="Tooltip" id="TOOLTIP" style="Z-INDEX: 999; LEFT: 0px; VISIBILITY: hidden; WIDTH: 264px; POSITION: absolute; TOP: 0px; HEIGHT: 50px"></DIV>

...

 

How do I reference the node that's being hovered, so I can parse it to the function that's going to show the tooltip?

 

Thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...