Water 5-User Interface-HTML Widgets
class hypertext.textarea
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
nameopt
rows4integer
cols40integer
disabledopt
readonlyopt
onselectoptscript
onchangeoptscript
valueopt
Parameter kindDefault valueType
Other unkeyed argumentsopt with ekind of byteswob
Water Contract
<class textarea
  name          =opt
  rows          =4
  cols          =40
  disabled      =opt
  readonly      =opt
  onselect      =opt=script
  onchange      =opt=script
  value         =opt
  _other_unkeyed=opt=wob=ekind.bytes="_add_to_environment"
/>