<input> add an input to a form

name
input
xml namespace
http://moyaproject.com/forms

Add an input to a form.

Example

<input name="username" maxlength="30" />
attributes
name purpose type required? default choices
class Extra class for input text No "input-medium"
fieldname Field name text No "text"
placeholder Placeholder text text No
type Input type text No "text"
inherited attributes
name purpose type required? default choices
adapt Function to adapt field before applying function No value
disabled Disabled control? boolean No no
dst Destination object index text No
help Help text text No
hidelabel Hide label? boolean No no
if Conditional expression expression No yes
initial Initial value expression No None
inlinehelp Help text text No
label Label text No
maxlength Maximum length text No
name Field name text No
process Function to process src in to a string function No str:value
required Is a value required for this field? boolean No
src Source object index text No
style Override style text No
template Template template path No
upload Contains a file upload field? boolean No no
visible Visible? boolean No yes