From 5a94d619d5c09442ffa641db4ed9b84a7a0d5a44 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 10 Jun 2019 09:57:42 +0200 Subject: [PATCH] wireframe poc --- custom_scroller_iframe.js | 97 +++++++++++++++++++++++++++++++++++++++ index.wireframe.html | 54 ++++++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 custom_scroller_iframe.js create mode 100644 index.wireframe.html diff --git a/custom_scroller_iframe.js b/custom_scroller_iframe.js new file mode 100644 index 0000000..272e7cb --- /dev/null +++ b/custom_scroller_iframe.js @@ -0,0 +1,97 @@ +function custom_scroller_iframe (selt, iframe, debug) { + function log () { + if (!debug) return; + console.log.apply(null, arguments); + var msg = ""; + for (var i=0, l=arguments.length; i + + + + + + + +
+
debug:
+
+ +
+
+ + + + \ No newline at end of file