fgpv-vpgf / fgpa-apgf

Authoring tool for FGP viewer
Other
7 stars 14 forks source link

Date to milliseconds converter problem #567

Closed jolevesq closed 3 years ago

jolevesq commented 3 years ago

The CSS foe the date picker is not included inside the code. Plus, the date starts at 2010. Make this start in the early 1900.

jolevesq commented 3 years ago

At the same time, initialize the staticItems array inside limit object. By default, it is null and the viewer will fails if we try to create a slider with only min and max. For the moment, the user can add an item to the array then remove the item. This way the array is not null anymore and the slider will load.