Water 5-User Interface-HTML Widgets
class hypertext.form
Contract
Parameter keyDefault valueType
aliases<vector "html"/>vector
idopt
classopt
langopt
langopt
dir"ltr"type.<one_of "ltr" "rtl"/>
onclickopt
ondblclickopt
onmousedownopt
onmouseupopt
onmouseoveropt
onmousemoveopt
onmouseoutopt
onkeypressopt
onkeydownopt
onkeyupopt
accesskeyopt
tabindexoptinteger
onfocusopt
onbluropt
actionopt
method"get"string
enctype"application/x-www-form-urlencoded"string
onsubmitopt
onresetopt
acceptopt
accept-charsetopt
target"_self"string
Parameter kindDefault valueType
Other unkeyed argumentsopt with ekind of mixedwob
Water Contract
<class form
  action        =opt
  method        ="get"
  enctype       ="application/x-www-form-urlencoded"
  onsubmit      =opt
  onreset       =opt
  accept        =opt
  accept-charset=opt
  target        ="_self"
  _other_unkeyed=opt=wob=ekind.mixed="_add_to_environment"
/>
The action attribute for the FORM tag is relative to fluid.page_object .