...
Note |
---|
|
The new marker has an updated shape along with an always visible name label, allowing users to easily find the correct resource.
...
Table of Contents |
---|
How to test the Timeslider
...
Code Block | ||
---|---|---|
| ||
"buttons" : { "timeslider": { "action": "Time Selector", "workingday_large": "9-5", "endofday_large": "Now - 5pm", "allday_large": "24 hrs", "am_large": "Morning", "pm_large": "Afternoon", "workingday_small": "9-5", "endofday_small": "EOD", "allday_small": "24", "am_small": "AM", "pm_small": "PM" } } |
There are two options for each button, a _large
and a _small
option.
When the display size is less that than 800px the _small
option will be used.
...