From 514ebb552de6ab19832028c706744d45daa2f147 Mon Sep 17 00:00:00 2001 From: jwikmark <jacob@wikmark.se> Date: Tue, 6 Mar 2018 11:56:56 +0100 Subject: [PATCH] comments --- src/construct.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/construct.jl b/src/construct.jl index 30474f0..d3dadcf 100644 --- a/src/construct.jl +++ b/src/construct.jl @@ -35,6 +35,8 @@ end where widgets is a Widget_Container, the widget for x being accessible with widgets[:x], and graphic is the DOM containing Node of the plot. +Important: The graphic and all widgets must be included in the dom response for the observables to work. If we don't wish to display them, we can include them with Node(:div, widgets[:x], style=Dict(:display=>"none")) in the dom response. + """ macro construct(expr) if expr.head != :for -- GitLab