The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Form.addInput
arsd
dom
Form
Adds a new INPUT field to the end of the form with the given attributes.
class
Form
Element
addInput
(
string
name
,
string
value
,
string
type
= "hidden"
)
Meta
Source
See Implementation
arsd
dom
Form
constructors
this
functions
addField
addInput
addValueArray
getField
getLabel
getPostableData
getValue
removeField
setValue
Adds a new INPUT field to the end of the form with the given attributes.