dhtmlxcalendar in lightbox doesn’t appear in my custom scheduler.form_blocks[“my_editor”].
<div class='dhx_cal_ltext' style='height:600px;'>
<table width='650px' cellspacing='10'>
<tbody>
<tr id='UnAvailableDueToRow'>
<td class='LightBoxHeadingCell'>
UnAvailable Due To :
</td>
<td>
<select name='StatusDropDown' id='StatusDropDown'>
<option value='PersonalLeave'>Personal Leave</option>
<option value='Sick'>Sick</option>
<option value='StatHoliday'>Stat Holiday</option>
<option value='Sick'>Sick</option>
<option value='Training'>Training</option>
<option value='Vacation'>Vacation</option>
</select>
</td>
</tr>
<tr id='AddressTypeRow'>
<td class='LightBoxHeadingCell'>
Address Type :
</td>
<td>
<select name='AddressTypeDropDown' id='AddressTypeDropDown'>
<option value='EvaluatorsOffice'>Evaluators Office</option>
<option value='Clinic'>Clinic</option>
</select>
</td>
</tr>
<tr id='StartAndEndDatesCalendarRow'>
<td colspan='2'>
<table width='500px' cellspacing='5' style='margin-top: 5px;border: 1px solid black;'>
<tbody>
<tr>
<td class='LightBoxHeadingCell'>
Start Date :
</td>
<td>
<input type='text' id='StartDateCalendar1'>
</td>
<td class='LightBoxHeadingCell'>
End Date :
</td>
<td>
<input type='text' id='EndDateCalendar'>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>