|
XoopsFormElement | --XoopsFormFile
Located in File: Program_Root/class/xoopsform/formfile.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
|
Inherited From Class XoopsFormElement
|
void | XoopsFormFile( string $caption, string $name, int $maxfilesize) |
- string $caption: Caption
- string $name: "name" attribute
- int $maxfilesize: Maximum size for an uploaded file
[ Top ]
int | getMaxFileSize( ) |
[ Top ]
string | render( ) |
Overrides XoopsFormElement::render() (Generate output for the form element.)
prepare HTML for outputHTML
[ Top ]