Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

How to know which link was clicked? #200

Open
leompeters opened this issue Nov 10, 2016 · 1 comment
Open

How to know which link was clicked? #200

leompeters opened this issue Nov 10, 2016 · 1 comment

Comments

@leompeters
Copy link

Hi guys,

For example: if I have 2 links that trigger the Next event, one with id="next" and other id="save_next", how can I know which link was clicked triggering the Next event?

Thanks for your attention,
Leo M.

@SergeyDirin
Copy link

onTabChange: function(tab, navigation, index, clickedIndex) {
console.log("index = ");
console.log(index);
console.log("clickedIndex = ");
console.log(clickedIndex);
}

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

No branches or pull requests

2 participants