Skip to content
Snippets Groups Projects
Commit 514ebb55 authored by Jacob Wikmark's avatar Jacob Wikmark
Browse files

comments

parent 2e764ad8
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ end ...@@ -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. 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) macro construct(expr)
if expr.head != :for if expr.head != :for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment