kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Class: XoopsFormTextArea

Source Location: /class/xoopsform/formtextarea.php

Class Overview

XoopsFormElement
   |
   --XoopsFormTextArea

A textarea


Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Methods


Child classes:

XoopsFormDhtmlTextArea
A textarea with xoopsish formatting and smilie buttons

Inherited Methods

Class: XoopsFormElement

XoopsFormElement::XoopsFormElement()
constructor
XoopsFormElement::getAccessKey()
get the "accesskey" attribute for the element
XoopsFormElement::getAccessString()
If the accesskey is found in the specified string, underlines it
XoopsFormElement::getCaption()
get the caption for the element
XoopsFormElement::getClass()
get the "class" attribute 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::isContainer()
Is this element a container of other elements?
XoopsFormElement::isHidden()
Find out if an element is "hidden".
XoopsFormElement::render()
Generates output for the element.
XoopsFormElement::setAccessKey()
set the "accesskey" attribute for the element
XoopsFormElement::setCaption()
set the caption for the element
XoopsFormElement::setClass()
set the "class" attribute 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

Class Details

[line 49]
A textarea



Tags:

copyright:  copyright (c) 2000-2003 XOOPS.org
author:  Kazumi Ono <onokazu@xoops.org>


[ Top ]


Class Methods


constructor XoopsFormTextArea [line 80]

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

Constuctor



Parameters:

string   $caption   caption
string   $name   name
string   $value   initial content
int   $rows   number of rows
int   $cols   number of columns

[ Top ]

method getCols [line 102]

int getCols( )

Get number of columns



[ Top ]

method getRows [line 93]

int getRows( )

get number of rows



[ Top ]

method getValue [line 111]

string getValue( )

Get initial content



[ Top ]

method render [line 129]

sting render( )

prepare HTML for output



Tags:

return:  HTML


Overridden in child classes as:

XoopsFormDhtmlTextArea::render()
Prepare HTML for output

Overrides XoopsFormElement::render() (Generates output for the element.)

[ Top ]

method setValue [line 120]

void setValue( $value $value)

Set initial content



Parameters:

$value   $value   string

[ Top ]


Documentation generated on Fri, 03 Mar 2006 08:56:04 +0000 by phpDocumentor 1.3.0RC3