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
I'm trying to get a customButton to work via the plugins functions, but the JS Code doesn't seem to work when put in the config() function of the widget:
The Button shows up but clicking it throws this error in the console: Uncaught TypeError: N.click.call is not a function
Now is there a way I can get it working without extending the Plugin which I could do, but I'm looking for an easier way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm trying to get a customButton to work via the plugins functions, but the JS Code doesn't seem to work when put in the config() function of the widget:
The Button shows up but clicking it throws this error in the console: Uncaught TypeError: N.click.call is not a function
Now is there a way I can get it working without extending the Plugin which I could do, but I'm looking for an easier way.
Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions