Implemented partially working text field
This commit is contained in:
@@ -2,11 +2,13 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!-- <link rel="stylesheet" href="../common.css"> -->
|
|
||||||
<!-- <link rel="stylesheet" href="styles.css"> -->
|
|
||||||
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
|
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
|
||||||
<script src="../assets/scripts/tools/scripts.js"></script>
|
<link rel="stylesheet" href="../assets/css/json.css">
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
||||||
|
<script src="../assets/scripts/tools/scripts.js"></script>
|
||||||
|
<script src="../assets/scripts/tools/json.js"></script>
|
||||||
|
<script>hljs.highlightAll();</script>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
</head>
|
</head>
|
||||||
@@ -47,10 +49,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<label for="xmlArea"><b>Insert your XML:</b></label>
|
<label for="xmlArea"><b>Insert your XML:</b></label>
|
||||||
<textarea id="xmlArea" name="xmlArea" rows="15"
|
<!-- <textarea id="xmlArea" name="xmlArea" rows="15"
|
||||||
class="textarea-300 bordered-field vertically-resizeable max-width"
|
class="textarea-300 bordered-field vertically-resizeable max-width"
|
||||||
onblur="setDefaultContent(this, 'Insert XML here');"
|
onblur="setDefaultContent(this, 'Insert XML here');"
|
||||||
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
|
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea> -->
|
||||||
|
<pre>
|
||||||
|
<code class="language-xml bordered-field" id="xmlBlock" contenteditable="True">Insert XML here</code>
|
||||||
|
</pre>
|
||||||
<br><br>
|
<br><br>
|
||||||
<label for="transformArea"><b>Insert your XPath:</b></label>
|
<label for="transformArea"><b>Insert your XPath:</b></label>
|
||||||
<textarea id="transformArea" name="transformArea" class="bordered-field vertically-resizeable max-width"
|
<textarea id="transformArea" name="transformArea" class="bordered-field vertically-resizeable max-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user