Skip to content

Commit

Permalink
Update variables list
Browse files Browse the repository at this point in the history
  • Loading branch information
fttx committed Apr 12, 2021
1 parent 0072beb commit 4cf2a24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ <h2>Modifier keys</h2>
</p>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down Expand Up @@ -220,6 +221,7 @@ <h2 color="dark">Text</h2>
You can use the following variables (lowercase): <br>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down Expand Up @@ -321,6 +323,7 @@ <h2 color="dark">Method</h2>
You can use the following variables (lowercase): <br>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down Expand Up @@ -379,6 +382,7 @@ <h2 color="dark">Method</h2>
Available variables (lowercase): <br>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down Expand Up @@ -488,6 +492,7 @@ <h2 color="dark">Method</h2>
You can use the following variables (lowercase): <br>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down Expand Up @@ -526,6 +531,7 @@ <h2 color="dark">Method</h2>
You can use the following variables (lowercase):<br>
<code>
<input type="text" value="barcode" disabled class="example-variable" /> <br>
<input type="text" value="barcodes" disabled class="example-variable" /> <br>
<input type="text" value="number" disabled class="example-variable" /> <br>
<input type="text" value="text" disabled class="example-variable" /> <br>
<input type="text" value="timestamp" disabled class="example-variable" /> <br>
Expand Down
1 change: 1 addition & 0 deletions ionic/src/pages/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ <h2 padding-vertical>
You can use the following variables in your file name (lowercase): <br>
<code>
<input type="text" value="barcode" disabled />
<input type="text" value="barcodes" disabled />
<input type="text" value="number" disabled />
<input type="text" value="text" disabled />
<input type="text" value="timestamp" disabled />
Expand Down

0 comments on commit 4cf2a24

Please sign in to comment.