You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, so I have noticed that all functions passed to the template get executed when the page loads or reload as long as they are called on the page somewhere, and functions cannot be executed using the js event attribute. Actually, this is not what I expected with the function call capability I won't have any need for it unless it can be triggered on js event.
I have passed a function for render and I confirmed the exist by outputting it like a variable however I am not able to use it onclick like so
<button onclick="{{ myFunction(another variable) }}>My Button
The text was updated successfully, but these errors were encountered: