| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <input type="text" id="altInline" size="10"/> 2 <div id="inline"></div> 3 <p style="clear: both;"><!-- See day-by-day example for highlighting days code --></p> 4 <script type="text/javascript"> 5 function setInlineDate() { 6 try { 7 var date = $.datepicker.parseDate("mm/dd/yy", $("#altInline").val()); 8 $("#inline").datepicker("setDate", date); 9 } 10 catch (e) { 11 // Ignore 12 } 13 } 14 </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 |