Water 5-User Interface-HTML Widgets
class hypertext.input
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
type"text"type.<one_of "text" "password" "checkbox" "radio" "submit" "image" "reset" "button" "hidden" "file"/>
nameopt
valueopt
checkedfalseboolean
disabledfalseboolean
readonlyfalseboolean
sizeopt
maxlengthopt
srcopt
altopt
usemapopt
onselectopt
onchangeopt
acceptopt
Water Contract
<class input
  type          ="text"=<type.one_of "text" "password" "checkbox" "radio" "submit" "image" "reset" "button" "hidden" "file"/>
  name          =opt
  value         =opt
  checked       =false
  disabled      =false
  readonly      =false
  size          =opt
  maxlength     =opt
  src           =opt
  alt           =opt
  usemap        =opt
  onselect      =opt
  onchange      =opt
  accept        =opt
/>