Page 1 of 1

GdViewer - Mouse Events with Javascript

Posted: Tue Jul 12, 2016 7:47 pm
by gtoledo
Hello,
Someone who can support me with an example to implement mouse events (MouseDown, MouseEnter, MouseUp) within the GdViewer using Javascript.

Thanks and Regards...

Re: GdViewer - Mouse Events with Javascript

Posted: Fri Jul 15, 2016 9:40 pm
by gtoledo
Hello...

I found the solution ...

Here I share

Regards...

Code: Select all

        <script for="GdViewer" event="ViewerMouseUp()">
            //-- Call myfunction...
            // ...
            alert('MouseUp');
        </script>