XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
dhtmltextarea.php
Go to the documentation of this file.
1
<?php
2
/*
3
You may not change or alter any portion of this comment or credits
4
of supporting developers from this source code or any supporting source code
5
which is considered copyrighted (c) material of the original comment or credit authors.
6
7
This program is distributed in the hope that it will be useful,
8
but WITHOUT ANY WARRANTY; without even the implied warranty of
9
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
*/
11
24
class
FormDhtmlTextArea
extends
XoopsEditor
25
{
32
private
$_hiddenText
=
'xoopsHiddenText'
;
33
39
public
function
__construct
(
$options
= array())
40
{
41
parent::__construct(
$options
);
42
$this->rootPath =
'/class/xoopseditor/'
. basename(__DIR__);
43
$hiddenText = isset($this->configs[
'hiddenText'
]) ? $this->configs[
'hiddenText'
] :
$this->_hiddenText
;
44
$this->renderer =
new
Xoops\Form\DhtmlTextArea
(
''
, $this->
getName
(), $this->
getValue
(), $this->
getRows
(), $this->
getCols
(), $hiddenText, $this->configs);
45
}
46
50
public
function
render
()
51
{
52
return
$this->renderer->render();
53
}
54
}
FormDhtmlTextArea\$_hiddenText
$_hiddenText
Definition:
dhtmltextarea.php:32
Xoops\Form\TextArea\getRows
getRows()
Definition:
TextArea.php:75
FormDhtmlTextArea\render
render()
Definition:
dhtmltextarea.php:50
Xoops\Form\Element\getValue
getValue($encode=false)
Definition:
Element.php:180
$options
$options['editor']
Definition:
sampleform.inc.php:44
Xoops\Form\DhtmlTextArea
Definition:
DhtmlTextArea.php:27
FormDhtmlTextArea\__construct
__construct($options=array())
Definition:
dhtmltextarea.php:39
XoopsEditor
Definition:
xoopseditor.php:21
Xoops\Form\TextArea\getCols
getCols()
Definition:
TextArea.php:85
Xoops\Form\Element\getName
getName()
Definition:
Element.php:230
FormDhtmlTextArea
Definition:
dhtmltextarea.php:24
usr64
htdocs
class
xoopseditor
dhtmltextarea
dhtmltextarea.php
Generated on Fri May 22 2015 03:07:00 for XOOPS by
1.8.9.1