|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| onClickEvent ($pid, $newPagePID) | |
| linkPageTitle ($str, $rec) | |
| boldTitle ($t_code, $dat, $id) | |
Public Attributes | |
| $l_insertNewPageHere = 'movePageToHere' | |
Definition at line 122 of file move_el.php.
| ext_posMap_pages::boldTitle | ( | $ | t_code, |
| $ | dat, | ||
| $ | id | ||
| ) |
Wrap $t_code in bold IF the $dat uid matches $id
| string | Title string |
| array | Infomation array with record array inside. |
| integer | The current id. |
Reimplemented from t3lib_positionMap.
Definition at line 160 of file move_el.php.
| ext_posMap_pages::linkPageTitle | ( | $ | str, |
| $ | rec | ||
| ) |
Wrapping page title.
| string | Page title. |
| array | Page record (?) |
Reimplemented from t3lib_positionMap.
Definition at line 147 of file move_el.php.
| ext_posMap_pages::onClickEvent | ( | $ | pid, |
| $ | newPagePID | ||
| ) |
Creates the onclick event for the insert-icons.
| integer | The pid. |
| integer | New page id. |
Reimplemented from t3lib_positionMap.
Definition at line 132 of file move_el.php.
References $GLOBALS, $pid, and t3lib_BEfunc\getUrlToken().
| ext_posMap_pages::$l_insertNewPageHere = 'movePageToHere' |
Reimplemented from t3lib_positionMap.
Definition at line 123 of file move_el.php.
1.7.5.1