hockeyshooter
Junior Member
Posts: 2
Registered: 9/13/2006
Location: Milton Keynes, England
Member Is Offline
|
| posted on 9/13/2006 at 03:34 AM |
|
|
STR_ICONPATH ignored
I want the 'scroll' (arrow) buttons in my existing images folder, so I set:
var STR_ICONPATH = 'images/';
...just before I create my calendar objects, but it is ignored. STR_ICONPATH appears to be forcibly set in the calendar.html file so any setting I
make to it is overridded. From a search of the forums, this appears to have always been the case.
BTW I think Tigra Calendar really rocks!
Chris.
|
|
|
hockeyshooter
Junior Member
Posts: 2
Registered: 9/13/2006
Location: Milton Keynes, England
Member Is Offline
|
| posted on 9/13/2006 at 07:31 AM |
|
|
Actually, I don't think this is ever going to work unless the value is passed into the html that's used to create the popup calendar window on the
end of the URL, ie:
window.open('calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id+&STR_ICONPATH='+STR_ICONPATH ... );
Chris.
|
|
|