XOOPS  2.6.0
FormDhtmlTextArea Class Reference
Inheritance diagram for FormDhtmlTextArea:
Inheritance graph

Public Member Functions

 __construct ($options=array())
 
 render ()
 
- Public Member Functions inherited from XoopsEditor
 __construct ()
 
 isActive ()
 
 setConfig ($options)
 
- Public Member Functions inherited from Xoops\Form\TextArea
 __construct ($caption, $name, $value="", $rows=5, $cols=5, $placeholder= '')
 
 getCols ()
 
 getPlaceholder ()
 
 getRows ()
 
 render ()
 
- Public Member Functions inherited from Xoops\Form\Element
 getAccessKey ()
 
 getAccessString ($str)
 
 getCaption ()
 
 getClass ()
 
 getDatalist ()
 
 getDescription ($encode=false)
 
 getExtra ($encode=false)
 
 getMaxcols ()
 
 getName ()
 
 getPattern ()
 
 getPatternDescription ()
 
 getTitle ()
 
 getValue ($encode=false)
 
 isDatalist ()
 
 isHidden ()
 
 isRequired ()
 
 render ()
 
 renderAttributeString ()
 
 renderValidationJS ()
 
 setAccessKey ($key)
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDatalist ($datalist)
 
 setDescription ($description)
 
 setExtra ($extra, $replace=false)
 
 setHidden ()
 
 setName ($name)
 
 setPattern ($pattern, $pattern_description= '')
 
 setRequired ($bool=true)
 
 setTitle ($title)
 
 setValue ($value)
 
- Public Member Functions inherited from Xoops\Html\Attributes
 addAttribute ($name, $value)
 
 getAttribute ($name)
 
 hasAttribute ($name)
 
 renderAttributeString ()
 
 setAttribute ($name, $value=null)
 
 setAttributes ($values)
 
 unsetAttribute ($name)
 

Private Attributes

 $_hiddenText = 'xoopsHiddenText'
 

Additional Inherited Members

- Public Attributes inherited from XoopsEditor
 $configs
 
 $isEnabled
 
 $rootPath
 
const CACHE_KEY_EDITOR_LIST = 'system/editorlist'
 
- Public Attributes inherited from Xoops\Form\Element
 $customValidationCode = array()
 
- Protected Attributes inherited from XoopsEditor
 $cols
 
 $rows
 
- Protected Attributes inherited from Xoops\Form\Element
 $value = ''
 
- Protected Attributes inherited from Xoops\Html\Attributes
 $attributes = array()
 

Detailed Description

Definition at line 24 of file dhtmltextarea.php.

Constructor & Destructor Documentation

FormDhtmlTextArea::__construct (   $options = array())

FormDhtmlTextArea::__construct()

Parameters
array$options

Definition at line 39 of file dhtmltextarea.php.

References $_hiddenText, $options, Xoops\Form\TextArea\getCols(), Xoops\Form\Element\getName(), Xoops\Form\TextArea\getRows(), and Xoops\Form\Element\getValue().

Here is the call graph for this function:

Member Function Documentation

FormDhtmlTextArea::render ( )
Returns
string

Definition at line 50 of file dhtmltextarea.php.

Member Data Documentation

FormDhtmlTextArea::$_hiddenText = 'xoopsHiddenText'
private

Definition at line 32 of file dhtmltextarea.php.

Referenced by __construct().


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