Is there somewhere where I can get a list of Attributes for dynamically editing a widget in its embedded HTML link?
For example, these are the only two I can find documentation for: data-elfsight-app-layout data-elfsight-app-filter-dates
Surely there are more, where can I find documentation for them?
Specifically, I am trying to have the same calendar widget on two different pages - on one page it will only show upcoming events, on another page it will only show past events. I want to be able to toggle show past events in the embedded html link.
At the moment, it’s possible to dynamically change filters and layouts only. In your case, the only solution is to use 2 different widgets for Past and Upcoming events.
However, I’ve moved your idea to the Wishlist and if more users support it, it might be considered in the future
Thank you for moving it to wishlist, I appreciate that. It sure would be nice to have the ability to control all of those things from within the embedded link code.
Two widgets sounds like a great solution. Is it possible to synchronize the events across the two widgets? (ie if I create an event in one widget, it will also be created in the second widget)
At the moment, there is no way to sync 2 different widgets, but this idea sounds interesting and I’ve also added it to the Wishlist - Synchronize events across 2 widgets
Currently, it’s impossible to use one widget with different number of events displayed on multiple pages. This idea is already on the Wishlist and I’ve merged your comment with it
I’d like a list view on the front page of my website that has the next 5 dates, and then a list view on a separate “Tour Dates” page that shows all dates.
Adding on to this. In the current form, if you could copy the style of one widget to another instead of going through and selecting the options, it’d make duplicating with the same events to another layout that can’t be dynamically changed through code super easy.
Yes, thank you. We currently use two different widgets with different layouts and different styles that have the same events but display on different pages. We use it for displaying our upcoming games with various other info (time, stadium, opposing team, etc.) in some of those other fields.
So, for example, if we need to update a game’s time, we currently need to do it twice.
If we could copy all events (or copy the style to a duplicated widget, which might be easier to develop, I’m guessing) or have them sync between widgets, that’d make it super easy to keep multiple updated with different styles.