Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location #36

Open
candreoliveira opened this issue Jun 28, 2016 · 1 comment
Open

Location #36

candreoliveira opened this issue Jun 28, 2016 · 1 comment

Comments

@candreoliveira
Copy link

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?

@asvd
Copy link
Owner

asvd commented Jun 28, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants