| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <input type="text" size="10" value="" id="startDate"/> to <input type="text" size="10" value="" id="endDate"/> 2 <script type="text/javascript"> 3 function customRange(input) { 4 return {minDate: (input.id == "endDate" ? $("#startDate").datepicker("getDate") : null), 5 maxDate: (input.id == "startDate" ? $("#endDate").datepicker("getDate") : null)}; 6 } 7 </script>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |