You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/test/fixtures/sites/types/index.html

17 lines
328 B

<html>
<head>
<meta charset="utf-8" />
<script src="/grist-plugin-api.js"></script>
<script src="page.js"></script>
</head>
<body>
<h1>Types</h1>
<div>
onRecord() matches a record in table?
<div id="match"></div>
</div>
<h2>record</h2>
<pre id="record"></pre>
</body>
</html>