|
XoopsFormElement | --XoopsFormTextArea | --XoopsFormDhtmlTextArea
Located in File: Program_Root/class/xoopsform/formdhtmltextarea.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
|
Inherited From Class XoopsFormTextArea
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
void | XoopsFormDhtmlTextArea( string $caption, string $name, string $value, [int $rows = 5], [int $cols = 50], [string $hiddentext = "xoopsHiddenText"]) |
- string $caption: Caption
- string $name: "name" attribute
- string $value: Initial text
- int $rows: Number of rows
- int $cols: Number of columns
- string $hiddentext: Hidden Text
[ Top ]
string | render( ) |
Overrides XoopsFormTextArea::render() (prepare HTML for output)
Prepare HTML for outputHTML
[ Top ]
string | _renderSmileys( ) |
HTML
[ Top ]