Add event with custom JS call ? #3036
-
Hi, guys Thanks for your all kind support and great work ! I've encountered an issue, I've build a custom js library and would like to call functions inside of it. the function can be called in developer console after including:
The question is how to call custom function by a button click event ? pseudo code may look like this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The workaround :
But it just adding too much noise |
Beta Was this translation helpful? Give feedback.
-
@yellowbean Does your original code with |
Beta Was this translation helpful? Give feedback.
@yellowbean Does your original code with
rx.call_script
not work? That's the recommended way of doing this.