cloudfour / cloudfour/SimpleSlideView
Determine default changeView behavior based on source order
Aperta
enhancement
- Lingua principale
- HTML
- Stelle
- 257
- Fork
- 31
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently, the `changeView` method _requires_ a value for the `action` argument of either `"push"` or `"pop"`.
It would be nice if the source order of the views could determine the action to take in cases where that value is not provided. This could be accomplished by comparing the value of `@$views.index(@$activeView)` with the value of `@$views.index($targetView)`.
This could also allow us to add a new data-attribute, `data-changeview`, which could do _either_ a push or pop depending on the source order.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.