@cocreate/domain
Version:
A simple domain component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
39 lines (33 loc) • 1.26 kB
HTML
<html lang="en">
<head>
<title>Domain Customer | txt record</title>
<head>
<h1>Delete txt RECORD to Domain</h1>
<form realtime="true" id="customer-form" array="modules">
<input
type="text"
domain="txtRecord.domain-name"
value="cocreatejs.com"
placeholder="Domain Id"
class="floating-label" />
<input
type="text"
domain="txtRecord.host"
value="cocreatejs.com"
placeholder="host"
class="floating-label" />
<input
type="text"
domain="txtRecord.value"
placeholder="value"
class="floating-label" />
<button actions="txtRecordDelete">DElete Txt</button>
</form>
<!--CoCreateJS-->
<!--CoCreate Plugins-->
<!--<script src="../../dist/CoCreate-domain.js"></script>-->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</head>
</head>
</html>