Documentation TYPO3 par Ameos |
Public Member Functions | |
wrapRecordTitle ($str, $row) | |
wrapColumnHeader ($str, $vv) | |
onClickInsertRecord ($row, $vv, $moveUid, $pid) | |
wrapRecordHeader ($str, $row) | |
wrapRecordTitle ($str, $row) | |
onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0) | |
Public Attributes | |
$dontPrintPageInsertIcons = 1 | |
$l_insertNewRecordHere = 'newContentElement' |
Definition at line 106 of file db_layout.php.
ext_posMap::wrapRecordTitle | ( | $ | str, | |
$ | row | |||
) |
Wrapping the title of the record.
string | The title value. | |
array | The record row. |
Reimplemented from t3lib_positionMap.
Definition at line 117 of file db_layout.php.
ext_posMap::wrapColumnHeader | ( | $ | str, | |
$ | vv | |||
) |
Wrapping the column header
string | Header value | |
string | Column info. |
Reimplemented from t3lib_positionMap.
Definition at line 130 of file db_layout.php.
ext_posMap::onClickInsertRecord | ( | $ | row, | |
$ | vv, | |||
$ | moveUid, | |||
$ | pid | |||
) |
Create on-click event value.
array | The record. | |
string | Column position value. | |
integer | Move uid | |
integer | PID value. |
Definition at line 144 of file db_layout.php.
ext_posMap::wrapRecordHeader | ( | $ | str, | |
$ | row | |||
) |
Wrapping the record header (from getRecordHeader())
string | HTML content | |
array | Record array. |
Reimplemented from t3lib_positionMap.
Definition at line 160 of file db_layout.php.
ext_posMap::wrapRecordTitle | ( | $ | str, | |
$ | row | |||
) |
Wrapping the title of the record - here we just return it.
string | The title value. | |
array | The record row. |
Reimplemented from t3lib_positionMap.
Definition at line 111 of file db_new_content_el.php.
ext_posMap::onClickInsertRecord | ( | $ | row, | |
$ | vv, | |||
$ | moveUid, | |||
$ | pid, | |||
$ | sys_lang = 0 | |||
) |
Create on-click event value.
array | The record. | |
string | Column position value. | |
integer | Move uid | |
integer | PID value. | |
integer | System language |
Reimplemented from t3lib_positionMap.
Definition at line 125 of file db_new_content_el.php.