<!DOCTYPE html>
<script src="common.js"></script>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui,viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>com.vantdev.r3esd Property Inspector</title>
<link rel="stylesheet" href="css/sdpi.css" />
</head>
<body>
<div class="sdpi-wrapper">
<!-- DROP HTML-STUFF BELOW -->
<!--
Here we just copied a couple of elements from the PISamples example, which contains
a huge collection pre-made HTML-elements for you to use.
Important here is (if you plan to communicate from the Property Inspector to the plugin without
further programming), that you add an 'id' to an element's control.
This will get the 'key', which is sent to the plugin (or settings), along with the value of
the control.
-->
<details>
<summary>Options test</summary>
<div type="list" class="sdpi-item list" id="orderedListContainer1">
<div class="sdpi-item-label">List</div>
<ol class="sdpi-item-value single-select" id="orderedList1" type="decimal">
<li>Milk</li>
<li selected>Bread</li>
<li>Chocolate</li>
<li>More chocolate</li>
</ol>
</div>
</details>
<!-- END OF SDPI-WRAPPER -->
</div>
</body>
</html>
Nothing is selectable.