Kaya 0.5.2 reference for HTMLDocument::addTextarea

List of functions and data types in HTMLDocument

ElementTree addTextarea(ElementTree parent, String name, String initialtext=createString(0), Int rows=5, Int cols=40)

Arguments

Usage

Adds a textarea to a form. Remember that textareas may not be added directly to the form - you need to add a block-level element such as fieldset to the form, and then add the textareas to that. Text areas are useful for entering large amounts of user input, or where the user input needs to contain new lines.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya