@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
13 lines • 470 B
text/xml
<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>