| Question regarding additional info in cells ¶ | |
| I am presently attempting to make an interactive calendar which displays additional info when a date is highlighted and pressed. I am currently using the following code: function dateChanged(calendar) { }; Calendar.setup( I guess it would be pretty tedious to attempt to make a html page for each date. So basically, is there a way to return a universal html page for all dates that do not have any additional info? Also, I was reading on a past post on how to make non-selectable dates, but it seems to me that the code only considers one range. How would I make multiple ranges (for example, non-selectable dates from Jan. 1 - 16. Additional info on Jan. 17. Non-selectable dates from Jan. 18 - 24...etc.)? Thanks. | |
| Re: Question regarding additional info in cells ¶ | |
| Nevermind...found the code in the documentation. Thanks all! | |
| last |














