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
For now you can export a method from a plugin into application, and call that method from outside providing the data as an argument and storing it somewhere on the plugin side.
Exporting data directly is a pending feature on my todo-list.
I'm looking for a way to share application window.location with plugin.
// plugin.js
application.remote.alert(application.remote.location.href);
How to accomplish that?
The text was updated successfully, but these errors were encountered: