whitedragonfly
Newbie
Posts: 1
Registered: 1/6/2005
Member Is Offline
|
| posted on 1/6/2005 at 04:16 PM |
|
|
path-relative or context relative img parameter
Is there a calendar init parameter to specify the location of the calendar img directory ...
For testing I use path relative script src attributes like "./../../tigra/calendar.js" and for deployment I use context-relative paths like
"myapp/tigra/calendar.js".
Everything works ok except the images don't appear...
I am using Tigra Calendar PRO v2.1.13
|
|
|
CFD
Moderator
Posts: 48
Registered: 12/8/2003
Member Is Offline
|
| posted on 3/14/2005 at 12:59 PM |
|
|
For this use CAL_TPL structure.
For example:
// icon image to open the calendar instance (IMG),
// not for on-page mode
'caliconshow': {
'src': 'img/cal.gif',
'width': 16,
'height': 16,
'border' : 0,
'alt': 'click to select date from the calendar'
},
|
|
|