Emits HTML textarea for multi-line input
Source position: whtml.pp line 75
public procedure THTMLWriter.EmitArea( |
const Name: string; |
const Value: string; |
Rows: Integer; |
Cols: Integer |
); |
Name |
|
Textarea field name |
Value |
|
Textarea content text |
Rows |
|
Number of visible text rows |
Cols |
|
Number of visible character columns |
Emits an HTML TEXTAREA tag with specified rows and columns dimensions. The value is written as the content between opening and closing TEXTAREA tags.
|
Emits HTML input field |