[cvs] [Wiki] changed: Doc/Dev/FormTypes

Jan Schneider jan at horde.org
Sun Sep 9 13:46:33 UTC 2007


jan  Sun, 09 Sep 2007 06:46:33 -0700

Modified page: http://wiki.horde.org/Doc/Dev/FormTypes
New Revision:  3.0
Change log:  Add missing fields from 3.2 and add "Extends" column

@@ -1,53 +1,55 @@
 + Horde Form Types

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

-||~ Type ||~ Long Name ||~ Description ||~ Parameters ||
-|| spacer || Spacer || Blank line || n/a ||
-|| header || Header || Header separator || n/a ||
-|| description || Description || || n/a ||
-|| html || HTML || || n/a ||
-|| number || Number || || Fraction ||
-|| int || Integer || || n/a ||
-|| octal || Octal || || n/a ||
-|| intList || Integer List || || n/a ||
-|| text || Text || 40 character text input || Regex, Size, Maximum length
||
-|| stringlist || String list || || Regex, Size, Maximum length ||
-|| phone || Phone number || || n/a ||
-|| cellphone || Mobile phone number || || n/a ||
-|| ipaddress || IP address || || n/a ||
-|| longtext || Long text || 80x8 character textarea || Number of rows,
Number of columns, Helper? ||
-|| countedtext || Counted text || || Number of rows, Number of columns,
Number of characters ||
-|| address || Address || Looks the same as longtext || Number of rows,
Number of columns ||
-|| addresslink || || || n/a ||
-|| file || File upload || || n/a ||
-|| image || Image upload || || Show upload?, Show option to keep original?,
Maximum file size in bytes ||
-|| boolean || True of false || Single checkbox || n/a ||
-|| link || Link || || Link URL, Link text, Link target, Onclick event, Link
title attribute, Link access key ||
-|| 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 ||
-|| matrix || Field matrix || Matrix (table) of checkbox inputs || Column
titles, Row titles, Matrix values, Append text field or select box? ||
-|| emailConfirm || Email with confirmation || || n/a ||
-|| password || Password || || n/a ||
-|| passwordconfirm || Password with confirmation || || n/a ||
-|| enum || Drop down list || Dropdown from where a single value can be
chosen || Values to select from, Prompt text ||
-|| mlenum || Multi-level drop down lists || || Values to select from,
Prompt text ||
-|| multienum || Multiple selection || || Values, Size ||
-|| keyval_multienum || Multiple selection || || Values, Size ||
-|| radio || Radio selection || || Values ||
-|| set || Set || Same as enum, dropdown || Values, Check all? ||
-|| date || Date || Date selector || Format ||
-|| time || Time || Time selector || n/a ||
-|| hourminutesecond || Time selection || Drop down boxes with 0-23, 0-60 ||
Show seconds? ||
-|| monthyear || Month and year || || Start year, End year ||
-|| 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 ||
-|| datetime || Date and time selection || || Start year, End Year, Show
picker?, Storage format, Display format, Show seconds? ||
-|| colorpicker || Colour selection || Color selector (popup) || n/a ||
-|| sorter || Sort order selection || || Values, Size, Header ||
-|| selectfiles || File selection || || Id, Link text, link style, Show
icon? ||
-|| assign || Assignment columns || || Left values, Right values, Left
header, Right header, Size, Width in CSS units ||
-|| 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 ||
+||~ Type ||~ Extends ||~ Long Name ||~ Description ||~ Parameters ||
+|| spacer || n/a || Spacer || Blank line || n/a ||
+|| header || n/a || Header || Header separator || n/a ||
+|| description || n/a || Description || || n/a ||
+|| html || n/a || HTML || Raw output (no HTML escaping) || n/a ||
+|| number || n/a || Number || || Fraction ||
+|| int || n/a || Integer || || n/a ||
+|| octal || n/a || Octal || || n/a ||
+|| intList || n/a || Integer List || || n/a ||
+|| text || n/a || Text || 40 character text input || Regex, Size, Maximum
length ||
+|| stringlist || text || String list || || Regex, Size, Maximum length ||
+|| phone || n/a || Phone number || || n/a ||
+|| cellphone || phone || Mobile phone number || || n/a ||
+|| ipaddress || text || IP address || || n/a ||
+|| longtext || text || Long text || 80x8 character textarea || Number of
rows, Number of columns, Helper? ||
+|| countedtext || longtext || Counted text || || Number of rows, Number of
columns, Number of characters ||
+|| address || longtext || Address || Looks the same as longtext || Number
of rows, Number of columns ||
+|| addresslink || n/a || || || n/a ||
+|| file || n/a || File upload || || n/a ||
+|| image || n/a || Image upload || || Show upload?, Show option to keep
original?, Maximum file size in bytes ||
+|| boolean || n/a || True of false || Single checkbox || n/a ||
+|| link || n/a || Link || || Link URL, Link text, Link target, Onclick
event, Link title attribute, Link access key ||
+|| email || n/a || 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 ||
+|| matrix || n/a || Field matrix || Matrix (table) of checkbox inputs ||
Column titles, Row titles, Matrix values, Append text field or select box?
||
+|| emailConfirm || n/a || Email with confirmation || || n/a ||
+|| password || n/a || Password || || n/a ||
+|| passwordconfirm || n/a || Password with confirmation || || n/a ||
+|| enum || n/a || Drop down list || Dropdown from where a single value can
be chosen || Values to select from, Prompt text ||
+|| mlenum || n/a || Multi-level drop down lists || || Values to select
from, Prompt text ||
+|| multienum || enum || Multiple selection || || Values, Size ||
+|| keyval_multienum || multienum || Multiple selection || || Values, Size
||
+|| radio || enum || Radio selection || || Values ||
+|| set || n/a || Set || Same as enum, dropdown || Values, Check all? ||
+|| date || n/a || Date || Date selector || Format ||
+|| time || n/a || Time || Time selector || n/a ||
+|| hourminutesecond || n/a || Time selection || Drop down boxes with 0-23,
0-60 || Show seconds? ||
+|| monthyear || n/a || Month and year || || Start year, End year ||
+|| monthdayyear || n/a || Date selection || Three drop down boxes in that
order with javascript calendar popup chooser || Start year, End Year, Show
picker?, Storage format, Display format ||
+|| datetime || n/a || Date and time selection || || Start year, End Year,
Show picker?, Storage format, Display format, Show seconds?
+|| colorpicker || n/a || Colour selection || Color selector (popup) || n/a
||
+|| sound || n/a || (since Horde 3.2) || || ||
+|| sorter || n/a || Sort order selection || || Values, Size, Header ||
+|| selectfiles || n/a || File selection || || Id, Link text, link style,
Show icon? ||
+|| assign || n/a || Assignment columns || || Left values, Right values,
Left header, Right header, Size, Width in CSS units ||
+|| creditcard || n/a || Credit card number || || n/a ||
+|| obrowser || n/a || Relationship browser || || n/a ||
+|| dblookup || enum || Database lookup || || DSN, SQL statement for value
lookups, Prompt text ||
+|| figlet || n/a || Figlet CAPTCHA || || Text, Figlet font ||
+|| captcha || figlet || Image CAPTCHA || || Text, Font ||
+|| category || n/a || Category (since Horde 3.2) || || ||
+|| invalid || n/a || || || Message ||


More information about the cvs mailing list