lipe
11-11-2004, 03:05 AM
Hello, good monrning.
Is there a way to implements onkeyxxx events on trees?
I tried this:
<class name="treeLink" extends="tree">
<method event="onkeypress">
Debug.write( 'onkeypress' );
</method>
</class>
// my tree
But it doesn´t work at all. It would be nice if the user could fire my other actions from the keyboard.
Thanks!
Is there a way to implements onkeyxxx events on trees?
I tried this:
<class name="treeLink" extends="tree">
<method event="onkeypress">
Debug.write( 'onkeypress' );
</method>
</class>
// my tree
But it doesn´t work at all. It would be nice if the user could fire my other actions from the keyboard.
Thanks!