Home - Forums-.NET - FlyTreeView (ASP.NET) - ToolTip (.net 1.1)

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

ToolTip (.net 1.1)
Link Posted: 27-Jun-2006 03:27
Hi,
I'm using FTV 3.5.0.0 on .net 1.1

How to handle the ToolTip property from client side ? Thanks.
Link Posted: 27-Jun-2006 14:38
It's a read-only server-side property.

Anyway you may read the property at client side:

node.XmlElement.getAttribute(\"ToolTip\")
Link Posted: 27-Jun-2006 20:51
ok, thx Evgeny