UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

13 lines • 470 B
<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>