Class Trees Index phpDocumentor Project Page

Class XoopsFormElementTray

(line 49)

XoopsFormElement
   |
   --XoopsFormElementTray

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


A group of form elements

Class Variable Summary


Inherited Class Variable Summary


Method Summary

void

constructor XoopsFormElementTray ( $caption, [$delimeter = " "] )


constructor
void

addElement ( &$element )


Add an element to the group
string

getDelimeter ( )


Get the delimiter of this group
array

getElements ( )


Get an array of the elements in this group
string

render ( )


prepare HTML to output this group

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 XoopsFormElementTray (line 71)

void

XoopsFormElementTray( string $caption, [mixed $delimeter = " "], string $delimiter)

constructor
Function Parameters:
- string $caption: Caption for the group.
- string $delimiter: HTML to separate the elements
Function Info:

[ Top ]


addElement (line 81)

void

addElement( object &$element)

Add an element to the group
Function Parameters:
- object &$element: XoopsFormElement to add
Function Info:

[ Top ]


getDelimeter (line 99)

string

getDelimeter( )

Get the delimiter of this group
Function Info:
return - The delimiter

[ Top ]


getElements (line 90)

array

getElements( )

Get an array of the elements in this group
Function Info:
return - Array of XoopsFormElement objects.

[ Top ]


render (line 108)

string

render( )

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

prepare HTML to output this group
Function Info:
return - HTML output

[ Top ]



Variable Detail



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