sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
536 B

<div class="playerContainer">
<div class="PlayerScreen" dojoAttachPoint="playerScreen"></div>
<table class="Controls">
<tr>
<td colspan="2" dojoAttachPoint="progressContainer"></td>
</tr>
<tr>
<td class="PlayContainer" dojoAttachPoint="playContainer"></td>
<td class="ControlsRight">
<table class="StatusContainer">
<tr dojoAttachPoint="statusContainer">
</tr>
<tr>
<td colspan="3" class="ControlsBottom" dojoAttachPoint="controlsBottom"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>