Class Trees Index phpDocumentor Project Page

Class XoopsFormTextArea

(line 48)

XoopsFormElement
   |
   --XoopsFormTextArea
Classes extended from XoopsFormTextArea:
XoopsFormDhtmlTextArea
A textarea with xoopsish formatting and smilie buttons

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


A textarea

Class Variable Summary


Inherited Class Variable Summary


Method Summary

void

constructor XoopsFormTextArea ( $caption, $name, $value, [$rows = ""5], [$cols = 50] )


Constuctor
int

getCols ( )


Get number of columns
int

getRows ( )


get number of rows
string

getValue ( )


Get initial content
sting

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 XoopsFormTextArea (line 79)

void

XoopsFormTextArea( string $caption, string $name, string $value, [int $rows = ""5], [int $cols = 50])

Constuctor
Function Parameters:
- string $caption: caption
- string $name: name
- string $value: initial content
- int $rows: number of rows
- int $cols: number of columns
Function Info:

[ Top ]


getCols (line 101)

int

getCols( )

Get number of columns
Function Info:

[ Top ]


getRows (line 92)

int

getRows( )

get number of rows
Function Info:

[ Top ]


getValue (line 110)

string

getValue( )

Get initial content
Function Info:

[ Top ]


render (line 119)

sting

render( )

Overridden in child classes as:

XoopsFormDhtmlTextArea::render()
Prepare HTML for output

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