control-freak-ide/user/workspace/examples/ButtonGroup.dhtml
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

14 lines
609 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<viewHeaderTemplate/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
</head>
<body data-maq-flow-layout="false" data-maq-comptype="delite" class="claro superhero" data-maq-ws="collapse" style="position:absolute" data-maq-appstates="{}" id="myapp">
<button is="d-button" title="Default Label" label="DVD" style="position: absolute; left: 32px; top: 24px;" id="btnDVD"></button>
<button is="d-button" title="Default Label" label="Blue Ray" style="position: absolute; left: 111px; top: 24px;" id="btnBlueRay"></button>
</body>
</html>