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>"