Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carlos 10 posts 80 karma points
    Nov 25, 2015 @ 21:03
    Carlos
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft