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

Public Member Functions

 render ()
 
 XoopsFormSelectEditor (&$form, $name= 'editor', $value=null, $nohtml=false, $allowed_editors=array())
 
- Public Member Functions inherited from XoopsFormElementTray
 addElement (&$formElement, $required=false)
 
 getDelimeter ($encode=false)
 
getElements ($recurse=false)
 
getRequired ()
 
 isContainer ()
 
 isRequired ()
 
 render ()
 
 XoopsFormElementTray ($caption, $delimeter=" ", $name="")
 
- 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

 $allowed_editors = array()
 
 $form
 
 $name
 
 $nohtml
 
 $value
 
- Public Attributes inherited from XoopsFormElementTray
 $_delimeter
 
 $_elements = array()
 
 $_required = array()
 
- Public Attributes inherited from XoopsFormElement
 $_accesskey = ''
 
 $_caption
 
 $_class = array()
 
 $_description = ''
 
 $_extra = array()
 
 $_formtype = ''
 
 $_hidden = false
 
 $_name
 
 $_nocolspan = false
 
 $_required = false
 
 $customValidationCode = array()
 

Detailed Description

XoopsFormSelectEditor

Definition at line 28 of file formselecteditor.php.

Member Function Documentation

XoopsFormSelectEditor::render ( )

XoopsFormSelectEditor::render()

Returns

Definition at line 59 of file formselecteditor.php.

References form, XoopsEditorHandler\getInstance(), and xoops_load().

Here is the call graph for this function:

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

Constructor

Parameters
object$formthe form calling the editor selection
string$nameeditor name
string$valuePre-selected text value
bool$noHtmldohtml disabled

Definition at line 44 of file formselecteditor.php.

References $form, _SELECT, and form.

Member Data Documentation

XoopsFormSelectEditor::$allowed_editors = array()

Definition at line 30 of file formselecteditor.php.

XoopsFormSelectEditor::$form

Definition at line 31 of file formselecteditor.php.

XoopsFormSelectEditor::$name

Definition at line 33 of file formselecteditor.php.

XoopsFormSelectEditor::$nohtml

Definition at line 34 of file formselecteditor.php.

XoopsFormSelectEditor::$value

Definition at line 32 of file formselecteditor.php.


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