alterm4nn / ChronoZoom

ChronoZoom is an interactive timeline for all of history.
http://www.chronozoom.com
156 stars 124 forks source link

Circa Date: Saving and Exhibit Rendering #1361

Closed NeilCresswell closed 9 years ago

NeilCresswell commented 9 years ago

Timeline and exhibit circa date checkbox choices (Edit Timeline and Edit Exhibit panes) are now saved to and read from the database, as well as being stored in ChronoZoom's virtual canvas so that they are immediately rendered without a page refresh.

Exhibits with a circa date now render with a dotted outline, to indicate that the date is approximate, in browsers that support this functionality. (Tested OK with latest IE, Chrome and Firefox.)

Possible follow-up check-in will render the left border or right border of a timeline with a dotted line too, if the from date or until date of a timeline is approximate.

NeilCresswell commented 9 years ago

Basic timeline dotted line on left or right implemented. (Refresh may be required.)

NeilCresswell commented 9 years ago

Tagged on minor cz.html clean-up: Removal of unwanted hard-coded reference to a test environment script and placing loading of CZ's JS scripts inside a jQuery document ready, to help ensure other scripts they are dependent on are already loaded.