Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Selecting a node in web application (Read 2142 times)
manas
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: May 16th, 2006
Selecting a node in web application
May 16th, 2006 at 11:30am
Print Post  
How to select a node in tree in a web application (using webchart.net.dll)?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Selecting a node in web application
Reply #1 - May 16th, 2006 at 12:38pm
Print Post  
You can only select it on the server side, e.g. by setting the node.Hyperlink to a page which changes the selection.

Stoyan
  
Back to top
 
IP Logged
 
manas
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: May 16th, 2006
Re: Selecting a node in web application
Reply #2 - May 17th, 2006 at 2:59am
Print Post  
We dont want to use hyperlink in the node/box.
How to select node without using hyperlink?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Selecting a node in web application
Reply #3 - May 17th, 2006 at 6:37am
Print Post  
You cannot select it without going to the server. If HTML lets you draw frames around image map areas, you could simulate selection by showing an area frame when a box is clicked by setting the hyperlink to a "javascript: showFrame(this)" value. showFrame should be a javascript function that shows or hides the area outlines when the area is clicked.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint