Documentation TYPO3 par Ameos |
Public Member Functions | |
preinit () | |
preprocess () | |
init () | |
main () | |
editLoadedFunc () | |
editPageIdFunc () | |
printContent () | |
mIconFilename ($Ifilename, $backPath) | |
getIcon ($modName) | |
itemLabel ($inlabel, $modName, $M_modName='') | |
Public Attributes | |
$modName | |
$M_modName | |
$URL | |
$editSC | |
$deleteCategory | |
$editName | |
$editGroup | |
$whichItem | |
$loadModules | |
$doc | |
$nGroups | |
$nGlobals | |
$content | |
$lines | |
$editLoaded | |
$editError | |
$editPath | |
$editSC_rec | |
$theEditRec | |
$editPage | |
$selOpt |
Definition at line 82 of file alt_shortcut.php.
|
Creates lines for the editing form.
Definition at line 335 of file alt_shortcut.php. |
|
If "editPage" value is sent to script and it points to an accessible page, the internal var $this->theEditRec is set to the page record which should be loaded. Returns void
Definition at line 396 of file alt_shortcut.php. References t3lib_BEfunc::getRecord(), t3lib_BEfunc::getRecordPath(), t3lib_BEfunc::getRecordsByField(), t3lib_extMgm::isLoaded(), t3lib_BEfunc::openPageTree(), and t3lib_div::testInt(). |
|
Returns icon for shortcut display
Definition at line 479 of file alt_shortcut.php. |
|
Initialize (page output)
Definition at line 200 of file alt_shortcut.php. References t3lib_div::makeInstance(). |
|
Returns title-label for icon
Definition at line 503 of file alt_shortcut.php. |
|
Main function, creating content in the frame
Definition at line 234 of file alt_shortcut.php. |
|
Returns relative filename for icon.
Definition at line 466 of file alt_shortcut.php. References t3lib_div::isAbsPath(). |
|
Pre-initialization - setting input variables for storing shortcuts etc.
Definition at line 118 of file alt_shortcut.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Adding shortcuts, editing shortcuts etc.
Definition at line 143 of file alt_shortcut.php. References t3lib_div::testInt(). |
|
Outputting the accumulated content to screen
Definition at line 438 of file alt_shortcut.php. |