|
XoopsFormElement | --XoopsFormTextAreaClasses extended from XoopsFormTextArea:
Located in File: Program_Root/class/xoopsform/formtextarea.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
| ||
| ||
|
Inherited From Class XoopsFormElement
|
void | XoopsFormTextArea( string $caption, string $name, string $value, [int $rows = ""5], [int $cols = 50]) |
- string $caption: caption
- string $name: name
- string $value: initial content
- int $rows: number of rows
- int $cols: number of columns
[ Top ]
int | getCols( ) |
[ Top ]
int | getRows( ) |
[ Top ]
string | getValue( ) |
[ Top ]
sting | render( ) |
Overridden in child classes as:
Overrides XoopsFormElement::render() (Generate output for the form element.)
prepare HTML for outputHTML
[ Top ]