From 48a6a25457ecbd94880d2c744c9c8a5776e52a6c Mon Sep 17 00:00:00 2001
From: David Botton
The following default keys are set:
"clog-body" clog-body of this connection, see CONNECTION-BODY
"clog-path" html path used, see CONNECTION-PATH
-"clog-sync" sempaphore used for syncing events, see CONNECTION-SYNC
CONNECTION-SYNC
@@ -7167,6 +7167,28 @@ result of on-input.
Create a confirmation dialog box with CONTENT centered.
Calls on-input with t if confirmed or nil if canceled.
[function] PROMPT-DIALOG OBJ CALLBACK &KEY (TITLE "Prompt") (COMPLETION #'LIST(0 1)) (VALIDATION (CONSTANTLY T)) (PRESENTATION (LAMBDA(0 1) (IT) (FORMAT NIL "~a" IT))) (INITIAL-VALUE "") (MODAL T) TIME-OUT LEFT TOP (WIDTH 390) (HEIGHT 425) MAXIMIZE CLIENT-MOVEMENT (KEEP-ON-TOP T) HTML-ID
Create a prompt dialog box with a selection of items generated by
+the provided COMPLETION function.
COMPLETION is a function that takes the current string and returns
+a list of options.
VALIDATION is a predicate that you can specify to prevent the user
+from entering a malformed text input.
PRESENTATION is used if COMPLETION yields something other than strings.
Pressing
Pressing