XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
FormDhtmlTextArea Class Reference
Inheritance diagram for FormDhtmlTextArea:
Inheritance graph

Public Member Functions

 __construct ($options=array())
 
 FormDhtmlTextArea ($options=array())
 
 render ()
 
- Public Member Functions inherited from XoopsEditor
 __construct ()
 
 isActive ()
 
 XoopsEditor ($configs)
 
- Public Member Functions inherited from XoopsFormTextArea
 getCols ()
 
 getRows ()
 
 getValue ($encode=false)
 
 render ()
 
 setValue ($value)
 
 XoopsFormTextArea ($caption, $name, $value="", $rows=5, $cols=50)
 
- Public Member Functions inherited from XoopsFormElement
 getAccessKey ()
 
 getAccessString ($str)
 
 getCaption ($encode=false)
 
 getClass ()
 
 getDescription ($encode=false)
 
 getExtra ($encode=false)
 
 getFormType ()
 
 getName ($encode=true)
 
 getNocolspan ()
 
 getTitle ($encode=true)
 
 isContainer ()
 
 isHidden ()
 
 isRequired ()
 
 render ()
 
 renderValidationJS ()
 
 setAccessKey ($key)
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDescription ($description)
 
 setExtra ($extra, $replace=false)
 
 setFormType ($value= '')
 
 setHidden ()
 
 setName ($name)
 
 setNocolspan ($nocolspan=true)
 
 XoopsFormElement ()
 

Public Attributes

 $_hiddenText = 'xoopsHiddenText'
 
- Public Attributes inherited from XoopsEditor
 $_cols = 50
 
 $_rows = 5
 
 $configs
 
 $isEnabled
 
 $rootPath
 
- Public Attributes inherited from XoopsFormTextArea
 $_cols
 
 $_rows
 
 $_value
 
- Public Attributes inherited from XoopsFormElement
 $_accesskey = ''
 
 $_caption
 
 $_class = array()
 
 $_description = ''
 
 $_extra = array()
 
 $_formtype = ''
 
 $_hidden = false
 
 $_name
 
 $_nocolspan = false
 
 $_required = false
 
 $customValidationCode = array()
 

Detailed Description

Definition at line 33 of file dhtmltextarea.php.

Constructor & Destructor Documentation

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

FormDhtmlTextArea::__construct()

Parameters
array$options

Definition at line 47 of file dhtmltextarea.php.

References $options, and xoops_load().

Here is the call graph for this function:

Member Function Documentation

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

FormDhtmlTextArea::FormDhtmlTextArea()

Parameters
array$options

Definition at line 61 of file dhtmltextarea.php.

References $options.

FormDhtmlTextArea::render ( )

FormDhtmlTextArea::render()

Returns

Definition at line 71 of file dhtmltextarea.php.

Member Data Documentation

FormDhtmlTextArea::$_hiddenText = 'xoopsHiddenText'

Definition at line 40 of file dhtmltextarea.php.


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