TYPO3 CMS  TYPO3_6-2
ext_posMap_tt_content Class Reference
Inheritance diagram for ext_posMap_tt_content:
TYPO3\CMS\Backend\Tree\View\PagePositionMap

Public Member Functions

 linkPageTitle ($str, $rec)
 
 wrapRecordTitle ($str, $row)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Tree\View\PagePositionMap
 __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
 
- Public Attributes inherited from TYPO3\CMS\Backend\Tree\View\PagePositionMap
 $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'
 

Protected Attributes

 $pageTreeClassName = 'moveElementLocalPageTree'
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Tree\View\PagePositionMap
 $pageTreeClassName = 'localPageTree'
 

Detailed Description

Extension of position map for content elements

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 96 of file move_el.php.

Member Function Documentation

◆ linkPageTitle()

ext_posMap_tt_content::linkPageTitle (   $str,
  $rec 
)

Wrapping page title.

Parameters
string$strPage title.
array$recPage record (?)
Returns
string Wrapped title.
Todo:
Define visibility

Definition at line 118 of file move_el.php.

◆ wrapRecordTitle()

ext_posMap_tt_content::wrapRecordTitle (   $str,
  $row 
)

Wrapping the title of the record.

Parameters
string$strThe title value.
array$rowThe record row.
Returns
string Wrapped title string.
Todo:
Define visibility

Definition at line 131 of file move_el.php.

Member Data Documentation

◆ $dontPrintPageInsertIcons

ext_posMap_tt_content::$dontPrintPageInsertIcons = 1
Todo:
Define visibility

Definition at line 101 of file move_el.php.

◆ $pageTreeClassName

ext_posMap_tt_content::$pageTreeClassName = 'moveElementLocalPageTree'
protected

Definition at line 108 of file move_el.php.