|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
| getButtons () | |
Public Attributes | |
| $content | |
| $basicff | |
| $shortPath | |
| $title | |
| $icon | |
| $doc | |
| $origTarget | |
| $target | |
| $returnUrl | |
Definition at line 63 of file file_edit.php.
| SC_file_edit::getButtons | ( | ) |
Builds the buttons for the docheader and returns them as an array
Definition at line 254 of file file_edit.php.
References $GLOBALS, t3lib_BEfunc\cshItem(), and t3lib_iconWorks\getSpriteIcon().
Referenced by main().
| SC_file_edit::init | ( | ) |
Initialize script class
Definition at line 94 of file file_edit.php.
References $BACK_PATH, $GLOBALS, $title, $TYPO3_CONF_VARS, t3lib_div\_GP(), t3lib_div\makeInstance(), and t3lib_div\sanitizeLocalUrl().
| SC_file_edit::main | ( | ) |
Main function, redering the actual content of the editing page
Definition at line 152 of file file_edit.php.
References $BE_USER, $GLOBALS, $TYPO3_CONF_VARS, t3lib_div\callUserFunction(), t3lib_div\formatForTextarea(), getButtons(), t3lib_BEfunc\getFuncMenu(), and t3lib_div\inList().
| SC_file_edit::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 245 of file file_edit.php.
| SC_file_edit::$basicff |
Definition at line 71 of file file_edit.php.
| SC_file_edit::$content |
Definition at line 64 of file file_edit.php.
| SC_file_edit::$doc |
Definition at line 81 of file file_edit.php.
| SC_file_edit::$icon |
Definition at line 74 of file file_edit.php.
| SC_file_edit::$origTarget |
Definition at line 84 of file file_edit.php.
| SC_file_edit::$returnUrl |
Definition at line 86 of file file_edit.php.
| SC_file_edit::$shortPath |
Definition at line 72 of file file_edit.php.
| SC_file_edit::$target |
Definition at line 85 of file file_edit.php.
| SC_file_edit::$title |
Definition at line 73 of file file_edit.php.
Referenced by init().
1.7.5.1