XML Formatter QoL improvements #88
@@ -16,12 +16,24 @@
|
|||||||
<div class="headline">
|
<div class="headline">
|
||||||
<h1>Online XML Formatter</h1>
|
<h1>Online XML Formatter</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<select name="processors" id="processors" class="hidden">
|
<select name="processors" id="processors" class="hidden">
|
||||||
<option value="libxml">libXML</option>
|
<option value="libxml">libXML</option>
|
||||||
</select>
|
</select>
|
||||||
<b><span id="formatinfo"></span></b><br>
|
|
||||||
<label for="xmlArea"><b>Insert your XML:</b></label>
|
<div class="display-space-between">
|
||||||
|
<div>
|
||||||
|
<b><span id="formatinfo"></span></b><br>
|
||||||
|
<label for="xmlArea"><b>Insert your XML:</b></label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button class="action-button active" id="clearXMLButton" style="padding: 3px 10px;"
|
||||||
|
onclick="clearDataField()">Clear</button>
|
||||||
|
<button class="action-button active" id="defaultXMLButton" style="padding: 3px 10px;"
|
||||||
|
onclick="fillDefaultXML(this)">Insert default XML</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<textarea id="xmlArea" name="xmlArea" rows="15"
|
<textarea id="xmlArea" name="xmlArea" rows="15"
|
||||||
class="textarea-700 bordered-field vertically-resizeable max-width"
|
class="textarea-700 bordered-field vertically-resizeable max-width"
|
||||||
onblur="setDefaultContent(this, 'Insert XML here');"
|
onblur="setDefaultContent(this, 'Insert XML here');"
|
||||||
|
|||||||
Reference in New Issue
Block a user