Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
| getButtons () | |
Public Attributes | |
| $content | |
| $basicff | |
| $shortPath | |
| $title | |
| $icon | |
| $doc | |
| $origTarget | |
| $target | |
| $returnUrl | |
Definition at line 74 of file file_edit.php.
| SC_file_edit::getButtons | ( | ) |
Builds the buttons for the docheader and returns them as an array
Definition at line 234 of file file_edit.php.
References $GLOBALS, and t3lib_BEfunc::cshItem().
Referenced by main().
| SC_file_edit::init | ( | ) |
Initialize script class
Definition at line 105 of file file_edit.php.
References $BACK_PATH, $GLOBALS, $key, $TYPO3_CONF_VARS, t3lib_div::_GP(), exit, t3lib_div::makeInstance(), and t3lib_BEfunc::typo3PrintError().
| SC_file_edit::main | ( | ) |
Main function, redering the actual content of the editing page
Definition at line 161 of file file_edit.php.
References $TYPO3_CONF_VARS, t3lib_div::formatForTextarea(), getButtons(), t3lib_BEfunc::getFuncMenu(), and t3lib_div::inList().
| SC_file_edit::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 225 of file file_edit.php.
| SC_file_edit::$basicff |
Definition at line 82 of file file_edit.php.
| SC_file_edit::$content |
Definition at line 75 of file file_edit.php.
| SC_file_edit::$doc |
Definition at line 92 of file file_edit.php.
| SC_file_edit::$icon |
Definition at line 85 of file file_edit.php.
| SC_file_edit::$origTarget |
Definition at line 95 of file file_edit.php.
| SC_file_edit::$returnUrl |
Definition at line 97 of file file_edit.php.
| SC_file_edit::$shortPath |
Definition at line 83 of file file_edit.php.
| SC_file_edit::$target |
Definition at line 96 of file file_edit.php.
| SC_file_edit::$title |
Definition at line 84 of file file_edit.php.
1.4.7