|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $maxfilesize) | |
| XoopsFormFile ($caption, $name, $maxfilesize) | |
| getMaxFileSize () | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| XoopsFormElement () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setId ($id) | |
| getId () | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption () | |
| setDescription ($description) | |
| getDescription () | |
| setHidden () | |
| isHidden () | |
| isBreak () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| getMessageForJS () | |
Data Fields | |
| $_maxFileSize | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formfile.php.
| __construct | ( | $caption, | |
| $name, | |||
| $maxfilesize ) |
Constructor
| string | $caption | Caption |
| string | $name | "name" attribute |
| int | $maxfilesize | Maximum size for an uploaded file |
Definition at line 35 of file formfile.php.
| getMaxFileSize | ( | ) |
| render | ( | ) |
prepare HTML for output
Reimplemented from XoopsFormElement.
Definition at line 61 of file formfile.php.
| XoopsFormFile | ( | $caption, | |
| $name, | |||
| $maxfilesize ) |
Definition at line 41 of file formfile.php.
| $_maxFileSize |
Definition at line 26 of file formfile.php.