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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...