Documentation TYPO3 par Ameos |
Public Member Functions | |
preinit () | |
preprocess () | |
init () | |
main () | |
editLoadedFunc () | |
editPageIdFunc () | |
printContent () | |
workspaceSelector () | |
mIconFilename ($Ifilename, $backPath) | |
getIcon ($modName) | |
itemLabel ($inlabel, $modName, $M_modName='') | |
getLinkedPageId ($url) | |
Public Attributes | |
$modName | |
$M_modName | |
$URL | |
$editSC | |
$deleteCategory | |
$editName | |
$editGroup | |
$whichItem | |
$loadModules | |
$doc | |
$content | |
$lines | |
$editLoaded | |
$editError | |
$editPath | |
$editSC_rec | |
$theEditRec | |
$editPage | |
$selOpt | |
$searchFor | |
$groupLabels = array() | |
$alternativeTableUid = array() |
Definition at line 86 of file alt_shortcut.php.
|
Creates lines for the editing form.
Definition at line 452 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 532 of file alt_shortcut.php. References t3lib_BEfunc::getRecordPath(), t3lib_BEfunc::getRecordsByField(), t3lib_BEfunc::getRecordWSOL(), t3lib_extMgm::isLoaded(), t3lib_BEfunc::openPageTree(), t3lib_div::testInt(), and t3lib_BEfunc::workspaceOL(). |
|
Returns icon for shortcut display
Definition at line 702 of file alt_shortcut.php. |
|
Return the ID of the page in the URL if found.
Definition at line 748 of file alt_shortcut.php. Referenced by preprocess(). |
|
Initialize (page output)
Definition at line 234 of file alt_shortcut.php. References t3lib_div::makeInstance(). |
|
Returns title-label for icon
Definition at line 726 of file alt_shortcut.php. |
|
Main function, creating content in the frame
Definition at line 275 of file alt_shortcut.php. References t3lib_BEfunc::cshItem(), t3lib_BEfunc::editOnClick(), t3lib_div::fixed_lgd(), t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getRecord(), t3lib_extMgm::isLoaded(), and t3lib_div::testInt(). |
|
Returns relative filename for icon.
Definition at line 686 of file alt_shortcut.php. References t3lib_div::isAbsPath(). |
|
Pre-initialization - setting input variables for storing shortcuts etc.
Definition at line 125 of file alt_shortcut.php. References t3lib_div::_GP(), and t3lib_div::makeInstance(). |
|
Adding shortcuts, editing shortcuts etc.
Definition at line 152 of file alt_shortcut.php. References getLinkedPageId(), t3lib_BEfunc::getRecord(), and t3lib_div::testInt(). |
|
Outputting the accumulated content to screen
Definition at line 586 of file alt_shortcut.php. |
|
Create selector for workspaces and change workspace if command is given to do that.
Definition at line 611 of file alt_shortcut.php. References t3lib_BEfunc::deleteClause(), and t3lib_iconWorks::getIconImage(). |