chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:17 +08:00
commit f7546d43cc
322 changed files with 158599 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<h5>INPUT</h5>
<br>
<p>The input box allows the user to enter and pass data.</p>
<br>
<section id="input"class="my-5">
<h5>input</h5>
<p>Show the input box with the window title and call parameter passed.<br>
The function returns a non-zero value if the OK button is pressed. Otherwise, it returns zero.</p>
<p>Syntax</p>
<code>input("Title", "Prompt")</code>
</section>
<section id="input.result" class="my-5">
<h5>input.result</h5>
<p>Returns the input value resulting from the input box.</p>
<p>Syntax</p>
<code>input.result</code>
</section>