UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

6 lines 221 B
<Alloy> <Window layout="vertical"> <Button id="button1" onClick="openPopover" top="20">popover</Button> <Button id="button2" onClick="openPopoverWithContentView">popover with content view</Button> </Window> </Alloy>