<Alloy>
	<Window>
		<Toolbar id="toolbar">
			<Items>
				<Button id="editButton" onClick="toggleEditMode">Edit</Button>
			</Items>
		</Toolbar>
		<Label id="helptext"/>
		<DashboardView dataCollection="icons" id="dash" onClick="resetBadge" onEdit="handleEdit" onCommit="handleCommit" onDelete="handleDelete">
			<DashboardItem image="{image}" selectedImage="{selectedImage}" badge="{badge}" label="{label}" modelId="{alloy_id}"/>
		</DashboardView>
	</Window>
</Alloy>