ICI Modules: html: start_textarea


Modules by name : by type

Synopsis

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.