Man: Update extcap argument type documentation

This commit is contained in:
Jaap Keuter 2023-02-07 20:26:22 +01:00 committed by John Thacker
parent 2a9e59f4cf
commit 864e8f1f5f
1 changed files with 3 additions and 1 deletions

View File

@ -69,10 +69,12 @@ Argument type for UI filtering for raw, or UI type for selector:
integer integer
unsigned unsigned
long (may include scientific / special notation) long (may include scientific / special notation)
float double
string (display a textbox)
selector (display selector table, all values as strings) selector (display selector table, all values as strings)
editselector (selector table which can be overridden, all values as strings) editselector (selector table which can be overridden, all values as strings)
boolean (display checkbox) boolean (display checkbox)
booleanflag (display checkbox)
radio (display group of radio buttons with provided values, all values as strings) radio (display group of radio buttons with provided values, all values as strings)
fileselect (display a dialog to select a file from the filesystem, value as string) fileselect (display a dialog to select a file from the filesystem, value as string)
multicheck (display a textbox for selecting multiple options, values as strings) multicheck (display a textbox for selecting multiple options, values as strings)