Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

EditorField Class Reference
[Basic Fields]

Inheritance diagram for EditorField:

AbstractField Field List of all members.

Detailed Description

Editor Field for FCKEditor text.

Author:
Zach Smith

Definition at line 7 of file editor-field.inc.php.

Public Member Functions

 __construct ($name, Form &$parentForm, array $attribs=array())
 Constructor.
 __set ($name, $value)
 Magic setter.
 drawInput ()
 Draw the field.

Protected Attributes

 $editor = ''
 Protected.


Member Function Documentation

EditorField::__construct name,
Form &$  parentForm,
array $  attribs = array()
 

Constructor.

Parameters:
$name Name of field
$parentForm Form object that the field belongs to.
$attribs Array of extra attributes.

Reimplemented from AbstractField.

Definition at line 21 of file editor-field.inc.php.

References Config::get().

EditorField::__set name,
value
 

Magic setter.

Parameters:
$name Name of the member to set
$value Value to set

Reimplemented from AbstractField.

Definition at line 45 of file editor-field.inc.php.

EditorField::drawInput  ) 
 

Draw the field.

Implements Field.

Definition at line 68 of file editor-field.inc.php.


Member Data Documentation

EditorField::$editor = '' [protected]
 

Protected.

The FCKeditor object which will do our bidding

Definition at line 13 of file editor-field.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1