edu_textarea

one of the documented procedures in this installation of the ACS
Usage:
edu_textarea   name   { default "" }   { cols "60" }   { rows "10" }
What it does:
outputs a standard textarea of cols=60 rows=10 for varchar(4000).
Defined in: /web/philip/tcl/education.tcl

Source code:


    return "<textarea cols=$cols rows=$rows wrap name=$name>$default</textarea>"


philg@mit.edu