Fix compilation error

This commit is contained in:
2024-06-10 16:46:21 +02:00
parent da31187aa3
commit 37dd97e361
3 changed files with 112 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ There is global object called <b>core</b> that have these methods.
Second parameter is default value in input box. Both parameters are optional. When cancel is pressed it return Undefined.</li>
<li><b>getFloat(label = "", value = 0, decimals = 3)</b> show dialog box with input box to retrieve decimal value. String value passed in first argument is used as description label.
Second parameter is default value in input box. All three parameters are optional. When cancel is pressed it return Undefined.</li>
<li><b>getItem(items)</b> show selection dialog which allow to select one item from array of items. When cancel is pressed it return Undefined.</li>
<li><b>getItem(items)</b> show selection dialog which allow to select one item from array of items. It return selected item as string. When cancel is pressed it return Undefined.</li>
</ul>
<h4>File</h4>