Select Git revision
customcontrol.js
217.html 3.41 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>only try to transfer the part that has been changed #217</title>
<script src="./217.mjs" type="module"></script>
</head>
<body>
<h1>only try to transfer the part that has been changed #217</h1>
<p></p>
<ul>
<li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/217">Issue #217</a></li>
<li><a href="/">Back to overview</a></li>
</ul>
<main>
<monster-datasource-rest id="ds210"
data-monster-option-read-url="/issue-217.json"
data-monster-option-write-url="/issue-217"
data-monster-option-write-acceptedstatus="400::200"
data-monster-option-features-autoinit="true">
</monster-datasource-rest>
<monster-dataset data-monster-option-index="0"
data-monster-option-datasource-selector="#ds210"
data-monster-option-mapping-data="">
ID:
<div data-monster-replace="path:data.id"></div>
<div data-monster-replace="path:data.name"></div>
</monster-dataset>
<monster-form data-monster-option-datasource-selector="#ds210"
data-monster-option-mapping-data=""
data-monster-option-features-mutationobserver="true"
>
<monster-field-set data-monster-option-labels-title="my title">
<label for="id">field id</label><input id="id" type="number"
data-monster-attributes="value path:data.id"
data-monster-bind="path:data.id">
<label for="field1">field id</label><input id="field1"
data-monster-attributes="value path:data.field1"
data-monster-bind="path:data.field1">
<label for="field2">field id</label><input id="field2"
data-monster-attributes="value path:data.field2"
data-monster-bind="path:data.field2">
<label for="field3">field id</label><input id="field3"
data-monster-attributes="value path:data.field3"
data-monster-bind="path:data.field3">
</monster-field-set>
<monster-field-set data-monster-option-labels-title="">
<monster-datasource-save-button data-monster-option-datasource-selector="#ds210">ok
</monster-datasource-save-button>
</monster-field-set>
</monster-form>
</main>
</body>
</html>