How can handle a link Click event
pinEdit
How can handle a link Click event
Alexander
06-09-2010, 12:46
I
Hi..
I'm Using Pinedit v 7.2.0.720 for Desktop,
How can handle a Link click event, I need to know when the user perform click a Link.
Thanks.
Re: How can handle a link Click event
galastur
11-15-2010, 4:51
Me too.
Is there any info on this?
Re: How can handle a link Click event
Pintexx Support
11-16-2010, 5:28
Hello,
you should use the key down to detect the key press.
Then you can use the EditGetActiveObject method to figure out the active object.
Regards,
Hans-Peter
Re: How can handle a link Click event
mocasu
11-17-2010, 8:11
Hello,
the keydown event is only being fired if read only mode is set to false.
I am using the editor to display some HTML files in read only mode. I need to know on what link they click.
Thanks
Re: How can handle a link Click event
Pintexx Support
11-19-2010, 5:29
Hello,
we are currently working on that so that events are also fired in read only mode.
Regards,
Hans-Peter