Customize keyboard focus navigation in LinkTree

2011-04-10 Thread Martin
Hi, I want to modify the default keyboard focus navigation in LinkTree as follows: - The UP and DOWN arrow keys should move the focus to previous/next tree line - If the focus is on an expandable node, the LEFT arrow key should collapse the branch and the RIGHT key should expand the

Re: Customize keyboard focus navigation in LinkTree

2011-04-10 Thread andrea del bene
Hi Martin, I think you could do this with A LOT of JavaScript, probably you should use JQuery and its key binding functions (keypress(), keyup(), keydown(), etc...) . Googling around I've found this post which describe a possible solution to attach JavaScript at your tree nodes: