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.
 
 
 
 
 
 

15 lines
684 B

<tr class="feedViewerEntry" dojoAttachPoint="entryNode" dojoAttachEvent="onclick:onClick">
<td class="feedViewerEntryUpdated" dojoAttachPoint="timeNode">
</td>
<td>
<table border="0" width="100%" dojoAttachPoint="titleRow">
<tr padding="0" border="0">
<td class="feedViewerEntryTitle" dojoAttachPoint="titleNode">
</td>
<td class="feedViewerEntryDelete" align="right">
<span dojoAttachPoint="deleteButton" dojoAttachEvent="onclick:deleteEntry" class="feedViewerDeleteButton" style="display:none;">[delete]</span>
</td>
<tr>
</table>
</td>
</tr>