I need a basic coding for using keyboard functions in a tree view.. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I need a basic coding for using keyboard functions in a tree view..

keyboard functions like(home,end,right,left,up and down)up and down to move the entire tree.. right and left to open and close a tree.. Its most needed..

3rd Dec 2017, 4:35 PM
INDRAJITH S
INDRAJITH S - avatar
1 Antwort
0
I think you can do it with jQuery to bind an html's element with an event $("selector").on("event",callback)
30th Aug 2018, 2:04 AM
Gourinda Adil
Gourinda Adil - avatar