UNPKG

@cocreate/domain

Version:

A simple domain component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.

39 lines (33 loc) 1.28 kB
<!DOCTYPE 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="mxRecordDelete.domain-name" value="cocreatejs.com" placeholder="Domain Id" class="floating-label" /> <input type="text" domain="mxRecordDelete.host" value="cocreatejs.com" placeholder="host" class="floating-label" /> <input type="text" domain="mxRecordDelete.value" placeholder="value" class="floating-label" /> <button actions="mxRecordDelete">DElete MX</button> </form> <!--CoCreateJS--> <!--CoCreate Plugins--> <!--<script src="../../dist/CoCreate-domain.js"></script>--> <script src="https://CoCreate.app/dist/CoCreate.js"></script> </head> </head> </html>