TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
wrapRecordTitle ($str, $row) | |
wrapColumnHeader ($str, $vv) | |
onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0) | |
wrapRecordHeader ($str, $row) | |
wrapRecordTitle ($str, $row) | |
onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0) | |
![]() | |
__construct ($pageTreeClassName=NULL) | |
JSimgFunc ($prefix='') | |
boldTitle ($t_code, $dat, $id) | |
onClickEvent ($pid, $newPagePID) | |
insertlabel () | |
linkPageTitle ($str, $rec) | |
checkNewPageInPid ($pid) | |
getModConfig ($pid) | |
insertQuadLines ($codes, $allBlank=FALSE) | |
printContentElementColumns ($pid, $moveUid, $colPosList, $showHidden, $R_URI) | |
printRecordMap ($lines, $colPosArray, $pid=0) | |
wrapColumnHeader ($str, $vv) | |
insertPositionIcon ($row, $vv, $kk, $moveUid, $pid) | |
onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0) | |
wrapRecordHeader ($str, $row) | |
getRecordHeader ($row) | |
wrapRecordTitle ($str, $row) | |
Public Attributes | |
$dontPrintPageInsertIcons = 1 | |
$l_insertNewRecordHere = 'newContentElement' | |
![]() | |
$moveOrCopy = 'move' | |
$dontPrintPageInsertIcons = 0 | |
$backPath = '' | |
$depth = 2 | |
$cur_sys_language | |
$R_URI = '' | |
$elUid = '' | |
$moveUid = '' | |
$getModConfigCache = array() | |
$checkNewPageCache = array() | |
$l_insertNewPageHere = 'insertNewPageHere' | |
$l_insertNewRecordHere = 'insertNewRecordHere' | |
$modConfigStr = 'mod.web_list.newPageWiz' | |
Additional Inherited Members | |
![]() | |
$pageTreeClassName = 'localPageTree' | |
Local extension of position map class
Local position map class
Definition at line 37 of file db_layout.php.
ext_posMap::onClickInsertRecord | ( | $row, | |
$vv, | |||
$moveUid, | |||
$pid, | |||
$sys_lang = 0 |
|||
) |
Create on-click event value.
array | $row | The record. |
string | $vv | Column position value. |
integer | $moveUid | Move uid |
integer | $pid | PID value. |
integer | $sys_lang | System language |
Definition at line 69 of file db_new_content_el.php.
References $GLOBALS.
ext_posMap::onClickInsertRecord | ( | $row, | |
$vv, | |||
$moveUid, | |||
$pid, | |||
$sys_lang = 0 |
|||
) |
Create on-click event value.
array | $row | The record. |
string | $vv | Column position value. |
integer | $moveUid | Move uid |
integer | $pid | PID value. |
integer | $sys_lang | System language |
Definition at line 87 of file db_layout.php.
References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\quoteJSvalue().
ext_posMap::wrapColumnHeader | ( | $str, | |
$vv | |||
) |
Wrapping the column header
string | $str | Header value |
string | $vv | Column info. |
Definition at line 71 of file db_layout.php.
References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\quoteJSvalue().
ext_posMap::wrapRecordHeader | ( | $str, | |
$row | |||
) |
Wrapping the record header (from getRecordHeader())
string | $str | HTML content |
array | $row | Record array. |
Definition at line 104 of file db_layout.php.
References $GLOBALS, and TYPO3\CMS\Backend\Utility\IconUtility\skinImg().
ext_posMap::wrapRecordTitle | ( | $str, | |
$row | |||
) |
Wrapping the title of the record - here we just return it.
string | $str | The title value. |
array | $row | The record row. |
Definition at line 54 of file db_new_content_el.php.
ext_posMap::wrapRecordTitle | ( | $str, | |
$row | |||
) |
Wrapping the title of the record.
string | $str | The title value. |
array | $row | The record row. |
Definition at line 57 of file db_layout.php.
References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\quoteJSvalue().
ext_posMap::$dontPrintPageInsertIcons = 1 |
ext_posMap::$l_insertNewRecordHere = 'newContentElement' |
Definition at line 47 of file db_layout.php.