<td>
<script type="text/javascript">
1
2 dojo.require("dojo.widget.DatePicker");
</script>
<span id="setUpForInsertOrUpdateForm_formation_date" style="white-space: nowrap;">
<input type="hidden" dojoattachpoint="valueNode" value="" name="dojo.formation.date"/>
<input type="text" autocomplete="off" dojoattachpoint="inputNode" style="vertical-align: middle; width: 7em;" value="" name="formation.date"/>
<img style="vertical-align: middle; cursor: pointer;" dojoattachpoint="buttonNode" dojoattachevent="onclick: onIconClick" alt="Select a date" src="/IHM/struts/dojo/src/widget/templates/images/dateIcon.gif"/>
<div class="dojoPopupContainer" style="display: none; position: absolute; z-index: 10;" dojoattachpoint="containerNode">
<div class="datePickerContainer" dojoattachpoint="datePickerContainerNode" style="">
<table class="calendarContainer" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td class="monthWrapper" valign="top">
</td>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
</table>
</div>
</div>
</span>
</td>
</tr>
Partager