6.0.0-git
2024-05-02

Diff for Doc/Dev/FormTypes between 5 and 6

+ Horde Form Types



The below is a list of form types that can be used in the addVariable function



||~ Type||~ Is rendered as...||Type ||~ Long Name ||~ Description ||~ Parameters ||

|| spacer || Spacer || Blank line. || n/a ||

|| weatherdotcomheader || ???Header || Header separator. || n/a ||

|| headerdescription || Header separator.Description || || n/a ||

|| descriptionhtml || ???HTML || || n/a ||

|| html  || ???number || Number || || Fraction ||

|| number  || ???int || Integer || || n/a ||

|| int  || ???octal || Octal || || n/a ||

|| octal  || ???intList || Integer List || || n/a ||

|| intList  || ???text || Text || 40 character text input || Regex, Size, Maximum length ||

|| text  || 40 character text input.||stringlist || String list || || Regex, Size, Maximum length ||

|| stringlist  || ???phone || Phone number || || n/a ||

|| cellphone  || ???|| Mobile phone number || || n/a ||

|| ipaddress  || ???|| IP address || || n/a ||

|| longText  ||longtext || Long text || 80x8 character textarea.||textarea || Number of rows, Number of columns, Helper? ||

|| countedTextcountedtext || ???Counted text || || Number of rows, Number of columns, Number of characters ||

|| address || Address || Looks the same as longtext.longtext || Number of rows, Number of columns, Number of characters ||

|| file  || ???addresslink || || || n/a ||

|| image  || ???file || File upload || || n/a ||

|| boolean  || Single checkbox.image || Image upload || || Show upload?, Show option to keep original?, Maximum file size in bytes ||

|| link  || ???boolean || True of false || Single checkbox || n/a ||

|| email  || ???link || Link || || Link URL, Link text, Link target, Onclick event, Link title attribute, Link access key ||

|| matrix  || Matrix (table) of checkbox inputs.email || Email || || Allow multiple addresses?, Strip domain from the address?, Link the email address to the compose page when displaying?, The name to use when linking to the compose page, Character to split multiple addresses with ||

|| emailConfirm  || ???matrix || Field matrix || Matrix (table) of checkbox inputs || Column titles, Row titles, Matrix values, Append text field or select box? ||

|| password  || ???emailConfirm || Email with confirmation || || n/a ||

|| passwordConfirmpassword || ???Password || || n/a || 

|| enum  || Dropdown from where a single value can be chosen.passwordconfirm || Password with confirmation || n/a ||

|| mlenum  || ???enum || Drop down list || Dropdown from where a single value can be chosen || Values to select from, Prompt text ||

|| multienummlenum || ???Multi-level drop down lists || || Values to select from, Prompt text ||

|| radiomultienum || ???Multiple selection || || Values, Size ||

|| set  || same as enum, dropdown  ||keyval_multienum || Multiple selection || || Values, Size ||

|| date  || date selectorradio || Radio selection || || Values ||

|| time  || time selectorset || Set || Same as enum, dropdown || Values, Check all? ||

|| hourMinuteSecond  || Two (yes, two) drop down boxes with 0-23, 0-60.date || Date || Date selector || Format ||

|| monthYear  || ???time || Time || Time selector || n/a ||

|| monthDayYear  || Three drophourminutesecond || Time selection || Drop down boxes in that order with javascript calendar popup chooser.0-23, 0-60 || Show seconds? ||

|| colorPicker  || color selector (popup)monthyear || Month and year || || Start year, End year ||

|| sorter  || ???monthdayyear || Date selection || Three drop down boxes in that order with javascript calendar popup chooser || Start year, End Year, Show picker?, Storage format, Display format ||

|| selectFiles  || ???datetime || Date and time selection || || Start year, End Year, Show picker?, Storage format, Display format, Show seconds? ||

|| assign  || ???colorpicker || Colour selection || Color selector (popup) || n/a ||

|| creditcard  || ???sorter || Sort order selection || || Values, Size, Header ||

|| obrowser  || ???selectfiles || File selection || || Id, Link text, link style, Show icon? ||

|| dblookupassign || ???Assignment columns || || Left values, Right values, Left header, Right header, Size, Width in CSS units ||

|| figlet  || ???creditcard || Credit card number || || n/a ||

|| obrowser || Relationship browser || || n/a ||

|| dblookup || Database lookup || || DSN, SQL statement for value lookups, Prompt text ||

|| figlet || Figlet CAPTCHA || || Text, Figlet font ||

|| captcha || Image CAPTCHA || || Text, Font ||

|| invalid  || ???|| || || Message ||