[Libreoffice-commits] online.git: loleaflet/dist
Tor Lillqvist
tml at collabora.com
Wed Mar 28 14:06:11 UTC 2018
loleaflet/dist/framed.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 629bf094176e4ad700806e7b2969078cdaaed6cd
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 28 17:05:36 2018 +0300
Clarification of comment: there are several forms now
Change-Id: If5154056c5abbd0786581741db8c217b0ec234ef
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
More information about the Libreoffice-commits
mailing list