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

26 lines
1.1 KiB
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;" id="myapp" data-maq-appstates="{}">
<d-combobox id="combo" filterMode="startsWith" style="position: absolute; left: 61px; top: 77px;">
<d-list>
{ "label": "France", "sales": 500, "profit": 50, "region": "EU" },
{ "label": "Germany", "sales": 450, "profit": 48, "region": "EU" },
{ "label": "UK", "sales": 700, "profit": 60, "region": "EU" },
{ "label": "USA", "sales": 2000, "profit": 250, "region": "America" },
{ "label": "Canada", "sales": 600, "profit": 30, "region": "America" },
{ "label": "Brazil", "sales": 450, "profit": 30, "region": "America" },
{ "label": "China", "sales": 500, "profit": 40, "region": "Asia" },
{ "label": "Japan", "sales": 900, "profit": 100, "region": "Asia" }
</d-list>
</d-combobox>
</body>
</html>