

Fonctions membres publiques | |
| 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) | |
Attributs publics | |
| $dontPrintPageInsertIcons = 1 | |
| $l_insertNewRecordHere = 'newContentElement' | |
| ext_posMap::wrapRecordTitle | ( | $ | str, | |
| $ | row | |||
| ) |
Wrapping the title of the record.
| string | The title value. | |
| array | The record row. |
Réimplémentée à partir de t3lib_positionMap.
| ext_posMap::wrapColumnHeader | ( | $ | str, | |
| $ | vv | |||
| ) |
Wrapping the column header
| string | Header value | |
| string | Column info. |
Réimplémentée à partir de t3lib_positionMap.
| 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. |
| ext_posMap::wrapRecordHeader | ( | $ | str, | |
| $ | row | |||
| ) |
Wrapping the record header (from getRecordHeader())
| string | HTML content | |
| array | Record array. |
Réimplémentée à partir de t3lib_positionMap.
| ext_posMap::wrapRecordTitle | ( | $ | str, | |
| $ | row | |||
| ) |
Wrapping the title of the record - here we just return it.
| string | The title value. | |
| array | The record row. |
Réimplémentée à partir de t3lib_positionMap.
| 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 |
Réimplémentée à partir de t3lib_positionMap.
| ext_posMap::$dontPrintPageInsertIcons = 1 |
Réimplémentée à partir de t3lib_positionMap.
| ext_posMap::$l_insertNewRecordHere = 'newContentElement' |
Réimplémentée à partir de t3lib_positionMap.
1.5.3