Koen Deforche 8455fb6ae2 added README.md files for examples, several bug fixes преди 13 години
..
CMakeLists.txt 9dd3f8912a see Changelog преди 14 години
JavascriptExample.C 9dd3f8912a see Changelog преди 14 години
JavascriptExample.h 23c84d699e back-port WDialog fixes from v3 branch преди 16 години
Popup.C cb1f053a2f merge v3 development branch преди 16 години
Popup.h aa3a659f42 see Changelog преди 15 години
README.md 8455fb6ae2 added README.md files for examples, several bug fixes преди 13 години

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