Class Trees Index phpDocumentor Project Page

Class XoopsFormFile

(line 48)

XoopsFormElement
   |
   --XoopsFormFile

Located in File: Program_Root/class/xoopsform/formfile.php


A file upload field

Class Variable Summary


Inherited Class Variable Summary


Method Summary

void

constructor XoopsFormFile ( $caption, $name, $maxfilesize )


Constructor
int

getMaxFileSize ( )


Get the maximum filesize
string

render ( )


prepare HTML for output

Inherited Method Summary

Inherited From Class XoopsFormElement

Function Description
XoopsFormElement::XoopsFormElement() constructor
XoopsFormElement::getCaption() get the caption for the element
XoopsFormElement::getDescription() get the element's description
XoopsFormElement::getExtra() Get the extra attributes for the element
XoopsFormElement::getName() get the "name" attribute for the element
XoopsFormElement::isHidden() Find out if an element is "hidden".
XoopsFormElement::render() Generate output for the form element.
XoopsFormElement::setCaption() set the caption for the element
XoopsFormElement::setDescription() set the element's description
XoopsFormElement::setExtra() Add extra attributes to the element.
XoopsFormElement::setHidden() flag the element as "hidden"
XoopsFormElement::setName() set the "name" attribute for the element

Method Detail

Constructor XoopsFormFile (line 64)

void

XoopsFormFile( string $caption, string $name, int $maxfilesize)

Constructor
Function Parameters:
- string $caption: Caption
- string $name: "name" attribute
- int $maxfilesize: Maximum size for an uploaded file
Function Info:

[ Top ]


getMaxFileSize (line 75)

int

getMaxFileSize( )

Get the maximum filesize
Function Info:

[ Top ]


render (line 84)

string

render( )

Overrides XoopsFormElement::render() (Generate output for the form element.)

prepare HTML for output
Function Info:
return - HTML

[ Top ]



Variable Detail



Documention generated on Fri, 21 Feb 2003 02:07:25 +0100 by phpDocumentor 1.2.0rc1
proudly hosted at
SourceForge.net Logo