TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
ext_posMap_pages Class Reference
Inheritance diagram for ext_posMap_pages:
Inheritance graph
[legend]
Collaboration diagram for ext_posMap_pages:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 onClickEvent ($pid, $newPagePID)
 linkPageTitle ($str, $rec)
 boldTitle ($t_code, $dat, $id)

Public Attributes

 $l_insertNewPageHere = 'movePageToHere'

Detailed Description

Definition at line 122 of file move_el.php.


Member Function Documentation

ext_posMap_pages::boldTitle ( t_code,
dat,
id 
)

Wrap $t_code in bold IF the $dat uid matches $id

Parameters:
stringTitle string
arrayInfomation array with record array inside.
integerThe current id.
Returns:
string The title string.

Reimplemented from t3lib_positionMap.

Definition at line 160 of file move_el.php.

ext_posMap_pages::linkPageTitle ( str,
rec 
)

Wrapping page title.

Parameters:
stringPage title.
arrayPage record (?)
Returns:
string Wrapped title.

Reimplemented from t3lib_positionMap.

Definition at line 147 of file move_el.php.

ext_posMap_pages::onClickEvent ( pid,
newPagePID 
)

Creates the onclick event for the insert-icons.

Parameters:
integerThe pid.
integerNew page id.
Returns:
string Onclick attribute content

Reimplemented from t3lib_positionMap.

Definition at line 132 of file move_el.php.

References $GLOBALS, $pid, and t3lib_BEfunc\getUrlToken().


Member Data Documentation

ext_posMap_pages::$l_insertNewPageHere = 'movePageToHere'

Reimplemented from t3lib_positionMap.

Definition at line 123 of file move_el.php.


The documentation for this class was generated from the following file: