|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
calendar in html form
I have this tag in a custom cfm file
<cf_calander Action="Add" ClearButton="Yes" HeaderFooter_Color="5869AE" DayHeader_FontColor="ffffff" CalHeader_FontColor="ffffff" Button_FontColor="Navy" Button_Color="ffffff" SelectedDateColor="Navy" HoverColor="cccccc" > I'm included the template in another file and using it in a table. The table data is below. <td colspan="1" align="left" id="PublicationDate"> <cf_calander FormName="frmDocumentUpload" FieldName="PublicationDate" Default= "#PublicationDate#" Location="Right" Format="dd mmm yyyy" Title="Select Date" > </td> It shows a calendar with a down arrow for selection. I want to change this arrow to a calendar icon. Is there an attribute that I can change or add to do this? |
|
#2
|
|||
|
|||
|
There is probably an image or something you can alter within the cf_calander custom tag.
|
|
#3
|
|||
|
|||
|
Assuming the tag isn't encrypted, go into the custom tag's code file and change the icon.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > calendar in html form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|