org.mortbay.html
Class TextArea
A Text Area within a form.
The text in the textarea is handled by the super class, Text
Bold , Center , Div , Italic , Left , Listing , Plain , Pre , Quote , Right , Span , Xmp |
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
TextArea
public TextArea(String name)
name
- The name of the TextArea within the form
TextArea
public TextArea(String name,
String s)
name
- The name of the TextArea within the forms
- The string in the text area
setSize
public TextArea setSize(int cols,
int lines)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.