User Profile & Activity

Frank Bruce Member
Page
of 15
Posted: January 16, 2011 10:07 PM

Can I set the style of the selected node?(the other nodes keep the default style)

Posted: January 16, 2011 8:35 PM

May I set the ForeColor of WebInput1???(Not backcolor)

Posted: January 14, 2011 2:35 AM

thank you,Handy

Posted: January 13, 2011 8:31 PM

Can you show me a demo about how to custom style by clientside???
However,it does not work by the code below:
function WebTreeView1_OnNodeSelect(ctrlId, node) {
    var url = node.Value;
//    alert(node.style)
      node.style.color='red';
    if (url != "") {
        setPanelURL(url);       
    }
    return true;
}

Posted: January 12, 2011 8:25 PM

I am sorry,your idea can not meet my need. I want to chang the current node(e.Node.Depth == 2)when I mousemove(not all the nodes).(see the picture)
can you help me???

Posted: January 12, 2011 1:28 AM

Hi,Niven.Have any news about this bug?Thanks

Posted: January 12, 2011 12:14 AM
thank you Martin Lie,it works
Posted: January 10, 2011 8:42 PM

Hi,any news about this bug?Thanks

Posted: January 10, 2011 8:34 PM

I am sorry , I have used text but the problem has exists.
The problem  is:I click node1,then click node2,I can get the two nodes's value.
But when I click  node1 again,I can not get anything,It seems that I can only click the treeview one time.
Can you test it and then tell me if you are success????
(by the way,Maybe My treeview is not the latest(On Auguest),How can I download the latest hotfix?---Because I  do not know  where the Intersoft Update's download file  is????)

 

Posted: January 5, 2011 12:40 AM

thank you,Martin Lie,

I  think of a way by your code :

   if (e.Node.Depth == 2)
        {

            e.Node.CustomStyle = "cursor: hand;";
       
        }

 

All times are GMT -5. The time now is 6:52 PM.
Previous Next