|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| getMaxFileSize () | |
| render () | |
| XoopsFormFile ($caption, $name, $maxfilesize) | |
Public Member Functions inherited from XoopsFormElement | |
| getAccessKey () | |
| getAccessString ($str) | |
| getCaption ($encode=false) | |
| getClass () | |
| getDescription ($encode=false) | |
| getExtra ($encode=false) | |
| getFormType () | |
| getName ($encode=true) | |
| getNocolspan () | |
| getTitle ($encode=true) | |
| isContainer () | |
| isHidden () | |
| isRequired () | |
| render () | |
| renderValidationJS () | |
| setAccessKey ($key) | |
| setCaption ($caption) | |
| setClass ($class) | |
| setDescription ($description) | |
| setExtra ($extra, $replace=false) | |
| setFormType ($value= '') | |
| setHidden () | |
| setName ($name) | |
| setNocolspan ($nocolspan=true) | |
| XoopsFormElement () | |
Public Attributes | |
| $_maxFileSize | |
Public Attributes inherited from XoopsFormElement | |
| $_accesskey = '' | |
| $_caption | |
| $_class = array() | |
| $_description = '' | |
| $_extra = array() | |
| $_formtype = '' | |
| $_hidden = false | |
| $_name | |
| $_nocolspan = false | |
| $_required = false | |
| $customValidationCode = array() | |
A file upload field
Definition at line 26 of file formfile.php.
| XoopsFormFile::getMaxFileSize | ( | ) |
| XoopsFormFile::render | ( | ) |
| XoopsFormFile::XoopsFormFile | ( | $caption, | |
| $name, | |||
| $maxfilesize | |||
| ) |
Constructor
| string | $caption | Caption |
| string | $name | "name" attribute |
| int | $maxfilesize | Maximum size for an uploaded file |
Definition at line 43 of file formfile.php.
| XoopsFormFile::$_maxFileSize |
Definition at line 34 of file formfile.php.