-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Example of calling Action from a fucntion? #20
Comments
Just Actions.NAME where NAME is action name attribute defined as for Route or Action element, and its schema="popup" |
Check example project from the repository |
Found answer, Actions.NAME only works onpress= .... it does nothing, if you can call from your own function. if you have own function, & processing, you have to use Actions.NAME(this); |
how to pass data while using action in own function |
Have you tried Actions.name(DATA) ? |
I tried like this, Actions.name(this,data),but that did not work |
No, it is not correct, check examples.
|
hi aksonov, thank you, the above fix worked. the other issue i'm facing is, unable see navbar in the app,I have followed the steps mentioned in the begining page. |
Could you check demo, where is no navbar? |
do you have a working example of action (simple ones will do like pop) from a page?
The text was updated successfully, but these errors were encountered: