Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I have a function:
@helper myFunction(String strcontrol, XmlDocument xmlDoc){ ........ }
and a javascript function:
function reading(mystrcontrol) { @myFunction(str_control, xmlDoc) }
The function myFunction is working, but when I call myFunction inside of function reading(mystrcontrol) I have Compilation Error, somebody say me what is wrong?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Call @function of Umbraco in javascript function
Hi
I have a function:
@helper myFunction(String strcontrol, XmlDocument xmlDoc){ ........ }
and a javascript function:
function reading(mystrcontrol) { @myFunction(str_control, xmlDoc) }
The function myFunction is working, but when I call myFunction inside of function reading(mystrcontrol) I have Compilation Error, somebody say me what is wrong?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.