2022.2

Table Of Contents
disabled>
</div>
<div>
<label for="resultastxt">Get Result as
Text:</label>
<input id="resultastxt" type="checkbox"
disabled>
</div>
<div>
<label for="printrange">Print Range:</label>
<input id="printrange" type="text"
placeholder="1, 2, 3-5, 6" disabled>
</div>
</fieldset>
<fieldset>
<legend>Progress &amp; Actions</legend>
<div>
<progress value="0" max="100"></progress>
</div>
<div>
<input id="cancel" type="button" value="Cancel"
disabled>
<input id="submit" type="submit"
value="Submit">
</div>
</fieldset>
</form>
</body>
</html>
markup.html
<!-- OL Connect REST API Cookbook - Working Examples [Markup HTML
Snippet] -->
<div id="input-name-type-value-pair-row">
<table>
<tr class="root">
<td>
<input class="use-option" type="checkbox">
</td>
<td class="name">
<input type="text" placeholder="Name" required>
</td>
Page 403