Hi,
Anybody tried using an image as the calendar trigger rather than just focusing on the datepicker field?
Anybody tried using an image as the calendar trigger rather than just focusing on the datepicker field?
Hi elvinjoe,
Usually there's a calendar icon you can click alongside the date input.
Bob
Usually there's a calendar icon you can click alongside the date input.
Bob
Hello
I want to show date picker (calendar) if i click on image.Please help me on this.
If I click on calendar.jpg i want to show the calendar.
Please help me on this.
I want to show date picker (calendar) if i click on image.Please help me on this.
If I click on calendar.jpg i want to show the calendar.
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td width="153"><input id="dob" maxlength="150" size="16" class=" validate['required','target:dob_clone_id'] cf_date_picker" title="" label_over="0" hide_label="0" type="text" value="" name="dob" />
<div id="txtDob_help"></div></td>
<td width="147"><img title="Calendar" alt="Calendar" src="images/common/calendar.jpg"></td>
</tr>
</tbody></table>
Please help me on this.
Hello
I want to show date picker (calendar) if i click on image.Please help me on this.
If I click on calendar.jpg i want to show the calendar.
Code: Select all
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td width="153"><input id="dob" maxlength="150" size="16" class=" validate['required','target:dob_clone_id'] cf_date_picker" title="" label_over="0" hide_label="0" type="text" value="" name="dob" />
<div id="txtDob_help"></div></td>
<td width="147"><img title="Calendar" alt="Calendar" src="images/common/calendar.jpg"></td>
</tr>
</tbody></table>
Please help me o this.
I want to show date picker (calendar) if i click on image.Please help me on this.
If I click on calendar.jpg i want to show the calendar.
Code: Select all
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td width="153"><input id="dob" maxlength="150" size="16" class=" validate['required','target:dob_clone_id'] cf_date_picker" title="" label_over="0" hide_label="0" type="text" value="" name="dob" />
<div id="txtDob_help"></div></td>
<td width="147"><img title="Calendar" alt="Calendar" src="images/common/calendar.jpg"></td>
</tr>
</tbody></table>
Please help me o this.
This topic is locked and no more replies can be posted.