C11.1 NT 14.37
I have a javascript function called move().
I have a NT button and i want to execute the move() javascript function when the button is pressed.
I have tried multiple permutations and this is my current permutation for the button embed. However, it is not correct as the function does not execute.
This is the current iteration:
p_web.script(‘$(’‘[“move()”]’‘).call();’)
Can someone help me with the correct syntax to call this function from a NT button?
THanks,
Ron