Documentation TYPO3 par Ameos |
Public Member Functions | |
onClickEvent ($pid, $newPagePID) | |
linkPageTitle ($str, $rec) | |
boldTitle ($t_code, $dat, $id) | |
Public Attributes | |
$l_insertNewPageHere = 'movePageToHere' |
Definition at line 127 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 137 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 148 of file move_el.php.
References t3lib_div::linkThisScript().
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 161 of file move_el.php.