XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XoopsFormDhtmlTextArea Class Reference
Inheritance diagram for XoopsFormDhtmlTextArea:
XoopsFormTextArea XoopsFormElement

Public Member Functions

 __construct ($caption, $name, $value, $rows=5, $cols=50, $hiddentext='xoopsHiddenText')
 
 render ()
 
 _renderSmileys ()
 
 setEditor ($editor)
 
 getEditor ()
 
- Public Member Functions inherited from XoopsFormTextArea
 __construct ($caption, $name, $value='', $rows=5, $cols=50)
 
 XoopsFormTextArea ($caption, $name, $value='', $rows=5, $cols=50)
 
 getRows ()
 
 getCols ()
 
 getValue ()
 
 setValue ($value)
 
- Public Member Functions inherited from XoopsFormElement
 __construct ()
 
 XoopsFormElement ()
 
 isContainer ()
 
 setName ($name)
 
 getName ($encode=true)
 
 setId ($id)
 
 getId ()
 
 setAccessKey ($key)
 
 getAccessKey ()
 
 getAccessString ($str)
 
 setClass ($class)
 
 getClass ()
 
 setCaption ($caption)
 
 getCaption ()
 
 setDescription ($description)
 
 getDescription ()
 
 setHidden ()
 
 isHidden ()
 
 isBreak ()
 
 setExtra ($extra, $replace=false)
 
 getExtra ()
 
 getMessageForJS ()
 

Data Fields

 $_xoopsHiddenText
 
- Data Fields inherited from XoopsFormTextArea
 $_cols
 
 $_rows
 
 $_value
 
- Data Fields inherited from XoopsFormElement
 $_name
 
 $_caption
 
 $_accesskey = ''
 
 $_class = ''
 
 $_hidden = false
 
 $_extra = ''
 
 $_required = false
 
 $_description = ''
 
 $_id = null
 

Detailed Description

Definition at line 26 of file formdhtmltextarea.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( $caption,
$name,
$value,
$rows = 5,
$cols = 50,
$hiddentext = 'xoopsHiddenText' )

Constructor

Parameters
string$captionCaption
string$name"name" attribute
string$valueInitial text
int$rowsNumber of rows
int$colsNumber of columns
string$hiddentextHidden Text

Definition at line 60 of file formdhtmltextarea.php.

Member Function Documentation

◆ _renderSmileys()

_renderSmileys ( )

prepare HTML for output of the smiley list.

Returns
string HTML

Definition at line 126 of file formdhtmltextarea.php.

◆ getEditor()

getEditor ( )

get the "editor" value

Returns
string editor type

Definition at line 160 of file formdhtmltextarea.php.

◆ render()

render ( )

Prepare HTML for output

Returns
string HTML

Reimplemented from XoopsFormTextArea.

Definition at line 71 of file formdhtmltextarea.php.

◆ setEditor()

setEditor ( $editor)

set editor mode for XCL 2.2

Parameters
stringeditor type

Definition at line 150 of file formdhtmltextarea.php.

Field Documentation

◆ $_xoopsHiddenText

$_xoopsHiddenText

Definition at line 33 of file formdhtmltextarea.php.


The documentation for this class was generated from the following file: