Public Member Functions | |
| GenericEditor ($name, $content, $rows, $cols, $optAttrib, $webPath) | |
| getAdvancedEditor () | |
| getSimpleEditor () | |
| getTextArea ($class= '') | |
Data Fields | |
| $name | |
| $content | |
| $rows | |
| $cols | |
| $optAttrib | |
| $webPath | |
Definition at line 25 of file GenericEditor.class.php.
| GenericEditor | ( | $ | name, | |
| $ | content, | |||
| $ | rows, | |||
| $ | cols, | |||
| $ | optAttrib, | |||
| $ | webPath | |||
| ) |
Definition at line 57 of file GenericEditor.class.php.
| getAdvancedEditor | ( | ) |
Returns the html code needed to display an advanced (default) version of the editor ! Needs to be overloaded by extending classes $returnString .= $this->getTextArea();
Definition at line 74 of file GenericEditor.class.php.
| getSimpleEditor | ( | ) |
Returns the html code needed to display a simple version of the editor ! Needs to be overloaded by extending classes
Definition at line 84 of file GenericEditor.class.php.
| getTextArea | ( | $ | class = '' |
) |
Returns the html code needed to display the default textarea
private
Definition at line 95 of file GenericEditor.class.php.
| $cols |
Definition at line 45 of file GenericEditor.class.php.
| $content |
Definition at line 35 of file GenericEditor.class.php.
| $name |
Definition at line 30 of file GenericEditor.class.php.
| $optAttrib |
Definition at line 50 of file GenericEditor.class.php.
| $rows |
Definition at line 40 of file GenericEditor.class.php.
| $webPath |
Definition at line 55 of file GenericEditor.class.php.
1.6.3