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

Class: XoopsFormDhtmlTextArea

Source Location: /class/xoopsform/formdhtmltextarea.php

Class Overview

XoopsFormElement
   |
   --XoopsFormTextArea
      |
      --XoopsFormDhtmlTextArea

A textarea with xoopsish formatting and smilie buttons


Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Methods


Inherited Methods

Class: XoopsFormTextArea

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
XoopsFormTextArea::setValue()
Set initial content

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 56]
A textarea with xoopsish formatting and smilie buttons



Tags:

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


[ Top ]


Class Methods


constructor XoopsFormDhtmlTextArea [line 75]

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

Constructor



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

[ Top ]

method render [line 86]

string render( )

Prepare HTML for output



Tags:

return:  HTML


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

[ Top ]

method _renderSmileys [line 126]

string _renderSmileys( )

prepare HTML for output of the smiley list.



Tags:

return:  HTML


[ Top ]


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