TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
ContentLayoutPagePositionMap Class Reference
Inheritance diagram for ContentLayoutPagePositionMap:
PagePositionMap

Public Member Functions

 wrapRecordTitle ($str, $row)
 
 wrapColumnHeader ($str, $vv)
 
 onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0)
 
- Public Member Functions inherited from PagePositionMap
 __construct ($pageTreeClassName=null)
 
 boldTitle ($t_code, $dat, $id)
 
 onClickEvent ($pid, $newPagePID)
 
 insertlabel ()
 
 linkPageTitle ($str, $rec)
 
 checkNewPageInPid ($pid)
 
 getModConfig ($pid)
 
 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'
 
- Public Attributes inherited from PagePositionMap
 $moveOrCopy = 'move'
 
 $dontPrintPageInsertIcons = 0
 
 $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

- Protected Member Functions inherited from PagePositionMap
 getBackendUser ()
 
 getLanguageService ()
 
 getDatabase ()
 
- Protected Attributes inherited from PagePositionMap
 $pageTreeClassName = ElementBrowserPageTreeView::class
 
 $iconFactory
 

Detailed Description

Position map class for content elements within the page module

Definition at line 24 of file ContentLayoutPagePositionMap.php.

Member Function Documentation

onClickInsertRecord (   $row,
  $vv,
  $moveUid,
  $pid,
  $sys_lang = 0 
)

Create on-click event value.

Parameters
array$rowThe record.
string$vvColumn position value.
int$moveUidMove uid
int$pidPID value.
int$sys_langSystem language
Returns
string

Definition at line 73 of file ContentLayoutPagePositionMap.php.

References $GLOBALS, and GeneralUtility\quoteJSvalue().

wrapColumnHeader (   $str,
  $vv 
)

Wrapping the column header

Parameters
string$strHeader value
string$vvColumn info.
Returns
string
See Also
printRecordMap()

Definition at line 57 of file ContentLayoutPagePositionMap.php.

References $GLOBALS, and GeneralUtility\quoteJSvalue().

wrapRecordTitle (   $str,
  $row 
)

Wrapping the title of the record.

Parameters
string$strThe title value.
array$rowThe record row.
Returns
string Wrapped title string.

Definition at line 43 of file ContentLayoutPagePositionMap.php.

References $GLOBALS, and GeneralUtility\quoteJSvalue().

Member Data Documentation

$dontPrintPageInsertIcons = 1

Definition at line 29 of file ContentLayoutPagePositionMap.php.

$l_insertNewRecordHere = 'newContentElement'

Definition at line 34 of file ContentLayoutPagePositionMap.php.