planetj.html
Class HTMLTextArea
java.lang.Object
|
+--planetj.html.HTMLElement
|
+--planetj.html.HTMLTextArea
- public class HTMLTextArea
- extends HTMLElement
- Author:
- PlanetJ Corporation
TEXTAREA_OPEN_START
public static final String TEXTAREA_OPEN_START
- Start and end variables for an input.
- See Also:
- Constant Field Values
TEXTAREA_OPEN_END
public static final String TEXTAREA_OPEN_END
- See Also:
- Constant Field Values
TEXTAREA_CLOSE
public static final String TEXTAREA_CLOSE
- See Also:
- Constant Field Values
ROWS
public static final String ROWS
- Attributes for a HTML input. (Obtained from 4.01 specifications)
- See Also:
- Constant Field Values
COLS
public static final String COLS
- See Also:
- Constant Field Values
READONLY
public static final String READONLY
- See Also:
- Constant Field Values
className
public static final String className
- Class name.
HTMLTextArea
public HTMLTextArea()
appendTextArea
public static StringBuffer appendTextArea(String id,
Field field,
int cols,
int rows,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws CMException
- Generates a HTML text input for the given Field and arguements.
CMException