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

Allow event overrides (move/remove/moveall/removeall) #89

Conversation

marcelozarate
Copy link
Contributor

Allows avoiding the execution of default events, skipping the saveSelections call so everybody can implement their own method for handling whatever the buttons trigger.

The options:

      eventMoveOverride: false,
      eventMoveAllOverride: false,
      eventRemoveOverride: false,
      eventRemoveAllOverride: false

are set to false by default, so the plugin preserves the default behavior unless specified otherwise.

istvan-ujjmeszaros added a commit that referenced this pull request Mar 14, 2016
Allow event overrides (move/remove/moveall/removeall)
@istvan-ujjmeszaros istvan-ujjmeszaros merged commit 534e15a into istvan-ujjmeszaros:master Mar 14, 2016
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

Successfully merging this pull request may close these issues.

2 participants