You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
I made some event seeking button (first, previous, next, last) that seek through the sorted event list and set the current day to the event it finds. This moves the view to the correct month (sweet!) if needed. But I would also like to close any open sliders and have it expand the slider on the day I have just set.
How might I do that? Note this is not happening as part of any calendar triggered event.
Also would like to change the slidebox template. I dont want the time appearing, is that template overridable?
The text was updated successfully, but these errors were encountered:
In 0.16.x I've added a new cell-is-open attribute, which you can use to control if the slidebox is open or not (If you set it to true it will now by default have the behaviour you expect of opening the same day of the next month when going between them)
…and month view slide box is ope
Closes#199
BREAKING CHANGE: auto-open has been renamed to cell-is-open. It is now 2 way bound if the slidebox is open or not so
you can programmatically control the visibility of the slidebox.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I made some event seeking button (first, previous, next, last) that seek through the sorted event list and set the current day to the event it finds. This moves the view to the correct month (sweet!) if needed. But I would also like to close any open sliders and have it expand the slider on the day I have just set.
How might I do that? Note this is not happening as part of any calendar triggered event.
Also would like to change the slidebox template. I dont want the time appearing, is that template overridable?
The text was updated successfully, but these errors were encountered: