This is a migrated thread and some comments may be shown as answers.

How to replace the Navigation image

1 Answer 63 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Joseph Hua
Top achievements
Rank 1
Joseph Hua asked on 29 Jun 2010, 11:05 PM
I try to replace the navigation image like this:

NavigationNextImage

 

="./res/cal_btn_next.gif" NavigationPrevImage="./res/cal_btn_prev.gif"

 

FastNavigationNextText

 

="" FastNavigationPrevText=""

 


But it does not work. It displays an icon (not the image I specified) and a "<" for the previous, and an icon and a ">" for the next.
How to do it correctly?

Thanks for help!

Joseph

1 Answer, 1 is accepted

Sort by
0
SamJ
Top achievements
Rank 1
answered on 01 Jul 2010, 07:56 AM
Hi Joseph,

Check if changing the properties as below makes any difference:

NavigationNextImage="~/res/cal_btn_next.gif"  
NavigationPrevImage="~/res/cal_btn_prev.gif" 
FastNavigationNextToolTip="" FastNavigationPrevToolTip="" 

I assume the images path might not be right.

Regards,
SamJ
Tags
Calendar
Asked by
Joseph Hua
Top achievements
Rank 1
Answers by
SamJ
Top achievements
Rank 1
Share this question
or