ICI Modules: html: start_textarea
Modules by name : by typeSynopsis
html.start_textarea(string, int, int)Description
Defines the start of a multiline text input field. The first argument defines the field's name, the second and third give its width and height respectively. Output up until the next html.end_textarea() call is the area's initial content.