Inheritance diagram for EditorField:

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. | |
|
||||||||||||||||
|
Constructor.
Reimplemented from AbstractField. Definition at line 21 of file editor-field.inc.php. References Config::get(). |
|
||||||||||||
|
Magic setter.
Reimplemented from AbstractField. Definition at line 45 of file editor-field.inc.php. |
|
|
Draw the field.
Implements Field. Definition at line 68 of file editor-field.inc.php. |
|
|
Protected. The FCKeditor object which will do our bidding Definition at line 13 of file editor-field.inc.php. |
1.3.9.1