JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
520 stars 75 forks source link

Wrapping a widgets with html #336

Open alirezamecheng opened 5 years ago

alirezamecheng commented 5 years ago

Hello, I'm not sure if this is the right place for asking this, if not please help me to find the proper place for this issue. Anyway, I'm writing a GUI for my application which contains many different elements (e.g. text areas, pictures and geraphics and interactive elements like forms and radio buttons) I need to know if there is a way to somehow use HTML and Interact widgets together. For example, the application needs a header. It is much more convenient to write the header using HTML/CSS rather than using Node(:div,classname="",....) syntax. On the other hand, the widgets are much simpler to use than writing javascript and HTML/CSS. I'm wondering if there is a way to for example writing a header in html/css and then having a widget. Thank you very much for your time.