pnpgreg
Newbie
Posts: 1
Registered: 6/9/2004
Member Is Offline
|
| posted on 6/9/2004 at 08:50 PM |
|
|
Location Of Calendar.html
I'm working in a CF/Fusebox4/MVC environment, and it's my first use of Tigra Calendar. The documentation says the calendar.cfm "must be
placed in the same directory where a calling page deployed". In fusebox I guess that means the app root. I really need to place the file in a
sub-dir called "lib". I did this and changed line 49 of calendar2.js and it worked. Until I scrolled back to the previous month. Then it
looked for calendar.html in "lib/lib" and errored. Anyone know how to change the url in the back/next links?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/10/2004 at 03:08 PM |
|
|
use absolute path to calendar.html in window.open(...) statement in calendar?.js file. In this case you can put calendar.html anywhere in your site
structure and path will be always correct.
|
|
|