Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

ext_posMap_pages Class Reference

Inherits t3lib_positionMap.

List of all members.

Public Member Functions

 onClickEvent ($pid, $newPagePID)
 Creates the onclick event for the insert-icons.
 linkPageTitle ($str, $rec)
 Wrapping page title.
 boldTitle ($t_code, $dat, $id)
 Wrap $t_code in bold IF the $dat uid matches $id.

Public Attributes

 $l_insertNewPageHere = 'movePageToHere'


Member Function Documentation

ext_posMap_pages::boldTitle t_code,
dat,
id
 

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

Parameters:
string Title string
array Infomation array with record array inside.
integer The current id.
Returns:
string The title string.

Reimplemented from t3lib_positionMap.

Definition at line 161 of file move_el.php.

00161                                           {
00162       return parent::boldTitle($t_code,$dat,$GLOBALS['SOBE']->moveUid);
00163    }

ext_posMap_pages::linkPageTitle str,
rec
 

Wrapping page title.

Parameters:
string Page title.
array Page record (?)
Returns:
string Wrapped title.

Reimplemented from t3lib_positionMap.

Definition at line 148 of file move_el.php.

00148                                        {
00149       $url = t3lib_div::linkThisScript(array('uid'=>intval($rec['uid']),'moveUid'=>$GLOBALS['SOBE']->moveUid));
00150       return '<a href="'.htmlspecialchars($url).'">'.$str.'</a>';
00151    }

ext_posMap_pages::onClickEvent pid,
newPagePID
 

Creates the onclick event for the insert-icons.

Parameters:
integer The pid.
integer New page id.
Returns:
string Onclick attribute content

Reimplemented from t3lib_positionMap.

Definition at line 137 of file move_el.php.

00137                                              {
00138       return 'document.location=\'tce_db.php?cmd[pages]['.$GLOBALS['SOBE']->moveUid.']['.$this->moveOrCopy.']='.$pid.'&redirect='.rawurlencode($this->R_URI).'&prErr=1&uPT=1&vC='.$GLOBALS['BE_USER']->veriCode().'\';return false;';
00139    }


Member Data Documentation

ext_posMap_pages::$l_insertNewPageHere = 'movePageToHere'
 

Reimplemented from t3lib_positionMap.

Definition at line 128 of file move_el.php.


The documentation for this class was generated from the following file:
Generated on Sun Oct 3 01:06:24 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913