• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

JavascriptExample.CH A D23-Dec-20213.6 KiB10565

JavascriptExample.hH A D23-Dec-20211 KiB5617

Popup.CH A D23-Dec-20212.1 KiB8864

Popup.hH A D23-Dec-20212.6 KiB10331

README.mdH A D23-Dec-2021447 1813

README.md

1JavaScript example
2------------------
3
4This example shows different ways of interaction between client-side
5JavaScript and server-side C++.
6
7How to run
8----------
9
10See the README in the parent directory.
11
12What it illustrates
13-------------------
14
15- using a JSignal, and invoking it from JavaScript to trigger C++ methods
16  from within client-side JavaScript code
17- using a JSlot to invoke JavaScript directly on the client in response to
18  an event