|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| __construct (TYPO3backend &$backendReference=null) | |
| setBackend (TYPO3backend &$backendReference) | |
| render () | |
| getAdditionalAttributes () | |
| checkAccess () | |
Protected Member Functions | |
| getActionEntries () | |
| addJavascriptToBackend () | |
| addCssToBackend () | |
Protected Attributes | |
| $backendReference | |
| $EXTKEY = 'sys_action' | |
Definition at line 38 of file class.tx_sysaction_toolbarmenu.php.
| tx_sysactionToolbarMenu::__construct | ( | TYPO3backend &$ | backendReference = null | ) |
constructor
Implements backend_toolbarItem.
Definition at line 53 of file class.tx_sysaction_toolbarmenu.php.
References $backendReference.
| tx_sysactionToolbarMenu::addCssToBackend | ( | ) | [protected] |
adds the neccessary css ot the backend
Definition at line 181 of file class.tx_sysaction_toolbarmenu.php.
References t3lib_extMgm\extRelPath().
Referenced by render().
| tx_sysactionToolbarMenu::addJavascriptToBackend | ( | ) | [protected] |
adds the neccessary javascript ot the backend
Definition at line 170 of file class.tx_sysaction_toolbarmenu.php.
References t3lib_extMgm\extRelPath().
Referenced by render().
| tx_sysactionToolbarMenu::checkAccess | ( | ) |
Checks if user has access to the sys action menu
Implements backend_toolbarItem.
Definition at line 194 of file class.tx_sysaction_toolbarmenu.php.
| tx_sysactionToolbarMenu::getActionEntries | ( | ) | [protected] |
gets the entries for the action menu
Definition at line 109 of file class.tx_sysaction_toolbarmenu.php.
References $GLOBALS.
Referenced by render().
| tx_sysactionToolbarMenu::getAdditionalAttributes | ( | ) |
returns additional attributes for the list item in the toolbar
Implements backend_toolbarItem.
Definition at line 161 of file class.tx_sysaction_toolbarmenu.php.
| tx_sysactionToolbarMenu::render | ( | ) |
renders the toolbar menu
Implements backend_toolbarItem.
Definition at line 73 of file class.tx_sysaction_toolbarmenu.php.
References $GLOBALS, addCssToBackend(), addJavascriptToBackend(), getActionEntries(), and t3lib_iconWorks\getSpriteIcon().
| tx_sysactionToolbarMenu::setBackend | ( | TYPO3backend &$ | backendReference | ) |
sets the backend reference
| TYPO3backend | backend object reference |
Definition at line 63 of file class.tx_sysaction_toolbarmenu.php.
References $backendReference.
tx_sysactionToolbarMenu::$backendReference [protected] |
Definition at line 45 of file class.tx_sysaction_toolbarmenu.php.
Referenced by __construct(), and setBackend().
tx_sysactionToolbarMenu::$EXTKEY = 'sys_action' [protected] |
Definition at line 46 of file class.tx_sysaction_toolbarmenu.php.
1.7.5.1