Hello All,
I searched the forum but could not find the answers to the following questions...
1.
LoadXMLString is used to load the treeView controls discussed below.
On a web page with three treeView controls, some elements (branch or leaf) have a link and a ToolTip.
When I right-click the element and create a bookmark, the name of the bookmark is using the text in the ToolTip rather than the label on the element, e.g. if the label's Text attribute in XML is ABC and the Tooltip is 123, the bookmark created will have 123 as the name instead of ABC.
Is there a way to configure the tree to use the Text instead of the Tooltip?
2.
Here is a sample of the XML used to load one of the trees:
As you may notice, the second node does not have a NavigateUrl tag, yet it still shows as a link in the tree i.e. when I hover the mouse over the label, the pointer changes to a hand and the text becomes underlined. Of course, when clicking on it, nothing happens.
Is there a way of preventing elements from showing as a hyperlink when NavigateUrl is null?
Thank you.
Sorin
I searched the forum but could not find the answers to the following questions...
1.
LoadXMLString is used to load the treeView controls discussed below.
On a web page with three treeView controls, some elements (branch or leaf) have a link and a ToolTip.
When I right-click the element and create a bookmark, the name of the bookmark is using the text in the ToolTip rather than the label on the element, e.g. if the label's Text attribute in XML is ABC and the Tooltip is 123, the bookmark created will have 123 as the name instead of ABC.
Is there a way to configure the tree to use the Text instead of the Tooltip?
2.
Here is a sample of the XML used to load one of the trees:
<
Node
H
=
"10.00.00.00"
NavigateUrl
=
"~/Default.aspx?ID=10.00.00.00"
Target
=
"_blank"
Text
=
"Energy (551)"
Image
=
"./Images/2_1.gif"
Tooltip
=
"Energy"
>
<
Node
H
=
"10.10.00.00"
Text
=
"Energy"
>
As you may notice, the second node does not have a NavigateUrl tag, yet it still shows as a link in the tree i.e. when I hover the mouse over the label, the pointer changes to a hand and the text becomes underlined. Of course, when clicking on it, nothing happens.
Is there a way of preventing elements from showing as a hyperlink when NavigateUrl is null?
Thank you.
Sorin