API - XOOPS 2.5.11 Beta 2
By monxoops.fr
XoopsFormSelectEditor Class Reference
Inheritance diagram for XoopsFormSelectEditor:
Collaboration diagram for XoopsFormSelectEditor:

Public Member Functions

 __construct ($form, $name='editor', $value=null, $nohtml=false, $allowed_editors=array())
 
 render ()
 
- Public Member Functions inherited from XoopsFormElementTray
 __construct ($caption, $delimeter=' ', $name='')
 
 isContainer ()
 
 isRequired ()
 
 addElement (XoopsFormElement $formElement, $required=false)
 
getRequired ()
 
getElements ($recurse=false)
 
 getDelimeter ($encode=false)
 
 setOrientation ($direction)
 
 getOrientation ()
 
 render ()
 
- Public Member Functions inherited from XoopsFormElement
 __construct ()
 
 isContainer ()
 
 setName ($name)
 
 getName ($encode=true)
 
 setAccessKey ($key)
 
 getAccessKey ()
 
 getAccessString ($str)
 
 setClass ($class)
 
 getClass ()
 
 setCaption ($caption)
 
 getCaption ($encode=false)
 
 getTitle ($encode=true)
 
 setDescription ($description)
 
 getDescription ($encode=false)
 
 setHidden ()
 
 isHidden ()
 
 isRequired ()
 
 setExtra ($extra, $replace=false)
 
 getExtra ($encode=false)
 
 setNocolspan ($nocolspan=true)
 
 getNocolspan ()
 
 getFormType ()
 
 setFormType ($value='')
 
 renderValidationJS ()
 
 render ()
 

Data Fields

 $allowed_editors = array()
 
 $form
 
 $value
 
 $name
 
 $nohtml
 
- Data Fields inherited from XoopsFormElementTray
const ORIENTATION_HORIZONTAL = 'horizontal'
 
const ORIENTATION_VERTICAL = 'vertical'
 
 $_required = array()
 
- Data Fields inherited from XoopsFormElement
 $customValidationCode = array()
 
 $_name
 
 $_caption
 
 $_accesskey = ''
 
 $_class = array()
 
 $_hidden = false
 
 $_extra = array()
 
 $_required = false
 
 $_description = ''
 
 $_nocolspan = false
 
 $_formtype = ''
 

Additional Inherited Members

- Protected Attributes inherited from XoopsFormElementTray
 $orientation
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

__construct (   $form,
  $name = 'editor',
  $value = null,
  $nohtml = false,
  $allowed_editors = array() 
)

Constructor

Parameters
string$formthe form calling the editor selection
string$nameeditor name
string$valuePre-selected text value
bool$nohtml
array$allowed_editors

Member Function Documentation

◆ render()

render ( )

XoopsFormSelectEditor::render()

Returns
string

Reimplemented from XoopsFormElementTray.

Here is the call graph for this function:

Field Documentation

◆ $allowed_editors

$allowed_editors = array()

◆ $form

$form

◆ $name

$name

◆ $nohtml

$nohtml

◆ $value

$value

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