Hi,

since I learnt about apache rivet, I found that a few lacks in documentation are present. Notably in the form package. Some form objects are missing. I'd suggest to do a simple step to get it complete: When I force an error, automatically a complete syntax listing is printed out. See below. It is - of course - quite simple to include this on top of the appropriate manual page.

And because some options are not documented, too: please add a reference to e.g.
http://www.w3.org/TR/html-markup/input.html#input
Hm, not even textarea is listed here - but is not lacking (nobody is perfect...):
http://www.w3.org/TR/html-markup/textarea.html

Regards,

Rob


bad option "txtarea": should be one of...
  myform button name ?arg arg ...?
  myform cget -option
  myform checkbox name ?arg arg ...?
  myform color name ?arg arg ...?
  myform configure ?-option? ?value -option value...?
  myform date name ?arg arg ...?
  myform datetime name ?arg arg ...?
  myform datetime_local name ?arg arg ...?
  myform default_args type ?arg arg ...?
  myform default_value name ?newValue?
  myform destroy
  myform email name ?arg arg ...?
  myform end
  myform field type name ?arg arg ...?
  myform file name ?arg arg ...?
  myform hidden name ?arg arg ...?
  myform image name ?arg arg ...?
  myform isa className
  myform month name ?arg arg ...?
  myform number name ?arg arg ...?
  myform password name ?arg arg ...?
  myform radio name ?arg arg ...?
  myform radiobuttons name ?arg arg ...?
  myform range name ?arg arg ...?
  myform reset name ?arg arg ...?
  myform search name ?arg arg ...?
  myform select name ?arg arg ...?
  myform start ?arg arg ...?
  myform submit name ?arg arg ...?
  myform tel name ?arg arg ...?
  myform text name ?arg arg ...?
  myform textarea name ?arg arg ...?
  myform time name ?arg arg ...?
  myform url name ?arg arg ...?
  myform week name ?arg arg ...?
    while executing

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to