\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Horde Form Types}
The below is a list of form types that can be used in the addVariable function

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