Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by scott bradley on Jul 24, 2008 05:31
open dhtmlx forum
attaching a date picker to an tag

thanks for the answer to my previous question (index.php?s=normal&q=4227&a=6026)

when i change my <input> image tag to an img tag the date picker does not behave in the same way. When i click the image it no longer displays the calendar. Do i have to add an onclick method to display the calendar?
Answer posted by Support on Jul 24, 2008 08:47
The current version can be linked automatically only to input elements, it can't work the same for image tag, you need to add onclick event handler with
    calendar.show()
command.

Please check attached sample.
Attachments (1)