blob: 6e98e4fa91efdf38e7c4b980d3d06a600bc5e3dd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>paramset-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css" media="screen">
body {
font-family: sans-serif;
}
paramset-sk {
display: block;
margin: 3em;
}
</style>
</head>
<body>
<h1>paramset-sk</h1>
<paramset-sk id=set1></paramset-sk>
<paramset-sk clickable id=set2></paramset-sk>
<paramset-sk clickable_values id=set3></paramset-sk>
<button id=highlight>Highlight</button>
<button id=clear>Clear</button>
<h2>Events</h2>
<pre id=events></pre>
<table>
<tr><th>paramset-key-click </th><td><pre id=key> </pre></td></tr>
<tr><th>paramset-key-value-click</th><td><pre id=value></td></pre></tr>
</table>
</body>
</html>