Forums

Date picker using image as calendar trigger,

elvinjoe 14 Dec, 2011
Hi,

Anybody tried using an image as the calendar trigger rather than just focusing on the datepicker field?
GreyHead 14 Dec, 2011
Hi elvinjoe,

Usually there's a calendar icon you can click alongside the date input.

Bob
elvinjoe 23 Feb, 2012
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.
<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.
elvinjoe 28 Feb, 2012
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.
This topic is locked and no more replies can be posted.