|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | localPageTree |
| class | ext_posMap_pages |
| class | ext_posMap_tt_content |
| class | SC_move_el |
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $BACK_PATH = '' | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/move_el.php'])) | $SOBE = t3lib_div::makeInstance('SC_move_el') |
| $BACK_PATH = '' |
Move element wizard: Moving pages or content elements (tt_content) around in the system via a page tree navigation.
Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj XHTML compatible.
96: class localPageTree extends t3lib_pageTree 105: function wrapIcon($icon,$row)
127: class ext_posMap_pages extends t3lib_positionMap 137: function onClickEvent($pid,$newPagePID) 148: function linkPageTitle($str,$rec) 161: function boldTitle($t_code,$dat,$id)
184: class ext_posMap_tt_content extends t3lib_positionMap 194: function linkPageTitle($str,$rec) 206: function wrapRecordTitle($str,$row)
227: class SC_move_el 250: function init() 284: function main() 416: function printContent()
TOTAL FUNCTIONS: 9 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 68 of file move_el.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/move_el.php'])) $SOBE = t3lib_div::makeInstance('SC_move_el') |
Definition at line 465 of file move_el.php.
1.7.5.1