Thanks a lot :)
In the same way, is there a means of get a javascript value and put in
velocity value ?
like
<!--script type="text/javascript"//-->
function changeList() {
choix = document.getElementById("zonesList").value;
#set ($newname = newZone)
$obj.set('intergeozone', choix);
populateCountries(choix);
}
</script>
Cause, if I write this, I got an error "Failed to execute macro: velocity".
Is there a way to do it or not?
--
View this message in context:
http://xwiki.475771.n2.nabble.com/XWiki-Class-and-Javascript-tp5770427p5773…
Sent from the XWiki- Users mailing list archive at
Nabble.com.