runlow
Junior Member
Posts: 2
Registered: 4/22/2005
Member Is Offline
|
| posted on 4/22/2005 at 07:18 PM |
|
|
img folder / image files?
I've got my modal calenders working with the exception of the image files displaying in the calender and the image right of the form textbox.
Where do I place the img folder or where can I look to find out where the calender says it should be?
In one of the js files?
Thanks!
|
|
|
runlow
Junior Member
Posts: 2
Registered: 4/22/2005
Member Is Offline
|
| posted on 4/25/2005 at 04:06 AM |
|
|
SoftComplex support was quick getting me the answer to my question, Thanks!....here it is.....
image path can be set in cal_tpl.js Example:
// today icon image (IMG); if omited no today button will be displayed
'todayimage': {
'src': 'img/today.gif',
'width': 16,
'height': 16,
'hspace': 2,
'border': 0,
'alt': 'reset to today'
},
You can see path in "src" attribute.
|
|
|