I have a situation where I am using Gizmox VWG 6.4 and a HTML page to surface some D3js visualisations.
Currently I am generating the data with no problems. The end result is that I have a JSON object in the correct format for my D3js app. What I need to do is somehow host the HTML within Gizmox VWG (presumably via HtmlBox??), and then somehow make the JSON object available to the HtmlBox so the HTML/JS app can read that? Ideally without having to store the JSON on disk?
Any ideas if this is even possible??
Thanks.
Sure this is possible using Visual WebGUi gateway to feed the HtmlBox. Say you have a Form with an HtmlBox, you can do the following:
Gateways are in fact a really powerful feature of VWG. See Here
Hope this helps, Palli