Basic Date Picker Forums

Welcome to Basic Date Picker Forums Sign in | Join | Help
in Search

Custom images for Prev & Next months

Last post 02-06-2009, 3:05 AM by Darthtong. 0 replies.
Sort Posts: Previous Next
  •  02-06-2009, 3:05 AM 1762

    Custom images for Prev & Next months

    Hi,

    I'm using .NET 2.* and Visual Studio, with version 1.3.3.0 of the BasicDatePicker.

    I can't get custom images to work for next and prev months. My the styles link in from a .NET skin file and the code is as follows:

     <BDP:BasicDatePicker runat="server" SkinId="bdpDefault"
        TitleStyle-BackColor="#87ad13"
        TitleStyle-ForeColor="#FFFFFF"
        NextPrevFormat="Image"
        NextMonthImageFileName = "~/images/buttons/date-picker-right-arrow.gif"
        PreviousMonthImageFileName = "~/images/buttons/date-picker-left-arrow.gif"
        NextPrevMonthImageWidth="7"
        NextPrevMonthImageHeight="11" />

    I know my skin file works because I can change other styles and it works, any ideas?
View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems