Koen Deforche 8455fb6ae2 added README.md files for examples, several bug fixes hace 13 años
..
CMakeLists.txt 9dd3f8912a see Changelog hace 14 años
JavascriptExample.C 9dd3f8912a see Changelog hace 14 años
JavascriptExample.h 23c84d699e back-port WDialog fixes from v3 branch hace 16 años
Popup.C cb1f053a2f merge v3 development branch hace 16 años
Popup.h aa3a659f42 see Changelog hace 15 años
README.md 8455fb6ae2 added README.md files for examples, several bug fixes hace 13 años

README.md

JavaScript example

This example shows different ways of interaction between client-side JavaScript and server-side C++.

How to run

See the README in the parent directory.

What it illustrates

  • using a JSignal, and invoking it from JavaScript to trigger C++ methods from within client-side JavaScript code
  • using a JSlot to invoke JavaScript directly on the client in response to an event