Replies: 4 comments
-
I believe it’s not possible today. I’ve looked into the complexity of implementing it, and it doesn’t seem straightforward—mainly due to the parameters that must be passed to the function being called within the main function. However, I think it would be easier for functions that don’t receive parameters, and I’m ready to implement it. What do you think, @unocelli ? |
Beta Was this translation helpful? Give feedback.
-
I think it was possible in the previous versions, but I have never used it. |
Beta Was this translation helpful? Give feedback.
-
Hi, $runServerScript is a function that you can call from frontend and is working as expected. |
Beta Was this translation helpful? Give feedback.
-
Thanks @unocelli for the explanation, I have tried it out and it's working like you said. |
Beta Was this translation helpful? Give feedback.
-
Hi,
How can one function call another function within FUXA scripts?
For instance, if you have two functions defined in FUXA scripts (
function01
andfunction02
), how do you callfunction02
from withinfunction01
?Regards,
Martin
Beta Was this translation helpful? Give feedback.
All reactions