Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic NodeSelectedScript and NodeDoubleClickedScript (Read 1208 times)
Pierre
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Apr 21st, 2009
NodeSelectedScript and NodeDoubleClickedScript
Apr 24th, 2009 at 1:20pm
Print Post  
Hi all,
I got strange behavior. Tongue I use ImageMap ClientSideMode.
First the NodeSelectedEvent seems to not be fired when I select a node.
How can I retrieve the current selected node in client side ?
The NodeDoubleClickedEvent is fired when node is double clicked but the "sizing grip" does not appear on selected node.
Thanks for your help.
Pierre.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: NodeSelectedScript and NodeDoubleClickedScript
Reply #1 - Apr 24th, 2009 at 3:19pm
Print Post  
Hi Pierre,

At this time the client-side script events work mostly in JavaApplet mode. The only ones that can be used in ImageMap mode are the clicked, doubleClicked, mouseEnter and mouseLeave events. Unfortunately, i norder to let you handle the clicked or double-clicked event on the client side, the control has to stop postback, and so selection does not work because it is done on the server after postback. We can add some support for doing selection entirely on the client side for the 3.0.2 release.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint