org.mortbay.html
public class TextArea extends Block
The text in the textarea is handled by the super class, Text
See Also: Text
Constructor Summary | |
---|---|
TextArea(String name) | |
TextArea(String name, String s) |
Method Summary | |
---|---|
TextArea | setSize(int cols, int lines) |
Parameters: name The name of the TextArea within the form
Parameters: name The name of the TextArea within the form s The string in the text area