# File wfo/form.rb, line 107
def
add_text
(
name
,
value
)
@controls
<<
[
name
,
value
,
:text
]
end