Class Trees Index phpDocumentor Project Page

Class XoopsFormDhtmlTextArea

(line 55)

XoopsFormElement
   |
   --XoopsFormTextArea
      |
      --XoopsFormDhtmlTextArea

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


A textarea with xoopsish formatting and smilie buttons

Class Variable Summary


Inherited Class Variable Summary


Method Summary

void

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


Constructor
string

render ( )


Prepare HTML for output
string

_renderSmileys ( )


prepare HTML for output of the smiley list.

Inherited Method Summary

Inherited From Class XoopsFormTextArea

Function Description
XoopsFormTextArea::XoopsFormTextArea() Constuctor
XoopsFormTextArea::getCols() Get number of columns
XoopsFormTextArea::getRows() get number of rows
XoopsFormTextArea::getValue() Get initial content
XoopsFormTextArea::render() prepare HTML for output

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 XoopsFormDhtmlTextArea (line 74)

void

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

Constructor
Function Parameters:
- string $caption: Caption
- string $name: "name" attribute
- string $value: Initial text
- int $rows: Number of rows
- int $cols: Number of columns
- string $hiddentext: Hidden Text
Function Info:

[ Top ]


render (line 85)

string

render( )

Overrides XoopsFormTextArea::render() (prepare HTML for output)

Prepare HTML for output
Function Info:
return - HTML

[ Top ]


_renderSmileys (line 125)

string

_renderSmileys( )

prepare HTML for output of the smiley list.
Function Info:
return - HTML

[ Top ]



Variable Detail



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