Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are doing some inteface, and we would like to get and show the name of the current variant, for example using
te return of the getNodeVariantCurrent() function
we have tried with
http://localhost:8888/pythoneval?value=getNodeVariantCurrent()
but we get a webpage, not a simplre string.
we also tried in the HTML with
<script>
Icon_Click = function() {
var i = document.createElement("img");
i.src="http://localhost:8888/variants?value=getNodeVariantCurrent('Name of the Variant')";
};
</script>
But it doesnt work
We are lost, and dont know what esle to try, any help?
Thanks in advence!
Solved! Go to Solution.