diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-03-28 17:05:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-03-28 17:05:36 +0300 |
commit | 629bf094176e4ad700806e7b2969078cdaaed6cd (patch) | |
tree | 654ffb0724696e5539e98573d8c136240da85593 | |
parent | 660c3fa255cb7bf9470462e8b547379df4c7ee19 (diff) |
Clarification of comment: there are several forms now
Change-Id: If5154056c5abbd0786581741db8c217b0ec234ef
-rw-r--r-- | loleaflet/dist/framed.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/loleaflet/dist/framed.html b/loleaflet/dist/framed.html index 579e7968e..18e60cca8 100644 --- a/loleaflet/dist/framed.html +++ b/loleaflet/dist/framed.html @@ -2,9 +2,9 @@ <!-- Proof of concept of running loleaflet.html in an iframe. - The top part of this page has a form with three input fields: - "x", "y", and "color", a submit button, and a "result" field used - for output only. + The top part of this page has several forms. The first one with + three input fields: "x", "y", and "color", a submit button, and a + "result" field used for output only. When the submit button is pressed, the input fields are passed as a postMessage to the iframe. The message also specifies what @@ -16,6 +16,9 @@ to loleaflet in a unocommandresult: message, and passed on to the event listener on this page, which writes it to the output field. + The other forms call other Python functions in other files. (In + particular, in NamedRanges.py in the same directory.) + To test this, do 'make run', and then in your browser open the equivalent of http://snorken.local:9980/loleaflet/3304e9093/framed.html if the |