Skip to content
Snippets Groups Projects
Commit 13b61182 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

'prompt' argument missing from uifc.input() JSDOC

Also clarify (or try to clarify) that the maxlen argument is required if you
want to specify any kmode flags.
parent a55e31da
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4846 passed
......@@ -1139,7 +1139,7 @@ static jsSyncMethodSpec js_functions[] = {
,JSDOCSTR("Pop-up (or down) a message. Pop-down by passing no <i>text</i> argument.")
,314
},
{"input", js_uifc_input, 0, JSTYPE_STRING, JSDOCSTR("[number mode] [,number left] [,number top] [,string default] [,number maxlen] [,number kmode]")
{"input", js_uifc_input, 0, JSTYPE_STRING, JSDOCSTR("[number mode] [,number left] [,number top] [,string prompt] [,string default] [,number maxlen [,number kmode]]")
,JSDOCSTR("Prompt for a string input")
,314
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment