Skip to content

Commit

Permalink
Update build.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhughes committed Feb 20, 2024
1 parent 5a3a85a commit f543b19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spectrum/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ <h1>Spectrum</h1>
<sp-button autofocus onclick="document.getElementById('render').disabled=false; document.getElementById('render').open=true;">Authorize</sp-button>
</sp-accordion-item>
<sp-accordion-item id="render" disabled label="Create PDF Rendition">
<p>PDF Rendition</p>
<sp-field-label for="range" size="m">Page(s)</sp-field-label>
<sp-picker name="range" id="range" value="currentPage">
<sp-menu-item value="currentPage">Current Page</sp-menu-item>
<sp-menu-item value="entireDocument">Whole Document</sp-menu-item>
</sp-picker>
<sp-button>Render</sp-button>
</sp-accordion-item>
<sp-accordion-item id="agreement" disabled label="Create Draft Agreement">
<sp-button>Click to launch authoring view</sp-button>
Expand Down

0 comments on commit f543b19

Please sign in to comment.