18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
@using BeWoPlanerMobil.Util
|
|
<script type="text/javascript">
|
|
function onAppointmentDragTipDisplaying(s, e) {
|
|
const newIntervalText = e.toolTip.ConvertIntervalToString(e.data.GetInterval());
|
|
|
|
$('#aptDragToolTipInterval').html(newIntervalText);
|
|
}
|
|
</script>
|
|
|
|
<div style="white-space:nowrap;">
|
|
<strong>
|
|
<span id="aptDragToolTipInterval">
|
|
AppointmentDrag
|
|
</span>
|
|
</strong>
|
|
<br />
|
|
<span>Press ESC to cancel operation</span>
|
|
</div> |