Class Trees Index phpDocumentor Project Page

Class XoopsFormPassword

(line 48)

XoopsFormElement
   |
   --XoopsFormPassword

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


A password field

Class Variable Summary


Inherited Class Variable Summary


Method Summary

void

constructor XoopsFormPassword ( $caption, $name, $size, $maxlength, $value )


Constructor
int

getMaxlength ( )


Get the max length
int

getSize ( )


Get the field size
string

getValue ( )


Get the initial value
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 XoopsFormPassword (line 81)

void

XoopsFormPassword( string $caption, string $name, int $size, int $maxlength, int $value)

Constructor
Function Parameters:
- string $caption: Caption
- string $name: "name" attribute
- int $size: Size of the field
- int $maxlength: Maximum length of the text
- int $value: Initial value of the field. Warning: this is readable in cleartext in the page's source!
Function Info:

[ Top ]


getMaxlength (line 103)

int

getMaxlength( )

Get the max length
Function Info:

[ Top ]


getSize (line 94)

int

getSize( )

Get the field size
Function Info:

[ Top ]


getValue (line 112)

string

getValue( )

Get the initial value
Function Info:

[ Top ]


render (line 121)

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:27 +0100 by phpDocumentor 1.2.0rc1
proudly hosted at
SourceForge.net Logo